Add forgotten loot tables

This commit is contained in:
Tara 2023-01-16 19:53:57 -07:00
parent 9c774d1cb0
commit 28c60f3a53
2 changed files with 23 additions and 1 deletions

View file

@ -6,6 +6,8 @@
"otemod:aurora_door",
"otemod:cobalt_ore",
"otemod:raw_cobalt_ore"
"otemod:raw_cobalt_ore",
"otemod:item_scrubber"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "otemod:item_scrubber"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}