Add bone block, chorus fruit, popped chorus fruit, update purpur block textures

This commit is contained in:
Wuzzy 2017-02-06 17:22:21 +01:00
parent 2e03f15820
commit f1b8ee0151
10 changed files with 4 additions and 9 deletions

View file

@ -160,7 +160,7 @@ minetest.register_craft({
minetest.register_craft({
output = "mcl_dye:white 9",
recipe = {
{ "mcl_dye:bone_block" },
{ "mcl_core:bone_block" },
},
})