Zap leaves now drop zaplings

This commit is contained in:
Sollace 2024-02-08 14:38:59 +00:00
parent 6fd124ed81
commit 2d7eca4d5b
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 38 additions and 0 deletions

View file

@ -38,6 +38,25 @@
}
],
"name": "unicopia:flowering_zap_leaves"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"chances": [
0.05,
0.0625,
0.083333336,
0.1
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "unicopia:zapling"
}
]
}

View file

@ -38,6 +38,25 @@
}
],
"name": "unicopia:zap_leaves"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"chances": [
0.05,
0.0625,
0.083333336,
0.1
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "unicopia:zapling"
}
]
}