From 24ab3c5cea89e3b9fde4492d208dd38f5721bf62 Mon Sep 17 00:00:00 2001 From: Octal Date: Tue, 18 Jul 2023 22:57:47 -0500 Subject: [PATCH] I don't know how to properly name commits --- data/mod/quilt.mod.fennec | 5 +++++ gradle.properties | 2 +- src/main/resources/quilt.mod.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/mod/quilt.mod.fennec b/data/mod/quilt.mod.fennec index 6cffbf58..f8162221 100644 --- a/data/mod/quilt.mod.fennec +++ b/data/mod/quilt.mod.fennec @@ -46,5 +46,10 @@ quilt_loader { id = "minecraft" versions = ">=1.19.4" } + { id = "terraform-wood-api-v1" } + { id = "terrablender" } + { id = "cardinal-components-base" } + { id = "cardinal-components-entity" } + { id = "moremcmeta" } ] } diff --git a/gradle.properties b/gradle.properties index 5926d496..753e38e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G org.gradle.parallel = true # Mod Properties -version = 0.1.4-blanketcon +version = 0.1.5-blanketcon maven_group = dev.sweetberry archives_base_name = wwizardry diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 57cb7b1f..278e69c2 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -1 +1 @@ -{"schema_version":1,"cardinal-components":["wwizardry:void_bag"],"mixin":"wwizardry.mixins.json","quilt_loader":{"group":"dev.sweetberry","id":"wwizardry","version":"${version}","metadata":{"name":"Wandering Wizardry","description":"An exploration focused magic mod","contributors":{"Sweet Berry Collective":"Owner","Octal":"Programmer","Cart3r":"Artist"},"contact":{"issues":"https://github.com/Sweet-Berry-Collective/Wandering-Wizardry/issues","source":"https://github.com/Sweet-Berry-Collective/Wandering-Wizardry","homepage":"https://sweetberry.dev"},"icon":"assets/wwizardry/icon.png"},"intermediate_mappings":"net.fabricmc:intermediary","entrypoints":{"init":"dev.sweetberry.wwizardry.WanderingMod","client_init":"dev.sweetberry.wwizardry.client.WanderingClient","terrablender":"dev.sweetberry.wwizardry.world.TerraBlenderInitializer","cardinal-components":"dev.sweetberry.wwizardry.component.CardinalInitializer","emi":"dev.sweetberry.wwizardry.emi.EmiInitializer"},"depends":[{"id":"quilt_loader"},{"id":"quilted_fabric_api"},{"id":"minecraft","versions":">=1.19.4"}]}} \ No newline at end of file +{"schema_version":1,"cardinal-components":["wwizardry:void_bag"],"mixin":"wwizardry.mixins.json","quilt_loader":{"group":"dev.sweetberry","id":"wwizardry","version":"${version}","metadata":{"name":"Wandering Wizardry","description":"An exploration focused magic mod","contributors":{"Sweet Berry Collective":"Owner","Octal":"Programmer","Cart3r":"Artist"},"contact":{"issues":"https://github.com/Sweet-Berry-Collective/Wandering-Wizardry/issues","source":"https://github.com/Sweet-Berry-Collective/Wandering-Wizardry","homepage":"https://sweetberry.dev"},"icon":"assets/wwizardry/icon.png"},"intermediate_mappings":"net.fabricmc:intermediary","entrypoints":{"init":"dev.sweetberry.wwizardry.WanderingMod","client_init":"dev.sweetberry.wwizardry.client.WanderingClient","terrablender":"dev.sweetberry.wwizardry.world.TerraBlenderInitializer","cardinal-components":"dev.sweetberry.wwizardry.component.CardinalInitializer","emi":"dev.sweetberry.wwizardry.emi.EmiInitializer"},"depends":[{"id":"quilt_loader"},{"id":"quilted_fabric_api"},{"id":"minecraft","versions":">=1.19.4"},{"id":"terraform-wood-api-v1"},{"id":"terrablender"},{"id":"cardinal-components-base"},{"id":"cardinal-components-entity"},{"id":"moremcmeta"}]}} \ No newline at end of file