
Adding LootTable in the Wiki page doesn't seem to work
yuesha-yc opened this issue ยท 4 comments
RESOURCE_PACK.addLootTable(id("minecraft:blocks/acacia_fence"),
loot("minecraft:block")
.pool(pool()
.rolls(1)
.entry(entry()
.type("minecraft:item")
.name("minecraft:diamond"))
.condition(condition("minecraft:survives_explosion")))
);