iopleke / Minechem

Chemical decomposition and synthesis in Minecraft
http://iopleke.github.io/Minechem/
Other
82 stars 94 forks source link

Items names with OpenComputers #814

Open CrazyCodeUK opened 8 years ago

CrazyCodeUK commented 8 years ago

I am unsure if this is a minechem or opencomputers issue.

Minechem-1.7.10-5.0.5.406.jar OpenComputers-MC1.7.10-1.5.21.41-universal.jar forge-1.8.9-11.15.0.1701

When using opencomputers inventory_controllers to read the label from items from minechem different data is received from single player or server set-ups. Using exactly the same configs and mods, when running a server the label for Oxygen is "element.o" on servers but "oxygen" on sp games.

I believe this is a minechem issue as i have tested this with items from a number of mods but only get this response with minechem.

Blue64 commented 7 years ago

does this problem still occur?

also, are you verifying that you are in fact using the same item for the readout? It's possible you are reading the Element on the Servers and the Molecule on SP, verify you aren't first.

There is actually 4 items for each Molecule. general unlocalized name types:

minechem:fluid.element.**.name
minechem:fluid.molecule.**.name
minechem:minechemBucket.element.element.**
minechem:minechemBucket.molecule.molecule.**
the ** changes depending upon the Chemical

Try doing the readout from a Lead Chest also (just to be sure there's no Lagg induced issues from changing NBT Data causing Updates so fast that the Display might not be able to keep up, for example: the Molecule Half-life changes the NBT Data, this causes issues with Extra Utilities Filters, and Applied Energistics 2 Auto Crafting)