Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mixinConfigRefmap=
generateMixinConfig = false
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
coreModClass = asm.GregTechLoadingPlugin
coreModClass=mixins.GregTechMixinLoadingPlugin
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod (meaning that
# there is no class annotated with @Mod) you want this to be true. When in doubt: leave it on false!
containsMixinsAndOrCoreModOnly=false
Expand Down
245 changes: 0 additions & 245 deletions src/main/java/gregtech/asm/GregTechTransformer.java

This file was deleted.

26 changes: 0 additions & 26 deletions src/main/java/gregtech/asm/hooks/ArmorHooks.java

This file was deleted.

85 changes: 0 additions & 85 deletions src/main/java/gregtech/asm/hooks/ArmorRenderHooks.java

This file was deleted.

Loading
Loading