Create/Update assets for version 1.16.4

This commit is contained in:
InventiveBot
2020-11-04 20:01:46 +00:00
parent 97a934edef
commit ea6e1cf6e6
5805 changed files with 380543 additions and 85840 deletions

View File

@@ -2,7 +2,7 @@
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"rolls": 1.0,
"entries": [
{
"type": "minecraft:alternatives",
@@ -17,6 +17,12 @@
}
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
],
"name": "minecraft:grass"
},
{
@@ -25,13 +31,6 @@
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:block_state_property",
"block": "minecraft:tall_grass",
"properties": {
"half": "lower"
}
},
{
"condition": "minecraft:random_chance",
"chance": 0.125
@@ -41,6 +40,89 @@
}
]
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "minecraft:tall_grass",
"properties": {
"half": "lower"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"block": {
"block": "minecraft:tall_grass",
"state": {
"half": "upper"
}
}
},
"offsetY": 1
}
]
},
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"item": "minecraft:shears"
}
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": 2
}
],
"name": "minecraft:grass"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:random_chance",
"chance": 0.125
}
],
"name": "minecraft:wheat_seeds"
}
]
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "minecraft:tall_grass",
"properties": {
"half": "upper"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"block": {
"block": "minecraft:tall_grass",
"state": {
"half": "lower"
}
}
},
"offsetY": -1
}
]
}
]