added recipe commands (works only kinda)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user