TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Missing container item for metal buckets

DisasterMoo opened this issue ยท 0 comments

commented

Specifically, this:

is missing here:

public ItemMetalBucket(Metal metal, Metal.ItemType type)
{
super(metal, type);
setHasSubtypes(true);
BlockDispenser.DISPENSE_BEHAVIOR_REGISTRY.putObject(this, DispenseFluidContainer.getInstance());
}

Making crafttweaker (possibly all) recipes consume the bucket.