moonstone transformation
This commit is contained in:
parent
a7b66f61bc
commit
d8029ee9f5
@ -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
|
Loading…
Reference in New Issue
Block a user