TIS-3D

TIS-3D

981k Downloads

duplicate controller block id with AppliedEnergetics

0Navis0 opened this issue · 6 comments

commented

I get this crash with the first AE2 1.10.2 version, it seems that you both use the same id for the controller block. http://pastebin.com/kRQj6e3s

commented

We both failed to properly namespace the tile entity ID.

commented

Why the heck is forge not doing it just like with blocks and items?

commented

I think the ids are not mapped to numerical ids for save and network
purposes. This means there is some overhead for longer ids.

Both our mods will have to switch to fully unique names though.

On 27 Oct 2016 10:07 am, "yueh" [email protected] wrote:

Why the heck is forge not doing it just like with blocks and items?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#50 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABM_V-tKOqCaMP9_oEsaOsTB61WTVkiBks5q4FuzgaJpZM4Kh1Dr
.

commented

Wait, TEs aren't auto-namespaced? Well shit. Will change that then.

commented

New version is on Curse.

commented