Skip to content

Commit

Permalink
Fix some srg error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Oct 14, 2023
1 parent e926427 commit 5c91ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependencies {
implementation(include("com.mohistmc:i18n:0.5"))
implementation(include('com.mohistmc:json:0.2'))
implementation(include('com.mohistmc:tools:0.2'))
implementation(include('javax.inject:javax.inject:1'))
// jansi support
implementation(include("org.jline:jline-terminal:3.21.0"))
implementation(include("org.jline:jline-terminal-jansi:3.21.0"))
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/mappings/spigot2srg.srg
Original file line number Diff line number Diff line change
Expand Up @@ -8507,12 +8507,12 @@ net/minecraft/world/level/RayTrace net/minecraft/class_3959
net/minecraft/world/level/RayTrace$c net/minecraft/class_3959$class_3961
get (Lnet/minecraft/world/level/block/state/IBlockData;Lnet/minecraft/world/level/IBlockAccess;Lnet/minecraft/core/BlockPosition;Lnet/minecraft/world/phys/shapes/VoxelShapeCollision;)Lnet/minecraft/world/phys/shapes/VoxelShape; m_7544_
net/minecraft/world/level/RayTrace$BlockCollisionOption net/minecraft/class_3959$class_3960
net.minecraft.world.level.RayTrace$BlockCollisionOption COLLIDER -> a
net.minecraft.world.level.RayTrace$BlockCollisionOption OUTLINE -> b
net.minecraft.world.level.RayTrace$BlockCollisionOption VISUAL -> c
net.minecraft.world.level.RayTrace$BlockCollisionOption FALLDAMAGE_RESETTING -> d
net.minecraft.world.level.RayTrace$BlockCollisionOption field_17558 -> a
net.minecraft.world.level.RayTrace$BlockCollisionOption field_17559 -> b
net.minecraft.world.level.RayTrace$BlockCollisionOption field_23142 -> c
net.minecraft.world.level.RayTrace$BlockCollisionOption field_36337 -> d
net.minecraft.world.level.RayTrace$c field_17560 -> e
net.minecraft.world.level.RayTrace$BlockCollisionOption[] $VALUES -> f
net.minecraft.world.level.RayTrace$BlockCollisionOption[] field_17561 -> f
a ()[Lnet/minecraft/world/level/RayTrace$BlockCollisionOption; method_36690
a (Lnet/minecraft/world/level/block/state/IBlockData;Lnet/minecraft/world/level/IBlockAccess;Lnet/minecraft/core/BlockPosition;Lnet/minecraft/world/phys/shapes/VoxelShapeCollision;)Lnet/minecraft/world/phys/shapes/VoxelShape; m_201981_
get (Lnet/minecraft/world/level/block/state/IBlockData;Lnet/minecraft/world/level/IBlockAccess;Lnet/minecraft/core/BlockPosition;Lnet/minecraft/world/phys/shapes/VoxelShapeCollision;)Lnet/minecraft/world/phys/shapes/VoxelShape; m_7544_
Expand Down

0 comments on commit 5c91ced

Please sign in to comment.