Skip to content

Commit

Permalink
👽 Update Cabinet to actually fix the crash
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeEchoCodes committed Jun 27, 2024
1 parent b74cd1a commit 86bc965
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
java
id("fabric-loom") version "1.6.+"
id("fabric-loom") version "1.7-SNAPSHOT"
}

class ModInfo {
Expand Down
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

mod.version = 1.0.2
mod.version = 1.0.3
mod.group = dev.callmeecho
mod.id = bombastic

deps.fabric_loader = 0.15.11

deps.minecraft = 1.21

deps.yarn_mappings = 1.21+build.1
deps.fabric_api = 0.100.1+1.21
deps.modmenu = 11.0.0-beta.1
deps.cabinetapi = 1.3.2+1.21
deps.yarn_mappings = 1.21+build.2
deps.fabric_api = 0.100.4+1.21
deps.cabinetapi = 1.3.3+1.21
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ private void deflect(ProjectileDeflection deflection, Entity deflector, Entity o
1.0F,
2.0F
);
BombasticClient.freezeFrames = 5;

if (player == owner)
BombasticClient.freezeFrames = 5;
}
}

0 comments on commit 86bc965

Please sign in to comment.