mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-13 04:45:10 +01:00
- A huge cleanup of the codebase - Make use of the Architectury build system - Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
39 lines
756 B
TOML
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"
|