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
10
craft.lua
10
craft.lua
@ -45,3 +45,13 @@ if minetest.get_modpath("bunker") and minetest.get_modpath("technic") then
|
||||
output = 'bunker:cement_powder 1'
|
||||
})
|
||||
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