Basic tank only fills to 1%
bentterp opened this issue ยท 6 comments
Describe the bug
When I fill a basic tank using hydrogen cells, the tank only accept 35000 mb and then stops at 1% capacity
Steps to Reproduce
Steps to reproduce the behavior:
-
Create and place basic tank
-
Fill with hydrogen
-
Minecraft: 1.16.1
-
Mod Loader: Fabric
-
TR: 3.4.3 build 72
Question do you have multiple basic tanks and can test if that behave the same way?
Yes, I get the same capacities in singlemode-creative
In machines,json on the server, the config seems right:
"BasicTankUnitCapacity": {
"comment": "How much liquid a Basic Tank Unit can take (Value in buckets, 1000 Mb)",
"value": 35
},
"IndustrialTankUnitCapacity": {
"comment": "How much liquid an Industrial Tank Unit can take (Value in buckets, 1000 Mb)",
"value": 500
},
"QuantumTankUnitCapacity": {
"comment": "How much liquid a Quantum Tank Unit can take (Value in buckets, 1000 Mb)(Compat: \u003d\u003d MAX_VALUE)",
"value": 2147483
},
"QuantumStorageUnitMaxStorage": {
"comment": "Maximum amount of items a Quantum Storage Unit can store (Compat: \u003d\u003d MAX_VALUE)",
"value": 2147483647
},
"AdvancedTankUnitMaxStorage": {
"comment": "How much liquid an Advanced Tank Unit can take (Value in buckets, 1000 Mb)",
"value": 200
}
Doh! Config is different in my client, must have been me messing around at some point. So the display is based on the client's config but the behavoiur is based on the server's - makes kinda sense
๐