can cook asteroid cobble into asteroid stone
This commit is contained in:
parent
f7bbd53ef0
commit
6cb808d920
12
crafting.lua
12
crafting.lua
@ -15,6 +15,12 @@ if otherworlds.settings.crafting.enable then
|
||||
recipe = {{"asteroid:gravel"}}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "asteroid:stone",
|
||||
recipe = "asteroid:cobble"
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "asteroid:redcobble",
|
||||
recipe = {{"asteroid:redstone"}}
|
||||
@ -29,4 +35,10 @@ if otherworlds.settings.crafting.enable then
|
||||
output = "asteroid:reddust",
|
||||
recipe = {{"asteroid:redgravel"}}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "asteroid:redstone",
|
||||
recipe = "asteroid:redcobble"
|
||||
})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user