add first patch
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools":
|
||||
[
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pamlychee"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate":
|
||||
{
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:lycheeitem"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pamlychee",
|
||||
"properties":
|
||||
{
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user