LemADEC

Results 59 comments of LemADEC

I've removed the mod for now, still need to test many other interactions :)

latest is not a version, provide exact full specific version labels

Without Computronics, just CC-Tweaked and my mod, I see weird stuff already: https://gist.github.com/LemADEC/baef1e88f721d05b4ec4bc273b59ed4e This tends to confirm the hashcode is not stable over time: ``` [23:23:41] [ComputerCraft-Computer-Runner-0/INFO] [warpdrive]: TileEntityShipCore '2'...

The Connected/Disconnected in the log tells us if the `CC_connectedComputers` map is empty or not. I've forgot to update the contains() to containsKey() when I've changed from a Set to...

Removing Computronics from the server does fix the repeated attachments: with Computronics-1.12.2-1.6.6.191-charset-wires ``` [14:23:34] [Thread-85/INFO] [THAUMCRAFT]: Starting aura thread for dim -101 [14:23:34] [ComputerCraft-Computer-Runner-0/INFO] [STDERR]: [cr0s.warpdrive.block.TileEntityAbstractInterfaced:attach:456]: java.lang.RuntimeException: [14:23:34] [ComputerCraft-Computer-Runner-0/INFO] [STDERR]:...

There is multiple scopes to consider here: A- several mods are assuming the IPeripheralProvider is only called for a specific mod or block when in fact it's called for all...

or you could use the force field system from WarpDrive :)

Then don't try the alternative if you start by saying it's crap without looking into it...

Why would it be called multiple times only in presence of Computronics? My single IPeripheralProvider is only registered once, during FMLPostInitialization. My provider always return the same thing, which is...

There's a total of 46 calls instead of 1. That's 45 extras. Could it be another mod registering IPeripheralProvider for my blocks? Could it be related to my blocks supporting...