Tech Reborn

Tech Reborn

30M Downloads

Basic tank only fills to 1%

bentterp opened this issue ยท 6 comments

commented

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

commented

Question do you have multiple basic tanks and can test if that behave the same way?

commented

35000 MB is the limit of the basic tank, so there's something funky going on with the used %. Just from general testing, it seems to work fine for me. Is there a more specific scenario when this happens?

image

commented

image

I can empty the tank and re-fill it again, same result. No errors in the logs.
Also, in-game docs claim a soemwhat higher capacity as you can see in the screenshot.

But, if it works as intenden then this is not that important.

commented

Yes, I have two basic tanks, one had hydrogen and one had compressed air, both showed the low percentage
And the Advanced Tank seems to suffer from the same:
image

commented

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
๐Ÿ˜Š

commented

Hmm looks like there is some problem on your end. have you tried in singelplayer and creative and see what the max capacity is?
for me it is shown correct capacity
image