Skip to content

Commit

Permalink
Merge pull request #1 from mayankpatibandla/remove-mixins
Browse files Browse the repository at this point in the history
Remove mixins - works on edu
  • Loading branch information
mayankpatibandla authored Jul 11, 2024
2 parents dacc69a + 0dec88c commit 7e37bec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 113 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ apiPackage =
accessTransformersFile =

# Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled!
usesMixins = true
usesMixins = false

# Adds some debug arguments like verbose output and class export.
usesMixinDebug = false

# Specify the location of your implementation of IMixinConfigPlugin. Leave it empty otherwise.
mixinPlugin =
mixinPlugin = mixins.RemoveGunsMixinPlugin

# Specify the package that contains all of your Mixins. You may only place Mixins in this package or the build will fail!
mixinsPackage = mixins
Expand Down
2 changes: 1 addition & 1 deletion installer
Submodule installer updated from 18b662 to db56b2
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class CommonProxy {
// preInit "Run before anything else. Read your config, create blocks, items, etc, and register them with the
// GameRegistry." (Remove if not needed)
public void preInit(FMLPreInitializationEvent event) {
Config.synchronizeConfiguration(event.getSuggestedConfigurationFile());

RemoveGuns.LOG.info(Config.greeting);
RemoveGuns.LOG.info("RemoveGuns -- Version: " + Tags.VERSION);
}
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 7e37bec

Please sign in to comment.