Skip to content

Commit

Permalink
Update version, other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Jun 27, 2024
1 parent b64d555 commit cd80222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ loom {
splitEnvironmentSourceSets()

mods {
"modid" {
"banners4bm" {
sourceSet sourceSets.main
sourceSet sourceSets.client
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.15.11

# Mod Properties
mod_version = 1.1-SNAPSHOT
mod_version = 1.0.2+1.21
maven_group = dev.nincodedo
archives_base_name = Banners4BM

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"bluemap": ">=${bluemap_version}",
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": ">=${minecraft_version}"
}
}

0 comments on commit cd80222

Please sign in to comment.