Started by
ImPersson
on
Topic category: Help with Minecraft modding (Java Edition)
As the title said, I'm trying to 'add' an item to the end city chest loot tables without overriding the entire thing, because when I made the loot table:
- chests/end_city_treasure
and added my item to the pool, it made the modded item the only thing that spawns in the end city chests.
Isn't there any way to ADD a modded item into the default vanilla loot table? I really appreciate any help you can provide.
Similar topic came up a few days ago, here.
In a nutshell, you need to code edit your new loot table to copy/paste in the original loot table data and then add your item in manually.