mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
- Blending will now be disabled when set to "off" instead of using the default blend function
37 lines
756 B
TOML
37 lines
756 B
TOML
modLoader = "javafml"
|
|
loaderVersion = "[2,)"
|
|
#issueTrackerURL = ""
|
|
license = "MIT License"
|
|
|
|
[[mods]]
|
|
modId = "puzzle"
|
|
version = "${version}"
|
|
displayName = "Puzzle"
|
|
logoFile = "puzzle.png"
|
|
authors = "PuzzleMC, Motschen"
|
|
description = '''
|
|
Unites optifine replacement mods in a clean & vanilla-style gui
|
|
'''
|
|
|
|
[[mixins]]
|
|
config = "puzzle-gui.mixins.json"
|
|
[[mixins]]
|
|
config = "puzzle-models.mixins.json"
|
|
[[mixins]]
|
|
config = "puzzle-splashscreen.mixins.json"
|
|
[[mixins]]
|
|
config = "puzzle-splashscreen_neoforge.mixins.json"
|
|
|
|
[[dependencies.puzzle]]
|
|
modId = "neoforge"
|
|
mandatory = true
|
|
versionRange = "[21.0,)"
|
|
ordering = "NONE"
|
|
side = "CLIENT"
|
|
|
|
[[dependencies.puzzle]]
|
|
modId = "minecraft"
|
|
mandatory = true
|
|
versionRange = "[1.21,)"
|
|
ordering = "NONE"
|
|
side = "CLIENT" |