diff options
| author | hackthetime <l4bg0jb7@duck.com> | 2023-09-15 13:34:45 +0200 |
|---|---|---|
| committer | hackthetime <l4bg0jb7@duck.com> | 2023-09-15 13:34:45 +0200 |
| commit | 32b5cdf7b7628164a795258559a7ce9c63911295 (patch) | |
| tree | 392ee50c7f66c70c92a46b85ae5ec788aaa05cf0 /src/main/java/de/hype/bbsentials/client/Commands | |
| parent | 9616b434745f6a0f5bedc0c8145e9e7e214b3cf3 (diff) | |
| download | BBsentials-32b5cdf7b7628164a795258559a7ce9c63911295.tar.gz BBsentials-32b5cdf7b7628164a795258559a7ce9c63911295.tar.bz2 BBsentials-32b5cdf7b7628164a795258559a7ce9c63911295.zip | |
started working on Mod Menu Config Screen.
Missing Configuration still atm. if its not running unset the entry point mod menue in the fabric.mod.json
Diffstat (limited to 'src/main/java/de/hype/bbsentials/client/Commands')
| -rw-r--r-- | src/main/java/de/hype/bbsentials/client/Commands/CommandsOLD.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hype/bbsentials/client/Commands/CommandsOLD.java b/src/main/java/de/hype/bbsentials/client/Commands/CommandsOLD.java index e1f3141..3cb139b 100644 --- a/src/main/java/de/hype/bbsentials/client/Commands/CommandsOLD.java +++ b/src/main/java/de/hype/bbsentials/client/Commands/CommandsOLD.java @@ -166,7 +166,7 @@ public class CommandsOLD { int z = IntegerArgumentType.getInteger(context, "Z"); String contactWay = StringArgumentType.getString(context, "ContactWay"); - bbserver.sendPacket(new ChChestPackage("", ChChestItems.getItem(item.split(";")), x + "" + y + "" + z, contactWay, "")); + bbserver.sendPacket(new ChChestPacket("", ChChestItems.getItem(item.split(";")), x + "" + y + "" + z, contactWay, "")); return 1; } ) |
