mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-13 02:25:09 +01:00
- 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
16 lines
349 B
Groovy
Executable File
16 lines
349 B
Groovy
Executable File
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://maven.neoforged.net/releases" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("neoforge")
|
|
//include("quilt")
|
|
|
|
rootProject.name = "puzzle"
|