add first patch
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools":
|
||||
[
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pamapple"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate":
|
||||
{
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 4,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:apple"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pamapple",
|
||||
"properties":
|
||||
{
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pambanana"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:bananaitem",
|
||||
"weight": 999
|
||||
},
|
||||
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:banana_karenina",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pambanana",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools":
|
||||
[
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pamcherry"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate":
|
||||
{
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 4,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:cherry",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pamcherry",
|
||||
"properties":
|
||||
{
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools":
|
||||
[
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pamhazelnut"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate":
|
||||
{
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 3,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:hazelnutitem"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pamhazelnut",
|
||||
"properties":
|
||||
{
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools":
|
||||
[
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pamorange"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate":
|
||||
{
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "atmospheric:orange"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pamorange",
|
||||
"properties":
|
||||
{
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools":
|
||||
[
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:pampassionfruit"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate":
|
||||
{
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":
|
||||
[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "atmospheric:passion_fruit"
|
||||
}
|
||||
],
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "pamhc2trees:pampassionfruit",
|
||||
"properties":
|
||||
{
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user