Skip to content

Commit

Permalink
build: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed May 30, 2024
1 parent a072302 commit 6694bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ accessors {
}

mapClass('net.minecraft.core.MappedRegistry') {
methodInferred('func_148757_b', version='1.8.8', Object) // <= 1.13
methodInferred('func_148757_b', '1.8.8', Object) // <= 1.13
}

var SynchedEntityData = mapClass('net.minecraft.network.syncher.SynchedEntityData') {
Expand Down

0 comments on commit 6694bdc

Please sign in to comment.