added recipe commands (works only kinda)

This commit is contained in:
Cloudburst
2021-06-05 20:09:22 +02:00
parent f04fd72809
commit 7bef4f2197
4 changed files with 88 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
commands.add(new SetBlockCommand());
commands.add(new TeleportCommand());
commands.add(new TerrainExport());
commands.add(new RecipeCommand());
HUD hud = modules.get(HUD.class);
hud.elements.add(new AppleHud(hud));