recipe corrected
This commit is contained in:
parent
8348d37e25
commit
9f6825c4fb
@ -16,8 +16,8 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
|
|||||||
input = {'space_travel:space_cobble'},
|
input = {'space_travel:space_cobble'},
|
||||||
output = {'space_travel:space_gravel'}
|
output = {'space_travel:space_gravel'}
|
||||||
})
|
})
|
||||||
minetest.register_recipe({
|
minetest.register_craft({
|
||||||
input={'space_travel:space_gravel'},
|
output = 'default:gravel',
|
||||||
output={'default:gravel'}
|
recipe={{'space_travel:space_gravel'}}
|
||||||
})
|
})
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user