Update 'recipes.lua'

This commit is contained in:
The4spaceconstants 2022-10-07 13:21:31 +02:00
parent 18b2db9f60
commit e4fab01c44
1 changed files with 10 additions and 0 deletions

View File

@ -39,4 +39,14 @@ minetest.register_craft{
type = "shapeless",
output = "default:lava_source",
recipe = {"bucket:bucket_lava"}
replacements={
{"bucket:bucket_lava","bucket:bucket_empty"},
}
}
--Public furnace reverting
minetest.register_craft{
type = "shapeless"
output = "default:furnace"
recipe = {"public_furnace:public_furnace"}
}