mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-02-27 09:10:20 +01:00
hide flowing pit plasma from creative inventory
This commit is contained in:
parent
b1a1fe182b
commit
799160836f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user