there are several types of armor hidden that do not correspond to the theme of the server

This commit is contained in:
Vitaliy olkhin 2025-03-05 14:05:24 +05:00
parent 439fb9752a
commit 31aa8794fd

View File

@ -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},
})