Skip to content

Commit

Permalink
🏷 Release 1.1.0
Browse files Browse the repository at this point in the history
Bump Version to 1.1.0
Bump Dependencies
Start Using Vineflower Decompiler
  • Loading branch information
ItsMaddieNow committed Nov 14, 2023
1 parent 5fc7eb2 commit b7e1bdd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'maven-publish'
alias libs.plugins.quilt.loom
alias libs.plugins.loom.vineflower
id 'com.modrinth.minotaur' version '2.+'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 1.0.0-beta
version = 1.1.0
maven_group = io.github.ItsMaddieNow
archives_base_name = maddies_building_tweaks

Expand Down
12 changes: 8 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[versions]
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.1"
quilt_loader = "0.19.1"
quilt_mappings = "1.20.1+build.3"
quilt_loader = "0.21.2"

qsl = "6.0.3+1.20.1"
qsl = "6.1.2+1.20.1"

quilted_fabric_api = "7.0.3+0.83.1-1.20.1"

statement = "4.2.5"

quilt_loom = "1.0.+"
loom_vineflower = "1.11.0"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
quilt_mappings = { module = "org.quiltmc:quilt-mappings", version.ref = "quilt_mappings" }
Expand All @@ -27,4 +30,5 @@ statement = { module = "com.github.Virtuoel:Statement", version.ref = "statement
quilted_fabric_api = ["quilted_fabric_api", "quilted_fabric_api_deprecated"]

[plugins]
quilt_loom = { id = "org.quiltmc.loom", version = "1.0.+" }
quilt_loom = { id = "org.quiltmc.loom", version.ref = "quilt_loom" }
loom_vineflower = { id = "io.github.juuxel.loom-vineflower", version.ref = "loom_vineflower"}

0 comments on commit b7e1bdd

Please sign in to comment.