File tree Expand file tree Collapse file tree 4 files changed +3
-17
lines changed
java/net/diamonddev/simpletrims Expand file tree Collapse file tree 4 files changed +3
-17
lines changed Original file line number Diff line number Diff 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
4040processResources {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
99loader_version =0.14.21
1010
1111# Mod Properties
12- mod_version =0.1.0
12+ mod_version =0.1.1
1313maven_group =net.diamonddev
1414archives_base_name =simpletrims
1515
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
2121 ],
2222 "client" : [
2323 " net.diamonddev.simpletrims.SimpleTrimsClient"
24- ],
25- "preLaunch" : [
26- " net.diamonddev.simpletrims.PreLaunch"
2724 ]
2825 },
2926 "mixins" : [
You can’t perform that action at this time.
0 commit comments