Page 1 of 1

Hide node from creative inventory?

PostPosted: Mon Mar 28, 2016 00:02
by Tmanyo
Is there a way to hide a node from the creative inventory? Also, is there a way to limit the amount of a certain type of item in the creative inventory? I want there to be a maximum of an object people can place. For the hiding something from the creative inventory, I just want to make sure other people can't access it.

Re: Hide node from creative inventory?

PostPosted: Mon Mar 28, 2016 07:22
by TenPlus1
place this inside groups: not_in_creative_inventory = 1

If for instance you are registering a list of nodes from a table you can set groups once WITHOUT the not_in_creative_inventory flag and then at end of loop change groups so that the same group is added to the rest, meaning only 1 item is displayed in inventory while the rest are hidden.

Re: Hide node from creative inventory?

PostPosted: Thu Mar 31, 2016 19:08
by prof-turbo
There should be a Q/A section on this forum...

Re: Hide node from creative inventory?

PostPosted: Fri Apr 01, 2016 06:07
by kaeza
prof-turbo wrote:There should be a Q/A section on this forum...

Just moved it there.

To OP: please post topics in the rlevant section in the future. Thank you.