mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 11:25:11 +01:00
Puzzle 2.0.0 - Multiplatform & Cleaner code
- Removed intrusive branding (previously visible on Title screen and F3 menu) - De-modularized: Previously, Puzzle was split into multiple modules which complicated the development process and was just unnecessary - Experimental NeoForge support - Many small improvements - puzzle-splashscreen: Improved background image blending - puzzle-splashscreen: Added support for custom blend functions for full OptiFine parity
This commit is contained in:
@@ -1,42 +1,47 @@
|
||||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx4G
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.21
|
||||
yarn_mappings=1.21+build.2
|
||||
loader_version=0.15.11
|
||||
minecraft_version=1.21
|
||||
supported_versions=1.21.1
|
||||
yarn_mappings=1.21+build.2
|
||||
enabled_platforms=fabric,neoforge
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.6.3+1.21
|
||||
maven_group = net.puzzlemc
|
||||
archives_base_name = puzzle
|
||||
release_type=release
|
||||
curseforge_id=563977
|
||||
modrinth_id=3IuO68q1
|
||||
mod_version = 2.0.0
|
||||
maven_group = net.puzzlemc
|
||||
archives_base_name = puzzle
|
||||
release_type=release
|
||||
curseforge_id=563977
|
||||
modrinth_id=3IuO68q1
|
||||
|
||||
# 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.100.1+1.21
|
||||
mod_menu_version = 7.0.1
|
||||
midnightlib_version = 1.5.7-fabric
|
||||
|
||||
cull_leaves_version = 3.0.2-fabric
|
||||
ldl_version = 2.3.2+1.20.1
|
||||
lbg_version = 1.5.2+1.20.1
|
||||
iris_version = 1.6.9+1.20.2
|
||||
continuity_version = 3.0.0-beta.3+1.20.1
|
||||
animatica_version = 0.6+1.20
|
||||
colormatic_version = 3.1.2
|
||||
borderless_mining_version = 1.1.8+1.20.1
|
||||
dynamic_fps_version = 3.2.0
|
||||
toml4j_version = 0.7.2
|
||||
cit_resewn_version = 1.1.3+1.20
|
||||
complete_config_version = 2.3.0
|
||||
spruceui_version=5.0.0+1.20
|
||||
emf_version=2.0.2
|
||||
etf_version=6.0.1
|
||||
exordium_version=1.2.1-1.20.2
|
||||
# Required for LBG
|
||||
quilt_loader_version=0.19.0-beta.18
|
||||
quilt_fabric_api_version=7.0.1+0.83.0-1.20
|
||||
# Modloaders
|
||||
fabric_loader_version=0.15.11
|
||||
fabric_api_version=0.100.1+1.21
|
||||
|
||||
neoforge_version=21.0.143
|
||||
yarn_mappings_patch_neoforge_version = 1.21+build.4
|
||||
|
||||
# Libraries
|
||||
midnightlib_version = 1.6.3
|
||||
modmenu_version = 11.0.2
|
||||
|
||||
# Mod Integrations
|
||||
cull_leaves_version = 3.0.2-fabric
|
||||
ldl_version = 2.3.2+1.20.1
|
||||
lbg_version = 1.5.2+1.20.1
|
||||
iris_version = 1.8.0-beta.3+1.21-fabric
|
||||
continuity_version = 3.0.0-beta.5+1.21
|
||||
animatica_version = 0.6.1+1.21
|
||||
colormatic_version = 3.1.2
|
||||
borderless_mining_version = 1.1.8+1.20.1
|
||||
dynamic_fps_version = 3.6.3
|
||||
toml4j_version = 0.7.2
|
||||
cit_resewn_version = 1.1.3+1.20
|
||||
complete_config_version = 2.3.0
|
||||
spruceui_version=5.0.0+1.20
|
||||
emf_version=2.2.3
|
||||
etf_version=6.2.2
|
||||
exordium_version=1.2.1-1.20.2
|
||||
# Required for LBG
|
||||
quilt_loader_version=0.19.0-beta.18
|
||||
quilt_fabric_api_version=7.0.1+0.83.0-1.20
|
||||
|
||||
Reference in New Issue
Block a user