This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
32 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
// Add any additional repositories for your dependencies here | ||
|
||
repositories { | ||
|
||
maven { | ||
name 'GTNH Maven' | ||
url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 23 additions & 22 deletions
45
src/main/java/com/github/wohaopa/replaymodfixmod/mixins/BattlegearRenderHelperMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
package com.github.wohaopa.replaymodfixmod.mixins; | ||
|
||
import mods.battlegear2.client.utils.BattlegearRenderHelper; | ||
|
||
import net.minecraft.client.Minecraft; | ||
import net.minecraft.client.renderer.ItemRenderer; | ||
|
||
import org.spongepowered.asm.mixin.Mixin; | ||
import org.spongepowered.asm.mixin.Overwrite; | ||
|
||
@Mixin(BattlegearRenderHelper.class) | ||
public abstract class BattlegearRenderHelperMixin { | ||
|
||
/** | ||
* @author wohaopa | ||
* @reason :( | ||
*/ | ||
@Overwrite(remap = false) | ||
public static void updateEquippedItem(ItemRenderer itemRenderer, Minecraft mc) { | ||
// ReplayModFixMod.LOG.log(Level.WARNING,"W"); | ||
} | ||
} | ||
//package com.github.wohaopa.replaymodfixmod.mixins; | ||
// | ||
//import mods.battlegear2.api.core.IOffhandRender; | ||
//import mods.battlegear2.client.utils.BattlegearRenderHelper; | ||
// | ||
//import net.minecraft.client.Minecraft; | ||
//import net.minecraft.client.renderer.ItemRenderer; | ||
// | ||
//import org.spongepowered.asm.mixin.Mixin; | ||
//import org.spongepowered.asm.mixin.Overwrite; | ||
// | ||
//@Mixin(BattlegearRenderHelper.class) | ||
//public abstract class BattlegearRenderHelperMixin { | ||
// | ||
// /** | ||
// * @author wohaopa | ||
// * @reason :( | ||
// */ | ||
// @Overwrite(remap = false) | ||
// public static void updateEquippedItem(ItemRenderer itemRenderer, Minecraft mc) { | ||
// // ReplayModFixMod.LOG.log(Level.WARNING,"W"); | ||
// } | ||
//} |
22 changes: 0 additions & 22 deletions
22
src/main/java/com/github/wohaopa/replaymodfixmod/mixins/NetHandlerPlayClientMixin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters