crafting resepie for snow brick
This commit is contained in:
parent
89bc32bfdd
commit
80e49dca44
@ -47,3 +47,11 @@ minetest.register_craft({
|
||||
{'default:gold_ingot', 'default:gold_ingot'},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'decoblocks:snow_bricks 4',
|
||||
recipe = {
|
||||
{'default:snowblock', 'default:snowblock'},
|
||||
{'default:snowblock', 'default:snowblock'},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user