master (#1)
Некоторые изменения крафта гравия. Reviewed-on: #1 Co-authored-by: Osmium <ogaranin120@gmail.com> Co-committed-by: Osmium <ogaranin120@gmail.com>
This commit is contained in:
parent
d8029ee9f5
commit
8348d37e25
@ -14,6 +14,10 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
|
|||||||
})
|
})
|
||||||
technic.register_grinder_recipe({
|
technic.register_grinder_recipe({
|
||||||
input = {'space_travel:space_cobble'},
|
input = {'space_travel:space_cobble'},
|
||||||
output = {'technic:stone_dust'}
|
output = {'space_travel:space_gravel'}
|
||||||
|
})
|
||||||
|
minetest.register_recipe({
|
||||||
|
input={'space_travel:space_gravel'},
|
||||||
|
output={'default:gravel'}
|
||||||
})
|
})
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user