PeripheralsPlusPlus icon indicating copy to clipboard operation
PeripheralsPlusPlus copied to clipboard

Remove ID requirement for Pocket Peripherals

Open SquidDev opened this issue 9 years ago • 2 comments

The new pocket computer peripherals do look really cool. I was going to add them in CCTweaks, but looks like you beat me to them. :smile:.

Just wondering why you chose to use IDs rather than string identifiers? I know turtle upgrades use IDs but 'modern' MC uses string identifiers. If you use WorldSavedData and world.mapStorage you can store a string/id lookup table for them, then use Loader.instance().activeModContainer().getModId() to namespace identifiers based on mod.

It does look really cool though!

SquidDev avatar Jun 08 '15 17:06 SquidDev