Create/Update assets for version 20w17a

This commit is contained in:
InventiveBot
2020-04-22 15:10:19 +00:00
parent 4d6e0b1417
commit b05ece6e6d
5710 changed files with 304712 additions and 64774 deletions

View File

@@ -5,16 +5,41 @@
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:fern"
}
],
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"item": "minecraft:shears"
}
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"item": "minecraft:shears"
}
}
],
"name": "minecraft:fern"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:block_state_property",
"block": "minecraft:large_fern",
"properties": {
"half": "lower"
}
},
{
"condition": "minecraft:random_chance",
"chance": 0.125
}
],
"name": "minecraft:wheat_seeds"
}
]
}
]
}