Skip to content

Commit 4f922e9

Browse files
committed
docs: rebrand to network debugging utility for Modrinth compliance
1 parent 2ee9944 commit 4f922e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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",

forge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ modId = "netutils"
77
version = "${version}"
88
displayName = "NetUtils"
99
logoFile = "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"
1212
authors = "mishl"
1313

1414
[[mixins]]

0 commit comments

Comments
 (0)