Player
Player
In theory you should be able to use a "multiblock" cable with a subtile at each end to directly link locations, i.e. an IEnergyConductor implementing ic2.api.energy.tile.IMetaDelegate. It'll make the locations...
It's not lossless, but acts as a single piece of conductor with its associated loss. For distance based loss it'd be up to you to calculate that loss and return...
You shouldn't need to know the energy if you provide a lossy IC2-style conductor. The conduction loss in IEnergyConductor is typically a constant that only depends on the type and...
I think the best workaround for connections that aren't 1:1 with the present API is building dummy clusters above/below the world. E.g. if you want to connect point A to...
dmesg reports: > [ 2322.191616] spidev spi0.0: setup: unsupported mode bits 8 which is SPI_LSB_FIRST Oddly enough every other implementation than dev_hardware_SPI.c I've checked uses MSB first, same with the...
Interesting observation. The most likely explanation involves different I/O pin use, should be easy enough to measure/verify.
@kretep my guess appears to be incorrect, i assumed the python code may have been using different pin assignments, which you rectified by wiring it up differently. It now seems...
At some point I want to introduce - UIDs for everything, contrary to intermediary they are meant to change (new links from matching other version pairs, matching fixes) - version...
IMO the new name isn't good enough, it does quite a bit more than storing chunks with some runtime state and various worldgen features. The relationship with ServerChunkManager needs to...
To me the `of` is the more specialized one which strongly suggests contents (or the lack thereof = emptiness with 0-arg = List of nothing), as appropriate for e.g. collections,...