mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-17 15:58:30 +01:00
Remove admin shield from creative inventory
This commit is contained in:
parent
3cf6887abd
commit
ac414d3df3
@ -5,7 +5,7 @@ local use_moreores = minetest.get_modpath("moreores")
|
||||
minetest.register_tool("shields:shield_admin", {
|
||||
description = "Admin Shield",
|
||||
inventory_image = "shields_inv_shield_admin.png",
|
||||
groups = {armor_shield=1000, armor_heal=100, armor_use=0},
|
||||
groups = {armor_shield=1000, armor_heal=100, armor_use=0, not_in_creative_inventory=1},
|
||||
wear = 0,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user