Skip to content

Commit

Permalink
fixes issue #93 (#98)
Browse files Browse the repository at this point in the history
* Update MixinPacketBiomeIDChange.java

* Update MixinPacketBiomeIDChange.java

* Create MANIFEST.MF

* Delete MANIFEST.MF

oops
  • Loading branch information
Shabnakh-adyr authored and Runemoro committed Oct 6, 2019
1 parent 707e6b8 commit ccc581a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.world.chunk.Chunk;
import org.dimdev.jeid.INewChunk;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;
import org.spongepowered.asm.mixin.Pseudo;
Expand Down Expand Up @@ -73,6 +75,7 @@ public void readClient(ByteBuf in) {
/**
* @author sk2048
*/
@SideOnly(Side.CLIENT)
@Overwrite(remap = false)
public void executeClient(EntityPlayer thePlayer) {
if (thePlayer.world.provider.getDimension() == worldId) {
Expand Down

0 comments on commit ccc581a

Please sign in to comment.