AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

Create fluid tank integration does not work for multiblocks

Open CliffordBot opened this issue 3 years ago • 0 comments

Description: looks like the create Fluid Tank integration is not working. fluidTank_1, has water in it. fluidTank_4, is a creative tank with water. fluidTank_5 , is a boiler.

test = {
  [ 0 ] = {
    fluidTank_1 = {
      tankInfo = {
        fluid = "minecraft:empty",
        capacity = 8000,
        amount = 0,
        isBoiler = false,
      },
    },
    fluidTank_4 = {
      tankInfo = {
        fluid = "minecraft:empty",
        capacity = 8000,
        amount = 0,
        isBoiler = false,
      },
    },
    fluidTank_5 = {
      tankInfo = {
        fluid = "minecraft:empty",
        capacity = 8000,
        amount = 0,
        isBoiler = false,
      },
    },
  },
}
Forge: 1.18.2 (40.1.68)
Advanced Peripherals: 0.7.19r
Create: v0.5.0c
Create-confectionery: v1.0.8
CreateAddition : 20220715a
CreateCrafter: 0.2121
kubejs-Create-forge: 1802.2.2-build.28

also it probably should report as peripheral type: "create:fluidTank" and not "fluidTank" or both to keep old code from breaking?

Versions: 1.19.2-0.7.20a - probably also 1.18

Logs and co.: Nothing

Context: https://discordapp.com/channels/734726882058174486/779400553813377074/1026397393148706856

Uploaded with Clifford, mabe by Srendi

CliffordBot avatar Oct 04 '22 11:10 CliffordBot