Started by
Shlokplayzz
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I was creating a mod which makes it harder to beat the ender dragon and I wanted to change the trades of piglins. Is it possible in MCreator?
Topic category: Help with Minecraft modding (Java Edition)
Hi, I was creating a mod which makes it harder to beat the ender dragon and I wanted to change the trades of piglins. Is it possible in MCreator?
You have to change the loot table. Check this: https://minecraft.fandom.com/wiki/Bartering
All you need to do is create a loot table.
The registry name has to be gameplay/piglin_bartering
The namespace has to be minecraft
And the type has to be Bartering
Then I think you know how to do the rest (just make your loot). If you don't know, you can just check the wiki:
https://mcreator.net/wiki/how-make-loot-table
There was once a blind man who had so fine a sense of touch that,
when any animal was put into his hands, he could tell what it was merely by
the feel of it. One day the cub of a wolf was put into his hands, and he was asked
what it was. He felt it for some time, and t
you'll need to completely re-add any the vanilla trades (as of MCreator 2023.4 it looks like you can only write over the code with the loot table mod element, not add to it like you can with some other loot tables)
Easiest way I know how to make it like vanilla: