Skip to content

Commit

Permalink
Gruntle update, minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralhalo committed Jun 5, 2024
1 parent fa97ff2 commit f6a8d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies {

modIncludeImplementation("io.vram:bitkit:1.0.4")
modIncludeImplementation("io.vram:special-circumstances:1.10.7")
modIncludeImplementation("io.vram:frex-fabric:20.2.353")
modIncludeImplementation("io.vram:jmx-fabric:20.2.284")
modIncludeImplementation("io.vram:frex-fabric:20.2.361")
modIncludeImplementation("io.vram:jmx-fabric:20.2.285")

modCompileOnly "com.terraformersmc:modmenu:8.0.0-beta.2"
modRuntimeOnly "com.terraformersmc:modmenu:8.0.0-beta.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
package grondag.canvas.mixin;

import org.joml.Quaternionf;
import org.joml.Vector3f;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
Expand Down

0 comments on commit f6a8d9d

Please sign in to comment.