Skip to content

Commit

Permalink
fix item filter recipe and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Aug 3, 2024
1 parent 9e51491 commit 0dcf563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.21+build.2
loader_version=0.15.11

# Mod Properties
mod_version=0.2.2
mod_version=0.2.3
maven_group=com.glisco
archives_base_name=interactic

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/interactic/mixin/RecipeManagerMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RecipeManagerMixin {
}
},
"result": {
"item": "interactic:item_filter",
"id": "interactic:item_filter",
"count": 1
}
}
Expand Down

0 comments on commit 0dcf563

Please sign in to comment.