there are several types of armor hidden that do not correspond to the theme of the server
This commit is contained in:
parent
439fb9752a
commit
31aa8794fd
12
craft.lua
12
craft.lua
@ -44,4 +44,14 @@ if minetest.get_modpath("bunker") and minetest.get_modpath("technic") then
|
|||||||
input = {'default:clay_lump'},
|
input = {'default:clay_lump'},
|
||||||
output = 'bunker:cement_powder 1'
|
output = 'bunker:cement_powder 1'
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.override_item("shields:shield_gold", {
|
||||||
|
groups = {not_in_creative_inventory = 1},
|
||||||
|
})
|
||||||
|
minetest.override_item("shields:shield_cactus", {
|
||||||
|
groups = {not_in_creative_inventory = 1},
|
||||||
|
})
|
||||||
|
minetest.override_item("shields:shield_enhanced_cactus", {
|
||||||
|
groups = {not_in_creative_inventory = 1},
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user