Skip to content

Commit

Permalink
Update to 1.20.5-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Apr 15, 2024
1 parent cea7baa commit f503465
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
org.gradle.jvmargs=-Xmx3G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.5-pre1
yarn_mappings=1.20.5-pre1+build.5
loader_version=0.15.9
minecraft_version=1.20.5-pre2
yarn_mappings=1.20.5-pre2+build.1
loader_version=0.15.10
#Fabric api
fabric_version=0.96.15+1.20.5
fabric_version=0.97.1+1.20.5
# Mod Properties
mod_version=0.12.1
maven_group=me.jellysquid.mods
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ private List<VoxelShape> getEntitiesLater(World world, Entity entity, Box box) {
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/entity/Entity;adjustMovementForCollisions(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Box;Lnet/minecraft/world/World;Ljava/util/List;)Lnet/minecraft/util/math/Vec3d;"
),
require = 5
)
)
private Vec3d adjustMovementForCollisionsGetEntitiesLater(@Nullable Entity entity, Vec3d movement, Box entityBoundingBox, World world, List<VoxelShape> collisions) {
return lithiumCollideMultiAxisMovement(entity, movement, entityBoundingBox, world, true, collisions);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"accessWidener": "lithium.accesswidener",
"depends": {
"fabricloader": ">=0.15.1",
"minecraft": "1.20.5-beta.1"
"minecraft": "1.20.5-beta.2"
},
"breaks": {
"optifabric": "*"
Expand Down

0 comments on commit f503465

Please sign in to comment.