mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Make the weather vane mineable with a pickaxe and add a loot table
This commit is contained in:
parent
fa235e8de0
commit
7cb560802f
3 changed files with 24 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
"replace": false,
|
||||
"values": [
|
||||
"unicopia:rocks",
|
||||
"unicopia:frosted_obsidian"
|
||||
"unicopia:frosted_obsidian",
|
||||
"unicopia:weather_vane"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -40,6 +40,7 @@
|
|||
"unicopia:juice",
|
||||
"unicopia:burned_juice",
|
||||
"unicopia:apple_pie",
|
||||
"unicopia:apple_pie_slice"
|
||||
"unicopia:apple_pie_slice",
|
||||
"unicopia:weather_vane"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue