#Overwriting a modded json file

9 messages · Page 1 of 1 (latest)

plush grotto
#

So my mod depends on another mod and I would like to overwrite a single json file of that mod.
How can I do that?

#

That json file is data/minecraft/tags/enchantment/non_treasure.json

hoary frigate
#

Make a new json in the same place with "replace":true I believe.

plush grotto
#

That works for vanilla but would that work for a modded one?

plush grotto
#

doesn't work :(

#

Managed to make it work by changing the in_enchanting_table.json file :)

#

[SOLVED] Overwriting a modded json file

plush grotto
#

Overwriting a modded json file

#

Nevermind i still need help with that x)