Skip to content

Commit 4e3e587

Browse files
committed
Remove create integration. Go complain to the Create devs that they have to clean up this mess they created in their mixins. https://github.com/Fabricators-of-Create/Create
1 parent d1ec966 commit 4e3e587

File tree

3 files changed

+1
-89
lines changed

3 files changed

+1
-89
lines changed

src/main/java/eu/ha3/presencefootsteps/compat/PFMixinPlugin.java

-46
This file was deleted.

src/main/java/eu/ha3/presencefootsteps/mixins/compat/create/MEntity.java

-40
This file was deleted.

src/main/resources/presencefootsteps.mixin.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"required": true,
33
"minVersion": "0.7",
44
"package": "eu.ha3.presencefootsteps.mixins",
5-
"plugin" : "eu.ha3.presencefootsteps.compat.PFMixinPlugin",
65
"refmap": "presencefootsteps.mixin.refmap.json",
76
"compatibilityLevel": "JAVA_17",
87
"client": [
@@ -14,7 +13,6 @@
1413
"MClientPlayNetworkHandler",
1514
"MDebugHud",
1615
"MLivingEntity",
17-
"MSoundSystem",
18-
"compat.create.MEntity"
16+
"MSoundSystem"
1917
]
2018
}

0 commit comments

Comments
 (0)