Florian Kostenzer

Results 21 issues of Florian Kostenzer

Adds a function that find and returns a column with a given name

If we query the db and get an empty set we should return an empty set instead of nil.

**What:** Currently `getItemStackDisplayName` etc. are currently marked as `CLIENT` only. That means that computer based mods (and other mods using that) can not get a proper name of an GTCE...

When holding shift while looking at an mk 1 chassie (with an Item sink module inside) the client will crash on deticated servers. Version: master branch: (logisticspipes-0.10.4.2.jar) ``` java.lang.NullPointerException: Unexpected...

Bug
Needs Validation
Crash

- getItemAmount ```lua -- pipe => the wrapped pipe -- chest => ItemIdentifier of chest pipe.getItemAmount(chest) ``` ![image](https://user-images.githubusercontent.com/1949038/120225225-20937a00-c245-11eb-9d31-6782c2c73055.png) - makeRequest ```lua -- pipe => the wrapped pipe -- chest =>...

Bug
Accepted

After a server restart sometimes the ingredients specified in the "satellite"-part get duplicated into the first slot. before restart: ![image](https://user-images.githubusercontent.com/1949038/119977491-caaaa200-bfb8-11eb-89e8-4d6685fc6ecc.png) after restart: ![image](https://user-images.githubusercontent.com/1949038/119979394-2e35cf00-bfbb-11eb-9279-1dc59ac23717.png)

Bug
Needs Validation

Unsure what exactly caused this, but I was testing Fluid Terminus Modules a minute prior to the crash. ``` java.lang.ClassCastException: logisticspipes.transport.LPTravelingItem$LPTravelingItemServer cannot be cast to logisticspipes.transport.LPTravelingItem$LPTravelingItemClient at logisticspipes.transport.PipeTransportLogistics.reachedEnd(PipeTransportLogistics.java:647) at logisticspipes.transport.PipeTransportLogistics.moveSolids(PipeTransportLogistics.java:670)...

Bug
Accepted
Crash

Requires https://github.com/GregTech-Intergalactical/AntimatterAPI/pull/181

added random passwords if no password is specified (for Sequence and Single) added "pl" flag to specify length of random passwords (defaults: random)