Skip to content

Commit

Permalink
build➕(mixin squared): include mixin squared into the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
wendavid552 committed Sep 15, 2024
1 parent 9524778 commit 02dff61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ loom {
dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
implementation("com.bawnorton.mixinsquared:mixinsquared-fabric:${project.mixinsquared_version}")
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

include(implementation(annotationProcessor("com.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0")))
modImplementation "carpet:fabric-carpet:${project.carpet_core_version}" // masa's maven
}

Expand Down

0 comments on commit 02dff61

Please sign in to comment.