Skip to content

Commit

Permalink
I don't know how to properly name commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Jul 19, 2023
1 parent 25401b6 commit 24ab3c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions data/mod/quilt.mod.fennec
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
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 = 0.1.4-blanketcon
version = 0.1.5-blanketcon
maven_group = dev.sweetberry
archives_base_name = wwizardry

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
@@ -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"}]}}
{"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"}]}}

0 comments on commit 24ab3c5

Please sign in to comment.