Skip to content

Commit

Permalink
👽 CabinetAPI 1.1.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeEchoCodes committed Mar 23, 2024
1 parent 568b076 commit b268aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base {

repositories {
mavenCentral()
maven { url "https://maven.callmeecho.dev/snapshots" }
maven { url "https://maven.callmeecho.dev/releases" }
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ maven_group=dev.callmeecho
archives_base_name=hollow

fabric_version=0.92.0+1.20.1
cabinet_version=1.0.6-SNAPSHOT2
cabinet_version=1.1.1+1.20.1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void onEntityCollision(BlockState state, World world, BlockPos pos, Entit
world.playSound(null, pos.up(), SoundEvents.PARTICLE_SOUL_ESCAPE, SoundCategory.BLOCKS, 1F, 1F);
}

entity.setVelocity(Vec3d.ZERO);
// entity.setVelocity(Vec3d.ZERO);
particleSystem.tick(world, pos);
}
}
Expand Down

0 comments on commit b268aa1

Please sign in to comment.