mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-05 06:53:52 +01:00
don't put anchor in creative inv
This commit is contained in:
parent
baf7f61665
commit
772c21cb04
@ -69,7 +69,7 @@ minetest.register_node("technic:admin_anchor", {
|
|||||||
drawtype = "normal",
|
drawtype = "normal",
|
||||||
tiles = {"technic_admin_anchor.png"},
|
tiles = {"technic_admin_anchor.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky=3},
|
groups = {cracky=3, not_in_creative_inventory=1},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
after_place_node = function (pos, placer)
|
after_place_node = function (pos, placer)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user