Creative Items

by Optera

Enables hidden cheat items Infinity Chest, Infinity Pipe, Electric Interface and Player Port.

Tweaks
5 months ago
0.16 - 1.1
15.5K
Cheats

i [Implemented] Enable items in hotbar

5 months ago

Thanks for making this mod! And I love the profile pic! I noticed that the items this mod enables aren't available to be put in a hotbar. I did some research and testing and added these two lines to the data.lua file to make that possible. They disable the settings that hide the infinity chest and infinity pipe from the hotbar and also the logistics request screen. The flags for these two items only have the flag to hide them even though multiple flags can be present in vanilla. I didn't check on the vanilla flags on any of the other items yet. I would have preferred to use a command that removed the specific flag, but I haven't found a command like that in the API docs. Just sharing in case you want to add these lines to the mod for any of the items this mod enables.

data.raw.item["infinity-chest"].flags = { }
data.raw.item["infinity-pipe"].flags = { }

5 months ago
(updated 5 months ago)

Thanks for the info. All items have "hidden" flag set.

1.7.0 should cleanly remove only hidden flag from all items.

New response