Package | Description |
---|---|
net.minecraftforge.liquids |
Modifier and Type | Method and Description |
---|---|
static LiquidContainerData[] |
LiquidContainerRegistry.getRegisteredLiquidContainerData() |
Modifier and Type | Method and Description |
---|---|
static void |
LiquidContainerRegistry.registerLiquid(LiquidContainerData data)
To register a container with a non-bucket size, the LiquidContainerData entry simply needs to use a size other than LiquidManager.BUCKET_VOLUME
|