Started by
APokeFish
on
Topic category: Help with Minecraft modding (Java Edition)
Alright, I've scoured the internet. I have no Idea how to add loot tables to the chests in my structures. I don't really understand the "How to create a loot table" wiki page, and the version is too new for youtube to tell me anything. SOMEONE HELP I NEED THIS FOR MY MOD:( thanks
https://mcreator.net/search/content?keys=add+loot+table+to+chests It's not that hard to search.
Ok, can someone just tell me how to do it? Sending me a link to the search results does not help me. I still have no idea how, and, might I add, the top result is this forum. No offense, but still please help.
https://mcreator.net/forum/52371/structure-chests ...
Nevermind, thanks for trying to help, but I think the best option here is to just make a block that gives you drops when you right click it. Thanks anyway
If the chest is a part of a structure follow this:
With your brand new loot table, you will find 3 input boxes at the top.
The one being Loot table registry name,
Loot table namespace and finally,
Loot table type.
So, first set the Loot table type value to Chest.
then set the Loot table registry name to the name of your structure.
Okay, now that you have done the technical part you can now play around with your loot table!
alright I tried that. It does not work. Please send screenshot on how to do. Also I'm using 1.12.2 if that makes a difference
you have to use 1.14.4
How infuriating. Is there no way to do loot table stuff for 1.12.2? at all?
yes cuz 1.12.2 is too old and creator will drop support for it in 2020.3
Not just this, there is actual poor loot table support in code too. 1.12.2 was not really data pack ready yet.
MilliMedia
I tried doing exactly what you said for setting up a custom loot table for chests but it's not working.
My structure name is Travelers House and I have tried travelershouse, travelers_house, chests/travelers_house, and chests/travelershouse
None of these are working for me and I need it for my mod
I am on 2020.2 for version 1.14.4
https://www.youtube.com/watch?v=eYuXHTOYVaE
Here's my tutorial
https://www.youtube.com/watch?v=eYuXHTOYVaE
Here's my tutorial
Thanks, it helped a lot for me