ARRP

ARRP

3M Downloads

Adding LootTable in the Wiki page doesn't seem to work

yuesha-yc opened this issue ยท 4 comments

commented
commented
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")))
		);
commented

uhh, did u register ur resource pak

commented

yes

commented

idk what u did wrong, there are some new examples and docs on the way, if u still have this problem make a new issue or smth