fix craft
This commit is contained in:
parent
ff25cad5eb
commit
84b7f3d795
@ -30,6 +30,6 @@ if minetest.get_modpath("bunker") and minetest.get_modpath("technic") then
|
||||
|
||||
technic.register_grinder_recipe({
|
||||
input = {'default:clay_lump'},
|
||||
output = {'bunker:cement_powder'}
|
||||
output = 'bunker:cement_powder 1'
|
||||
})
|
||||
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, ethereal
|
||||
optional_depends = technic, farming, space_travel
|
||||
optional_depends = technic, farming, space_travel, bunker
|
||||
min_minetest_version = 5.7
|
||||
title = Surface Effect
|
||||
release = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user