Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Mar 14, 2024
1 parent 053027a commit ff03292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
maven-group = "net.krlite"
archives-name = "flash"
mod = "2.0.3"
mod = "2.0.4"

minecraft = "1.20"
yarn = "1.20+build.1"
fabric-loader = "0.15.7"
fabric-api = "0.83.0+1.20"
fabric-loom = "1.5-SNAPSHOT"

equator = "2.6.2-mc1.20"
equator = "2.6.4-mc1.20"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand All @@ -19,10 +19,11 @@ fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.r

equator_animation = { group = "com.github.KrLite.Equator-v2", name = "Animation", version.ref = "equator" }
equator_visual = { group = "com.github.KrLite.Equator-v2", name = "Visual", version.ref = "equator" }
equator_math = { group = "com.github.KrLite.Equator-v2", name = "Math", version.ref = "equator" }

[plugins]
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }

[bundles]
fabric = ["fabric-loader", "fabric-api"]
equator = ["equator_animation", "equator_visual"]
equator = ["equator_animation", "equator_visual", "equator_math"]
1 change: 0 additions & 1 deletion src/main/java/net/krlite/flash/FlashRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.gui.DrawContext;
import net.minecraft.client.render.*;
import net.minecraft.client.util.math.MatrixStack;
import org.joml.Matrix4f;
import org.lwjgl.opengl.GL11;

Expand Down

0 comments on commit ff03292

Please sign in to comment.