Files
PictureSign/neoforge/resources/META-INF/neoforge.mods.toml
Martin Prokoph 948c7f47d1 Huge code cleanup, Architectury & Watermedia
- A huge cleanup of the codebase
- Make use of the Architectury build system
- Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
2024-06-20 17:55:40 +02:00

39 lines
756 B
TOML

modLoader = "javafml"
loaderVersion = "[2,)"
#issueTrackerURL = ""
license = "MIT License"
[[mods]]
modId = "picturesign"
version = "${version}"
displayName = "PictureSign"
logoFile = "icon.png"
authors = "Motschen, TeamMidnightDust"
description = '''
Use signs to display custom images and videos completely client-side!
'''
[[mixins]]
config = "picturesign.mixins.json"
[[dependencies.visualoverhaul]]
modId = "neoforge"
mandatory = true
versionRange = "[21.0,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.visualoverhaul]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.visualoverhaul]]
modId = "midnightlib"
mandatory = true
versionRange = "[1.0,)"
ordering = "AFTER"
side = "BOTH"