1.18.2 I'm really trying, but I can't for the life of me figure out how to edit the market registry #206
Replies: 2 comments 4 replies
-
An example MarketRegistry.json file is located here and it contains an example of changing the bonemeal amount: https://gist.github.com/BlayTheNinth/93a48d092d6dc570a64c81e1912dc4d0 |
Beta Was this translation helpful? Give feedback.
-
This is pretty old, but since I was looking for info on how the registry worked and this is still marked as unanswered, I might as well answer this;
Since the market already sells 1 bone meal for 1 emerald, the only thing you need to do is override that existing entry, ergo "entryOverrides". Then you specify exactly what entry you wish to override, "minecraft:bone_meal" in this case, and what you wish to change with that , "amount". Paste that snippet of code directly into the MarketRegistry.json file and you're good to go! |
Beta Was this translation helpful? Give feedback.
-
I want to make it so that the market sells 32 bonemeal for 1 emerald, but I can't do anything related to coding. I tried, but I just can't.
Beta Was this translation helpful? Give feedback.
All reactions