Skip to content

Commit 5371250

Browse files
Remove old ASM implementations (GregTechCEu#2756)
1 parent 14f7df3 commit 5371250

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+104
-2239
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ mixinConfigRefmap=
7474
generateMixinConfig = false
7575
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
7676
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
77-
coreModClass = asm.GregTechLoadingPlugin
77+
coreModClass=mixins.GregTechMixinLoadingPlugin
7878
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod (meaning that
7979
# there is no class annotated with @Mod) you want this to be true. When in doubt: leave it on false!
8080
containsMixinsAndOrCoreModOnly=false

src/main/java/gregtech/asm/GregTechTransformer.java

Lines changed: 0 additions & 245 deletions
This file was deleted.

src/main/java/gregtech/asm/hooks/ArmorHooks.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/main/java/gregtech/asm/hooks/ArmorRenderHooks.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)