Skip to content

Commit

Permalink
fix: new recipe format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlige committed Nov 29, 2024
1 parent dd3eb62 commit 11ef018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21.3+build.2
loader_version=0.16.9

# Mod Properties
mod_version=0.3.0+1.21.2
mod_version=0.3.1+1.21.2
maven_group=com.github.zhenlige.xennote
archives_base_name=xennote

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/data/xennote/recipe/note_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
". ."
],
"key": {
".": {"item": "minecraft:redstone"},
"N": {"item": "minecraft:note_block"}
".": "minecraft:redstone",
"N": "minecraft:note_block"
},
"result": {
"count": 1,
Expand Down

0 comments on commit 11ef018

Please sign in to comment.