Initial commit

This commit is contained in:
UltraLionfr
2025-10-08 05:20:56 +02:00
parent b9f3b23f1e
commit 165e3ae179
167 changed files with 5390 additions and 0 deletions
@@ -0,0 +1,25 @@
modLoader = "javafml"
loaderVersion = "[4,)"
license = "All Rights Reserved"
[[mods]]
modId = "commandify"
version = "1.0.1"
displayName = "commandify"
displayURL = "https://ultralion.xyz"
authors = "UltraLion"
description = '''Commandify'''
[[dependencies."commandify"]]
modId = "neoforge"
type = "required"
versionRange = "[21,)"
ordering = "NONE"
side = "SERVER"
[[dependencies."commandify"]]
modId = "minecraft"
type = "required"
versionRange = "[1.21.1,1.22)"
ordering = "AFTER"
side = "BOTH"