Make the weather vane mineable with a pickaxe and add a loot table

This commit is contained in:
Sollace 2022-10-12 23:14:42 +02:00
parent fa235e8de0
commit 7cb560802f
3 changed files with 24 additions and 2 deletions

View file

@ -2,6 +2,7 @@
"replace": false,
"values": [
"unicopia:rocks",
"unicopia:frosted_obsidian"
"unicopia:frosted_obsidian",
"unicopia:weather_vane"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "unicopia:weather_vane"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -40,6 +40,7 @@
"unicopia:juice",
"unicopia:burned_juice",
"unicopia:apple_pie",
"unicopia:apple_pie_slice"
"unicopia:apple_pie_slice",
"unicopia:weather_vane"
]
}