File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
fabric/src/main/resources
forge/src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# NetUtils
22
3- A Network utility mod for dupe hunting and packet manipulation .
3+ A networking utility for protocol debugging and state synchronization testing .
44
55## Features
66- ** Packet Control** : Delay or toggle outgoing packets.
7- - ** De-sync ** : Intentionally desynchronize your client from the server (Ghost Mode) .
7+ - ** Synchronization ** : Simulate client-server desynchronization for state handling tests .
88- ** Inventory Control** : Close inventory screens without sending packets to the server.
99- ** Resource Pack Control** : Bypass or force-deny server resource packs.
1010
Original file line number Diff line number Diff line change 44 "version" : " ${version}" ,
55 "name" : " NetUtils" ,
66 "icon" : " icon.png" ,
7- "description" : " A UI utility mod for dupe hunting ." ,
7+ "description" : " Advanced network debugging and packet analysis utility ." ,
88 "authors" : [
99 " mishl"
1010 ],
1111 "contact" : {
12- "homepage" : " https://github.com/mishl-dev/NetUtils "
12+ "homepage" : " https://github.com/mishl-dev/netutils "
1313 },
1414 "license" : " MIT" ,
1515 "environment" : " client" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ modId = "netutils"
77version = " ${version}"
88displayName = " NetUtils"
99logoFile = " icon.png"
10- description = " A UI utility mod for dupe hunting ."
11- displayURL = " https://github.com/mishl-dev/NetUtils "
10+ description = " Advanced network debugging and packet analysis utility ."
11+ displayURL = " https://github.com/mishl-dev/netutils "
1212authors = " mishl"
1313
1414[[mixins ]]
You can’t perform that action at this time.
0 commit comments