Jump to content

Tsukimaru

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • URL
    https://github.com/cutekibry

Tsukimaru's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. This may be a little bit duplicate with the following topic, but I believe that I give more details about what I am asking, so it might be better for you to answer the questions. If you wonder why do I need these, I would say I am playing Nomifactory CEu recently and I am a Create lover.
  2. The thing I want to achieve is: Some recipes now have RPM limits (must be greater than x and smaller than y) Cogwheels made from different materials have different RPM limit Some recipes now have rotation direction limit (must be clockwise or so) Now I want to ask you about the abstract best practice to achieve this. Not too much in detail, I just want to ask a direction to get started with. First, it is obvious that we can add new blocks and recipe categories which inherits from Create's base classes. Many mod addons are built in this way (AE2Fluid, Create:Connected...). However, the machines in original Create mod might not compat with our modified recipes. Therefore, I think it is better if we can change the behaviors of the cogwheels and machines in original Create mod with an addon mod. But I encountered many difficulties, since I do not know how to modify a block / item / blockstate after it is registered (both in content and JEI), not to mention that it comes from another mod. I am sorry that I am not familiar with Mod development. We can also try to fork the Create repository and made changes directly on the codes, but it might introduce more problems, such as new version merge conflicts, license problems (if you use the modified mod in modpack it would not link to the original one) or so. I wish you can provide some clues or ideas so that I can get started with something.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.