Fix potted rubber sapling name and drop. Closes #2596
This commit is contained in:
parent
d3e326e5e7
commit
9dad64722c
2 changed files with 36 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
||||||
"block.techreborn.rubber_plank_stair": "Rubber Stairs",
|
"block.techreborn.rubber_plank_stair": "Rubber Stairs",
|
||||||
"block.techreborn.rubber_leaves": "Rubber Leaves",
|
"block.techreborn.rubber_leaves": "Rubber Leaves",
|
||||||
"block.techreborn.rubber_sapling": "Rubber Sapling",
|
"block.techreborn.rubber_sapling": "Rubber Sapling",
|
||||||
|
"block.techreborn.potted_rubber_sapling": "Potted Rubber Sapling",
|
||||||
"block.techreborn.rubber_fence": "Rubber Fence",
|
"block.techreborn.rubber_fence": "Rubber Fence",
|
||||||
"block.techreborn.rubber_fence_gate": "Rubber Fence Gate",
|
"block.techreborn.rubber_fence_gate": "Rubber Fence Gate",
|
||||||
"block.techreborn.rubber_trapdoor": "Rubber Trapdoor",
|
"block.techreborn.rubber_trapdoor": "Rubber Trapdoor",
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:block",
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"rolls": 1,
|
||||||
|
"bonus_rolls": 0.0,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "minecraft:flower_pot"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rolls": 1,
|
||||||
|
"bonus_rolls": 0.0,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "techreborn:rubber_sapling"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue