Skip to content

Commit

Permalink
fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHsieh0415 committed Dec 9, 2023
1 parent 309576a commit 5e1086e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overrides/kubejs/server_scripts/custom_recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ onEvent("recipes", (event) => {

kubejs.shaped("custom:cobblestone_machine", ["ASA", "AWA", "ASA"], {
S: "extrautilitiesrebirth:quadruple_compressed_cobblestone",
W: "#forge:tools/tools/stone_hammerss",
W: "#forge:tools/stone_hammerss",
A: "extrautilitiesrebirth:triple_compressed_cobblestone",
});

kubejs.shaped("custom:gravel_machine", ["SSS", "SWS", "SSS"], {
S: "extrautilitiesrebirth:double_compressed_gravel",
W: "#forge:tools/tools/stone_hammerss",
W: "#forge:tools/stone_hammerss",
});

kubejs.shaped("custom:dirt_machine", ["SSS", "SWS", "SSS"], {
S: "extrautilitiesrebirth:double_compressed_dirt",
W: "#forge:tools/tools/stone_hammerss",
W: "#forge:tools/stone_hammerss",
});

kubejs.shaped("custom:sand_machine", ["SAS", "SWS", "SBS"], {
Expand Down

0 comments on commit 5e1086e

Please sign in to comment.