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

@ -5,4 +5,11 @@ minetest.register_craft({
{'technic:control_logic_unit', 'basic_materials:ic', ''}, {'technic:control_logic_unit', 'basic_materials:ic', ''},
{'technic:battery', 'technic:battery', ''}, {'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 name = surface_effect
description = surface effect description = surface effect
depends = default, persistent_effects, mobs_monster, radiant_damage, hazmat_suit 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 min_minetest_version = 5.7
title = Surface Effect title = Surface Effect
release = 0 release = 0