Skip to content

Commit

Permalink
More fixes cause Bobby told me it was ehhhhhh.
Browse files Browse the repository at this point in the history
- Apparently we didn't need these since it was a hack, so.........yeah.
  • Loading branch information
ZombieHDGaming committed Aug 22, 2019
1 parent 1a67579 commit 2beb73d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/dimdev/jeid/mixin/init/MixinLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ private void beforeConstructingMods(List<String> injectedModContainers, Callback
// Add and reload mixin configs
Mixins.addConfiguration("mixins.jeid.modsupport.json");
Mixins.addConfiguration("mixins.jeid.twilightforest.json");
Mixins.addConfiguration("mixins.jeid.dimstack.json");

Proxy mixinProxy = (Proxy) Launch.classLoader.getTransformers().stream().filter(transformer -> transformer instanceof Proxy).findFirst().get();
try {
Expand Down

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/resources/mixins.jeid.dimstack.json

This file was deleted.

0 comments on commit 2beb73d

Please sign in to comment.