Modern Industrialization

Modern Industrialization

12M Downloads

Use a tag to blacklist fluids from being replicated in the Replicator

Closed this issue ยท 0 comments

commented

Currently (as of MI 2.3.2 on Minecraft 1.21.1), only UU Matter is blacklisted from replication through the Replicator, and no other fluids. This is hardcoded and can't be changed without recompiling the mod on the server side.

Would it be possible to add a new replicator_blacklist tag for fluids, and modify this line to check for that tag instead of only UU Matter?

if (fluidItem.getFluidInTank(tank).getFluid() == MIFluids.UU_MATER.asFluid()) {