From bde9ec60b89a24686d3fc74c1db1700bb6f7bce0 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:22:12 +0100 Subject: [PATCH] modified: app.py --- app.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app.py b/app.py index b7144de..93d8e0d 100644 --- a/app.py +++ b/app.py @@ -495,15 +495,9 @@ def levelcraft(): 'Efficient, production-ready design' ], 'commands': [], - 'links': { - 'devanturas.net' - }, + 'links': {}, 'installation': [ - 'Obtain the LevelCraft JAR from the author', - 'Place the JAR into your server plugins/ folder', - 'Restart the server to generate configuration files', - 'Adjust configuration to match your server balance goals', - 'Reload or restart to apply changes' + 'go on devanturas.net using mc 1.21.x' ] } return render_template('project_detail.html', project=project)