Started by
blef_blef
on
Topic category: Help with Minecraft modding (Java Edition)
when i choose enchanted book for the loot table it just drops a book that has no enchantment but it looks like an enchanted book
Topic category: Help with Minecraft modding (Java Edition)
when i choose enchanted book for the loot table it just drops a book that has no enchantment but it looks like an enchanted book
you will have to manually change the loot table code. It's not too hard. Mcreator doesn't have nearly the amount of potential a loot table can hold. I would suggest making your loot table here, and then paste the code into the element.
Does this still work in version 2021.2 (33614)?
I tried but it just spawns a chest with nothing inside.
This is what i did; I manually changed the code after i changed the liit table type to chest.
The code starts with:
"{
"type": "minecraft:chest",
"pools": []
}"
I pasted my custom code: Link
into the ''[]''
Did i do something wrong?
If you dont have acces use this link: Code