Water Erosion

Water Erosion

366k Downloads

Feature: Support Forge 1.12.2

13rac1 opened this issue ยท 4 comments

commented

Support for 1.12.2 has been requested. I'm assuming Forge. I'll look into whats needed to backport.

Requests:

commented

I've got the syntax and import changes worked out to get this compiling, but not yet running.

1.12.2:

net.minecraft.block.BlockLiquid
net.minecraft.block.BlockDynamicLiquid

1.14.4:

net.minecraft.block.FlowingFluidBlock #FluidBlock in Fabric

Do I need to care about BlockLiquid or is just patching BlockDynamicLiquid fine?

commented

Got it mostly working as a 1.12.2 coremod with Mixins! Needs a little more polish before I can release an alpha though.

commented

It's working well. I had to convert to a Coremod using org.spongepowered.asm.launch.MixinTweaker,

2020-02-21_01 05 12