Skip to content

Commit

Permalink
Merge pull request #47 from jchung01/master
Browse files Browse the repository at this point in the history
Fix RTGU incompatibility, introduced in 2.1.0
  • Loading branch information
ACGaming committed Apr 9, 2024
2 parents 42c4fb0 + cdd3ce5 commit 84bb815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import com.llamalad7.mixinextras.sugar.Local;
import net.minecraft.world.biome.Biome;
import net.minecraft.world.chunk.Chunk;
import org.dimdev.jeid.INewChunk;
import org.dimdev.jeid.biome.BiomeError;
import org.dimdev.jeid.ducks.INewChunk;
import org.objectweb.asm.Opcodes;
import org.spongepowered.asm.mixin.Dynamic;
import org.spongepowered.asm.mixin.Mixin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import io.netty.buffer.ByteBuf;
import net.minecraft.network.PacketBuffer;
import net.minecraft.world.chunk.Chunk;
import org.dimdev.jeid.ducks.INewChunk;
import org.dimdev.jeid.INewChunk;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Redirect;
Expand Down

0 comments on commit 84bb815

Please sign in to comment.