add first patch
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "supplementaries:flax",
|
||||
"properties": {
|
||||
"age": "7",
|
||||
"half": "upper"
|
||||
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "supplementaries:flax"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user