finally add the loot table for slopes

This commit is contained in:
Meredith Espinosa 2019-06-22 12:23:12 -07:00
parent 49e69227df
commit 76d0606e64

View File

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "templates:slope"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}