mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-13 04:45:10 +01:00
- Port to 1.20.1 - Add support for video playback using VLCj - YouTube videos are being played using Invidious, as VLC currently doesn't support YouTube playback - Add ability to rotate images (on X, Y & Z-axis; only with exceedVanillaLineLength enabled) - Marginally improve PictureSign helper screen - Way less bugs - GUI for Video & Rotation - Support for Hanging signs - Improved config screen - Ability to select shader program pictures are being rendered with when using Iris - Brightness of images is now based on light level at sign position by default - Ability to load URLs defined in JSON files, allowing for very long URLs like those of Twitch.tv streams, as well as start and stop times for videos
23 lines
610 B
Properties
Executable File
23 lines
610 B
Properties
Executable File
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.20.1
|
|
yarn_mappings=1.20.1+build.2
|
|
loader_version=0.14.21
|
|
|
|
# Mod Properties
|
|
mod_version = 2.0.0-beta.1
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = picturesign
|
|
|
|
# Dependencies
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
|
fabric_version=0.83.1+1.20.1
|
|
midnightlib_version=1.4.1-fabric
|
|
videolib_version=0.2.1-mnd
|
|
vlcj_version=4.8.2
|
|
|
|
iris_version=1.6.4+1.20
|