9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-30 04:19:27 +00:00

Merge pull request #257 from ArubikU/dev

Dev
This commit is contained in:
XiaoMoMi
2025-08-05 21:26:11 +08:00
committed by GitHub
9 changed files with 312 additions and 10 deletions

View File

@@ -362,4 +362,4 @@ public class BukkitFurniture implements Furniture {
newLocation.add(offset.x, offset.y + 0.6, -offset.z);
return newLocation;
}
}
}