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'},
|
||||
output = {'space_travel:space_gravel'}
|
||||
})
|
||||
minetest.register_recipe({
|
||||
input={'space_travel:space_gravel'},
|
||||
output={'default:gravel'}
|
||||
minetest.register_craft({
|
||||
output = 'default:gravel',
|
||||
recipe={{'space_travel:space_gravel'}}
|
||||
})
|
||||
end
|
Loading…
Reference in New Issue
Block a user