change terracotta chest to 60%, single roll

This commit is contained in:
horblegorble 2024-04-04 20:19:09 +10:00
parent f0e6031eee
commit c06afb911e

View File

@ -2,6 +2,9 @@
(1.0, All([
// Key
Item("common.items.keys.terracotta_key_door"),
MultiDrop(LootTable("common.loot_tables.consumables.pyrotechnics"), 2, 2),
Lottery([
(0.4, Nothing),
(0.6, LootTable("common.loot_tables.consumables.pyrotechnics")),
]),
])),
]