mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
Puzzle 0.3.0 - 1.17
Modulized into: puzzle-base (update checker + config) puzzle-gui (unified config gui) puzzle-models (remove limitations) puzzle-blocks (custom render layers) puzzle-splashscreen (resourcepack-provided spash screen) Updated to 1.17
This commit is contained in:
4
puzzle-blocks/build.gradle
Executable file
4
puzzle-blocks/build.gradle
Executable file
@@ -0,0 +1,4 @@
|
||||
archivesBaseName = "puzzle-blocks"
|
||||
dependencies {
|
||||
api project(":puzzle-base")
|
||||
}
|
||||
Reference in New Issue
Block a user