This commit is contained in:
parent
96afb3e8aa
commit
5baaba43d2
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
alias libs.plugins.fabric.loom
|
||||
id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build
|
||||
alias libs.plugins.compression
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,9 @@ yarn_mappings="1.21.4+build.8"
|
||||
fabric_loom = "1.9-SNAPSHOT"
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
fabric_loader = "0.16.10"
|
||||
fabric_version="0.115.0+1.21.4"
|
||||
fabric_version = "0.115.0+1.21.4"
|
||||
|
||||
compression = "1.+"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
@ -20,4 +22,5 @@ yarn_mappings = { module = "net.fabricmc:yarn", version.ref = "yarn_mappings" }
|
||||
[bundles]
|
||||
|
||||
[plugins]
|
||||
fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" }
|
||||
fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" }
|
||||
compression = { id = "io.github.p03w.machete", version.ref = "compression" }
|
Loading…
Reference in New Issue
Block a user