Skip to content

Commit

Permalink
fix uncraftable chisel
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewperiut committed Jun 18, 2024
1 parent 8415eca commit 5106fa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" #",
"S "
],
"category": "equipment",
"key": {
"#": {
"item": "minecraft:iron_ingot"
Expand All @@ -12,7 +9,12 @@
"item": "minecraft:stick"
}
},
"pattern": [
" #",
"S "
],
"result": {
"item": "chisel:chisel"
"count": 1,
"id": "chisel:chisel"
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2048M
minecraft_version=1.21
enabled_platforms=fabric,neoforge

mod_version = 1.7.2
mod_version = 1.7.3
maven_group = com.matthewperiut
archives_base_name = chisel

Expand Down

0 comments on commit 5106fa0

Please sign in to comment.