Skip to content

Commit

Permalink
Merge branch 'master' into item-api-rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar authored Jan 7, 2024
2 parents fd7a07a + d82a885 commit 6fe5e1c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
apply plugin: "fabric-loom"
apply plugin: "maven-publish"

version = "${project.module_version}-${project.minecraft_version}"
version = "${project.module_version}"
group = rootProject.maven_group
if (project.hasProperty("archive_base_name")){
archivesBaseName = project.archive_base_name
Expand Down
1 change: 1 addition & 0 deletions felt-armor-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodule_version=2.0.0
1 change: 1 addition & 0 deletions felt-blockbreak-reset-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodule_version=2.0.0
3 changes: 2 additions & 1 deletion felt-entity-item-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mixin_extras=true
mixin_extras=true
module_version=2.0.0
1 change: 1 addition & 0 deletions felt-extra-transfer-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module_version=3.0.0
1 change: 1 addition & 0 deletions felt-player-item-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module_version=3.0.0
2 changes: 1 addition & 1 deletion felt-recipe-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mixin_extras=true
module_version=1.0.1
module_version=3.0.1

0 comments on commit 6fe5e1c

Please sign in to comment.