Skip to content

Commit

Permalink
Fix version given in fabric.mod.json and accesswidener that did not e…
Browse files Browse the repository at this point in the history
…rror for some reason
  • Loading branch information
BenCat07 committed Jun 15, 2024
1 parent c3a3678 commit a269187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"accessWidener": "krypton.accesswidener",
"depends": {
"fabricloader": ">=0.11.3",
"minecraft": ">=1.20.2"
"minecraft": ">=1.21"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/krypton.accesswidener
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessWidener v1 named

accessible method net/minecraft/network/handler/SplitterHandler decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
accessible field net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker entity Lnet/minecraft/entity/Entity;
accessible field net/minecraft/server/world/ServerChunkLoadingManager$EntityTracker entity Lnet/minecraft/entity/Entity;

0 comments on commit a269187

Please sign in to comment.