moon rock transformations space travel:irradiated space_cobble to technic:stone_dust
This commit is contained in:
parent
1518d3325c
commit
a7b66f61bc
@ -5,4 +5,11 @@ minetest.register_craft({
|
||||
{'technic:control_logic_unit', 'basic_materials:ic', ''},
|
||||
{'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
|
2
mod.conf
2
mod.conf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user