Skip to content

Commit

Permalink
fix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Oct 4, 2024
1 parent 1f26b81 commit b745609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ javaVersion=21
useJavaToolChains=true

#The currently running forge.
forgeVersion=21.1.4
forgeVersion=21.1.20

fml_range=[4,)
forge_range=[21.0.143,)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",

This comment has been minimized.

Copy link
@Nightenom

Nightenom Oct 4, 2024

Member

nitpick: this should probably be redstone category

"pattern": [
"SSS",
"R R",
Expand All @@ -18,7 +19,7 @@
}
},
"result": {
"item": "multipiston:multipistonblock",
"id": "multipiston:multipistonblock",
"count": 1
}
}

1 comment on commit b745609

@uecasm
Copy link

@uecasm uecasm commented on b745609 Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is why you datagen 😆

Please sign in to comment.