Florian Kostenzer
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...
- getItemAmount ```lua -- pipe => the wrapped pipe -- chest => ItemIdentifier of chest pipe.getItemAmount(chest) ```  - makeRequest ```lua -- pipe => the wrapped pipe -- chest =>...
Crafting Module: Incorrectly saving/loading state when edited in player inventory and chassis pipe
After a server restart sometimes the ingredients specified in the "satellite"-part get duplicated into the first slot. before restart:  after restart: 
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)...
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)