Enable the buckets again

This commit is contained in:
modmuss50 2019-07-31 20:57:18 +01:00
parent 858adafead
commit 779dea4bf8

View file

@ -97,6 +97,7 @@ public enum ModFluids {
RebornFluidManager.register(flowingFluid, new Identifier("techreborn", identifier.getPath() + "_flowing"));
Registry.register(Registry.BLOCK, identifier, block);
Registry.register(Registry.ITEM, identifier, bucket);
}
public RebornFluid getFluid() {