/
Features:
Bug Fixes:
FluidState.withLevel crash (#252).Compatibility Fixes:
API Changes:
...mod.common.message.SMessageSyncRuntimeConfigs has been renamed to ...mod.common.message.SMessageSyncConfigs. This is an internal class, so it shouldn't affect any mods....api.message.IServerMessageHandler. Functions as a server-side counterpart to IClientMessageHandler....api.message.IClientMessageHandler.isCtxValid(REQ, MessageContext)....api.message.MessageUtils.readJson(ByteBuf). Utility method that reads a JsonElement with UTF8 byte encoding from the buffer....api.message.MessageUtils.writeJson(ByteBuf, JsonElement). Utility method that writes a JsonElement with UTF8 byte encoding to the buffer....api.util.FluidloggedUtils.positionDripParticle(World, BlockPos, FluidState). Utility method that returns the position to spawn a drip particle, or empty if one cannot be spawned.ToFluidloggedDataFixer functionality from the legacy data fixer. This change allows for separate versioning between them, and allows other mods besides Fluidlogged API to increment the ToFluidloggedDataFixer version (other mods increment it automatically when adding a new IFluidloggedDataMapper).
A library mod that adds highly customizable fluidlogging to 1.12.2!