moonstone transformation

This commit is contained in:
Vitaliy Olkhin 2025-01-03 13:09:04 +05:00
parent a7b66f61bc
commit d8029ee9f5

View File

@ -12,4 +12,8 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
input = {'space_travel:irradiated_space_cobble'}, input = {'space_travel:irradiated_space_cobble'},
output = {'technic:stone_dust'} output = {'technic:stone_dust'}
}) })
technic.register_grinder_recipe({
input = {'space_travel:space_cobble'},
output = {'technic:stone_dust'}
})
end end