Bumped mod version to 0.1.4. Refactored crop harvesting and armor effects.

This commit is contained in:
IM23a-spirgif
2025-06-07 17:06:01 +02:00
parent 0e220c9371
commit 6c7f997fcb
5 changed files with 114 additions and 132 deletions
@@ -158,7 +158,6 @@ public class ComradeHandler {
})
)
)
// /comrade accept <leader>
.then(Commands.literal("accept")
.then(Commands.argument("leader", EntityArgument.player())
.executes(ctx -> {
@@ -196,7 +195,6 @@ public class ComradeHandler {
})
)
)
// /comrade remove <player>
.then(Commands.literal("remove")
.then(Commands.argument("player", EntityArgument.player())
.executes(ctx -> {