Skip to content

Commit

Permalink
fix uncraftable create mechanical saw
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Nov 24, 2023
1 parent 8a205e6 commit 2e2be65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3897,7 +3897,7 @@ hash = "225830cfae9ec5ddb984a95ab4ca3dd2acfaef901de212f036b99bf8993a2cca"

[[files]]
file = "kubejs/server_scripts/recipes.js"
hash = "f25c1d646f0772dc440dd3876c47be0b6e544ada86c3aa9c99d8e50ca1c3e3c9"
hash = "10db37dde144816556387d80094b0d3420c0f8426689fe11eb96a8c244817737"

[[files]]
file = "kubejs/startup_scripts/0_globals.js"
Expand Down
2 changes: 1 addition & 1 deletion kubejs/server_scripts/recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function andesiteMachine(event) {
'S',
'C'
], {
S: F("#sawblades"),
S: 'thermal:saw_blade',
C: CR("andesite_casing")
})

Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "45e39e7cb85fe28d9db1573c50874e6148f88ab8094137c6bf2cbefab639d81f"
hash = "2c027dc76d8c8f1c46be64fee0813b28690f88e0a8f6fc8642809528ba462fb6"

[versions]
forge = "40.2.14"
Expand Down

0 comments on commit 2e2be65

Please sign in to comment.