Add more node groups
This commit is contained in:
parent
7df94278cf
commit
1a02ccd36f
5 changed files with 29 additions and 18 deletions
|
@ -127,7 +127,7 @@ minetest.register_node("mcl_portals:portal", {
|
|||
{-0.5, -0.5, -0.1, 0.5, 0.5, 0.1},
|
||||
},
|
||||
},
|
||||
groups = {not_in_creative_inventory = 1},
|
||||
groups = {portal=1, not_in_creative_inventory = 1},
|
||||
on_destruct = destroy_portal,
|
||||
|
||||
_mcl_hardness = -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue