Skip to content

Commit

Permalink
Further tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
Atakku committed Jun 25, 2024
1 parent 91819f9 commit 48ee4f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.parallel=true
mod_id=nsmp-worldtest
mod_name=nsmp-worldtest
mod_group=rs.neko.smp
mod_version=0.0.2
mod_version=0.0.3

# https://fabricmc.net/develop/
minecraft_version=1.20.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// This project is dual licensed under MIT and Apache.

package rs.neko.smp.worldtest.server;
package rs.neko.smp.worldtest;

import static net.minecraft.server.command.CommandManager.literal;

Expand Down
2 changes: 1 addition & 1 deletion res/server/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"environment": "server",
"entrypoints": {
"server": [
"rs.neko.smp.worldtest.server.WorldTest"
"rs.neko.smp.worldtest.WorldTest"
]
},
"depends": {
Expand Down

0 comments on commit 48ee4f9

Please sign in to comment.