Обновить craft.lua

This commit is contained in:
Osmium 2025-01-03 15:41:52 +03:00
parent d8029ee9f5
commit 7df0aef612

View File

@ -14,6 +14,6 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
})
technic.register_grinder_recipe({
input = {'space_travel:space_cobble'},
output = {'technic:stone_dust'}
output = {'space_travel:space_gravel'}
})
end