Skip to content

Commit f46eeb6

Browse files
committed
whoops
forgot to update the init and implementation things for mixin extras 0.2.0-beta.9
1 parent 8eb3ab9 commit f46eeb6

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// Fabric API. This is technically optional, but you probably want it anyway.
3535
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
3636

37-
include(implementation(annotationProcessor("com.github.LlamaLad7:MixinExtras:${project.mixinextrasver}")));
37+
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixinextrasver}")))
3838
}
3939

4040
processResources {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
99
loader_version=0.14.21
1010

1111
# Mod Properties
12-
mod_version=0.1.0
12+
mod_version=0.1.1
1313
maven_group=net.diamonddev
1414
archives_base_name=simpletrims
1515

src/main/java/net/diamonddev/simpletrims/PreLaunch.java

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

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": 1,
33
"id": "simpletrims",
44
"version": "${version}",
5-
"name": "SimpleTrims",
5+
"name": "Simple Trims",
66
"description": "Simplifying the process of adding new trims and materials.",
77
"authors": [
88
"DiamondDev",
@@ -21,9 +21,6 @@
2121
],
2222
"client": [
2323
"net.diamonddev.simpletrims.SimpleTrimsClient"
24-
],
25-
"preLaunch": [
26-
"net.diamonddev.simpletrims.PreLaunch"
2724
]
2825
},
2926
"mixins": [

0 commit comments

Comments
 (0)