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