modified: app.py

This commit is contained in:
SimolZimol
2025-10-27 17:22:12 +01:00
parent 5191228a4e
commit bde9ec60b8

10
app.py
View File

@@ -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)