Add forgotten loot tables
This commit is contained in:
parent
9c774d1cb0
commit
28c60f3a53
2 changed files with 23 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
"otemod:aurora_door",
|
||||
|
||||
"otemod:cobalt_ore",
|
||||
"otemod:raw_cobalt_ore"
|
||||
"otemod:raw_cobalt_ore",
|
||||
|
||||
"otemod:item_scrubber"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "otemod:item_scrubber"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in a new issue