Skip to content

Commit

Permalink
Update to Forge with Mixin support
Browse files Browse the repository at this point in the history
Finally a Forge build that works.
  • Loading branch information
crashniels committed Sep 14, 2021
1 parent 83bdfc6 commit dcb8197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ dependencies {
// run against the full jar
runtimeOnly fg.deobf("mcp.mobius.waila:wthit:forge-${wthitVersion}")

implementation 'org.spongepowered:mixin:0.8.3'
implementation 'org.spongepowered:mixin:0.8.4'

// Annotation Processors
annotationProcessor 'org.spongepowered:mixin:0.8.3:processor'
annotationProcessor 'org.spongepowered:mixin:0.8.4:processor'
}

apply from: "gradle/process_mod_info.gradle"
Expand Down
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ org.gradle.daemon=false
org.gradle.jvmargs=-Xmx3G

mc_version=1.17.1
forge_version=37.0.13
mapping_channel=snapshot
mapping_version=20200212-1.15.1
forge_version=37.0.59

mod_version=1.4.1
curse_id=291549

wthitVersion=3.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import net.minecraft.world.level.block.state.properties.Property;
import net.minecraft.world.level.material.Material;
import net.minecraft.world.phys.BlockHitResult;
import net.minecraftforge.common.ToolType;
import net.minecraftforge.items.ItemHandlerHelper;

import javax.annotation.Nullable;
Expand Down

0 comments on commit dcb8197

Please sign in to comment.