Skip to content

Commit eb286c5

Browse files
committed
New patch just dropped
1 parent de1e88b commit eb286c5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
- Fix a crash with the Create sticker and new constraints
1+
- Fix Sable Fabric not working (#1205)
2+
- Delete Sable Rapier natives file before copying
3+
- Fixes a crash with rope hitting fragile blocks
4+
- Fix client render-pose caching (#1175)

common/src/main/java/dev/ryanhcode/sable/api/physics/object/rope/RopePhysicsObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package dev.ryanhcode.sable.api.physics.object.rope;
22

3-
import dev.ryanhcode.sable.companion.math.BoundingBox3d;
43
import dev.ryanhcode.sable.api.physics.object.ArbitraryPhysicsObject;
4+
import dev.ryanhcode.sable.companion.math.BoundingBox3d;
55
import dev.ryanhcode.sable.sublevel.ServerSubLevel;
66
import dev.ryanhcode.sable.sublevel.storage.holding.SubLevelHoldingChunkMap;
77
import dev.ryanhcode.sable.sublevel.system.SubLevelPhysicsSystem;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.1
1+
version=2.0.3
22
group=dev.ryanhcode.sable
33
java_version=21
44

0 commit comments

Comments
 (0)