hide flowing pit plasma from creative inventory

This commit is contained in:
FaceDeer 2022-08-03 21:17:29 -06:00
parent b1a1fe182b
commit 799160836f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ minetest.register_node("df_underworld_items:pit_plasma_flowing", {
},
},
},
groups={pit_plasma=1, pit_plasma_resistant=1},
groups={pit_plasma=1, pit_plasma_resistant=1, not_in_creative_inventory=1},
walkable = false,
pointable = false,
diggable = false,