Remap berry bushes to vines

This commit is contained in:
KennyTV 2019-05-29 14:00:33 +02:00
parent afe7c69ec1
commit 25b5b1ca8c

View File

@ -2648,10 +2648,10 @@
"minecraft:stonecutter[facing=south]": "minecraft:crafting_table",
"minecraft:stonecutter[facing=west]": "minecraft:crafting_table",
"minecraft:stonecutter[facing=east]": "minecraft:crafting_table",
"minecraft:sweet_berry_bush[age=0]": "minecraft:sugar_cane[age=0]",
"minecraft:sweet_berry_bush[age=1]": "minecraft:sugar_cane[age=0]",
"minecraft:sweet_berry_bush[age=2]": "minecraft:sugar_cane[age=0]",
"minecraft:sweet_berry_bush[age=3]": "minecraft:sugar_cane[age=0]",
"minecraft:sweet_berry_bush[age=0]": "minecraft:vine[east=true,north=true,south=true,up=true,west=true]",
"minecraft:sweet_berry_bush[age=1]": "minecraft:vine[east=true,north=true,south=true,up=true,west=true]",
"minecraft:sweet_berry_bush[age=2]": "minecraft:vine[east=true,north=true,south=true,up=true,west=true]",
"minecraft:sweet_berry_bush[age=3]": "minecraft:vine[east=true,north=true,south=true,up=true,west=true]",
"minecraft:jigsaw[facing=north]": "minecraft:structure_block[mode=corner]",
"minecraft:jigsaw[facing=east]": "minecraft:structure_block[mode=corner]",
"minecraft:jigsaw[facing=south]": "minecraft:structure_block[mode=corner]",