Started by
MininameTheModder
on
Topic category: Help with Minecraft modding (Java Edition)
Using loot tables, how can i add more drops to piglin bartering?
what do i need to write after "gameplay/"?
Topic category: Help with Minecraft modding (Java Edition)
Using loot tables, how can i add more drops to piglin bartering?
what do i need to write after "gameplay/"?
gameplay/piglin_bartering
Wait does that adds new items to the existing table or modifies it? Cause i did it with fishing and i had to remake the entire main loot pool. Does this works for adding items or just replaces the table?
you'll need to completely re-add all 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: