3x darkage_marble -> building_blocks_Marble
This commit is contained in:
parent
3f61b4cf9b
commit
dee5a419e9
@ -1,3 +1,12 @@
|
||||
minetest.register_craft({
|
||||
output = "building_blocks:slab_marble",
|
||||
recipe = {
|
||||
{ "darkage:marble", "darkage:marble","darkage:marble" },
|
||||
{ "", "", "" },
|
||||
{ "", "", "" }
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:kitchen_cabinet_marble",
|
||||
recipe = {
|
||||
|
@ -1,4 +1,6 @@
|
||||
default
|
||||
darkage ?
|
||||
building_blocks ?
|
||||
teleport_potion ?
|
||||
mobs_slimes ?
|
||||
mobs_sandworm ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user