Code Monkey home page Code Monkey logo

Comments (5)

SihenZhang avatar SihenZhang commented on June 16, 2024

In fact, I have made JEI compatibility for Food Values in the next version, but I have no clue about JEI compatibility for Crock Pot for now. Because the implementation of the Crock Pot is rather complicated, it is implemented by judging whether the input meets some requirements, and I don't know how to implement its JEI compatibility to illustrate the recipe of food more clearly for the time being.

from crockpot.

khjxiaogu avatar khjxiaogu commented on June 16, 2024

In fact, I have made JEI compatibility for Food Values in the next version, but I have no clue about JEI compatibility for Crock Pot for now. Because the implementation of the Crock Pot is rather complicated, it is implemented by judging whether the input meets some requirements, and I don't know how to implement its JEI compatibility to illustrate the recipe of food more clearly for the time being.

Like some DS wiki program, I think this is enough:
jei

from crockpot.

SihenZhang avatar SihenZhang commented on June 16, 2024

In our design, there are two special requirements, RequirementCombinationAnd and RequirementCombinationOr. They are combination requirements that allow two other requirements (including themselves) to be combined together. Combination requirements are very useful. For example, the recipe of Hot Cocoa (i.e., Coffee in Don't Starve) requires 3 Cocoa Beans, and the fourth filler can only be Cocoa Beans, Dairy, or Sweetener. And I really don't know how to display the combination requirements.

from crockpot.

khjxiaogu avatar khjxiaogu commented on June 16, 2024

In our design, there are two special requirements, RequirementCombinationAnd and RequirementCombinationOr. They are combination requirements that allow two other requirements (including themselves) to be combined together. Combination requirements are very useful. For example, the recipe of Hot Cocoa (i.e., Coffee in Don't Starve) requires 3 Cocoa Beans, and the fourth filler can only be Cocoa Beans, Dairy, or Sweetener. And I really don't know how to display the combination requirements.

you can display all "Or" elements in an interval, just like how jei display an receipt with ore dictionary or tags

from crockpot.

SeraphJACK avatar SeraphJACK commented on June 16, 2024

you can display all "Or" elements in an interval, just like how jei display an receipt with ore dictionary or tags

There are also nested combination requirements. There's no obvious way other than showing the expression tree directly, which is not very user-friendly.

Also, taking the priorities into account (some recipes may cover others), things are more complex.

from crockpot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.