Initial commit

This commit is contained in:
UltraLionfr
2025-10-08 04:47:01 +02:00
commit 6cfe198867
199 changed files with 261435 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"