moon rock transformations space travel:irradiated space_cobble to technic:stone_dust

This commit is contained in:
Vitaliy Olkhin 2025-01-02 14:49:44 +05:00
parent 1518d3325c
commit a7b66f61bc
2 changed files with 9 additions and 2 deletions

View File

@ -6,3 +6,10 @@ minetest.register_craft({
{'technic:battery', 'technic:battery', ''},
}
})
if minetest.get_modpath("technic") and minetest.get_modpath("space_travel") then
technic.register_grinder_recipe({
input = {'space_travel:irradiated_space_cobble'},
output = {'technic:stone_dust'}
})
end

View File

@ -1,7 +1,7 @@
name = surface_effect
description = surface effect
depends = default, persistent_effects, mobs_monster, radiant_damage, hazmat_suit
optional_depends = technic, farming
optional_depends = technic, farming, space_travel
min_minetest_version = 5.7
title = Surface Effect
release = 0