Started by
TFAU
on
Topic category: Help with Minecraft modding (Java Edition)
is it possible to use custom loot tables in 1.12.2, it give an error about the syntax in the console
Topic category: Help with Minecraft modding (Java Edition)
is it possible to use custom loot tables in 1.12.2, it give an error about the syntax in the console
if you want item drops on mob death you can use procedures to do that, otherwise I have never used loot tables, so that's the only way I know to drop loot.
Im trying to use them for structure chests
In 1.12.2 I am not sure this works
the game recognizes the loot table but it says it cant add it because its missing the entry "name" for pool #0
meaning the default syntaxing by mcreator isnt right for 1.12.2
Show the error log, paste it on pastebin and link here
ill just paste the important part directly here cause the rest is irrelevant and its not very long:
09:02.03 [Server thread/ERROR] [minecraft/LootTableManager]: Couldn't load loot table not_enough_dimemensions:ruinslootnorm from jar:file:/C:/Users/~~~/build/libs/modid-1.0.jar!/assets/modname/loot_tables/ruinslootnorm.json
com.google.gson.JsonParseException: Loot Table "modname:ruinslootnorm" Missing `name` entry for pool #0
Loot tables are a 1.13 feature.
then why does 1.12.2 recognize them