Skip to content

Commit c29cb33

Browse files
committed
convention: elide underscores in packages
1 parent 9c6035b commit c29cb33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/io/github/username/mod_id/ModId.java renamed to src/main/java/io/github/username/modid/ModId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.github.username.mod_id;
1+
package io.github.username.modid;
22

33
import net.fabricmc.api.ModInitializer;
44
import org.slf4j.Logger;

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"entrypoints": {
3131
"main": [
32-
"io.github.username.mod_id.ModId"
32+
"io.github.username.modid.ModId"
3333
],
3434
"client": [
3535
]

src/main/resources/mod_id.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"required": true,
33
"minVersion": "0.8",
4-
"package": "io.github.username.mod_id.mixin",
4+
"package": "io.github.username.modid.mixin",
55
"compatibilityLevel": "JAVA_21",
66
"mixins": [
77
],

0 commit comments

Comments
 (0)