diff --git a/craft.lua b/craft.lua index 6f1aa18..9baec31 100644 --- a/craft.lua +++ b/craft.lua @@ -12,4 +12,8 @@ if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then input = {'space_travel:irradiated_space_cobble'}, output = {'technic:stone_dust'} }) + technic.register_grinder_recipe({ + input = {'space_travel:space_cobble'}, + output = {'technic:stone_dust'} + }) end \ No newline at end of file