add a Towelette plugin to blacklist our fluids, fixes the game not loading

This commit is contained in:
modmuss50 2019-08-13 16:24:24 +01:00
parent 75d9bccd6a
commit eca7aaa34f
9 changed files with 50 additions and 9 deletions

View file

@ -107,6 +107,10 @@ public enum ModFluids {
return stillFluid;
}
public RebornFluid getFlowingFluid() {
return flowingFluid;
}
public RebornFluidBlock getBlock() {
return block;
}