Oh ok i was thinking that it says create load BEFORE my mod but it's the opposite😅 But it still doesn't work (I have rerun the gradlew gen). The recipe is shown as create:crafting/kinetics/cogwheel. I put my cogwheel.json in resources/data/create/recipes/crafting/kinetics. Is that correct?
It doesn't work😭 i put the modified json in the same relative path (resources\data\create\recipes\crafting\kinetics) and i modifed the dependency i don't understand what's going wrong. Create build his recipes in the code maybe this is the problem?
Here is the dependency for the mod in my toml file.
[[dependencies.testmod]]
modId="create"
mandatory=true
versionRange="[mc1.16.5_v0.3.2d,)"
ordering="BEFORE"
side="BOTH"
Hi, i want to create an addon for Create who add cogwheel with all the vanilla wood texture. But the recipe for the cogwheel in create use the tag: minecraft.buttons how can i replace it to use instead just one item so i could use the same pattern for my cogwheel but with a different type of button ?
PS: i apologize if my english is bad i'm french 😅
9 replies
Important Information
By using this site, you agree to our Terms of Use.