DIsc_Jockey-revive/gradle.properties
Semmieboy YT afe3e78b0f Switched Java version to 8 so the mod works on more Minecraft versions
Made the loading of songs multithreaded, decreasing startup time of the client
Fixed a bug where incorrect instruments were getting played
Fixed a bug where the blocks overlay was unable to be closed
Fixed a bug where the mod would continue playing the song after switching worlds
Fixed a bug where note blocks with a block above them were seen as a valid note block
2022-03-06 03:10:35 +01:00

15 lines
406 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.22
loader_version=0.13.2
# Mod Properties
mod_version=1.0.1
maven_group=semmieboy_yt
archives_base_name=disc_jockey
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.46.4+1.18