Skip to content

Commit

Permalink
fix recipe error from hammer tag (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHsieh0415 committed Dec 9, 2023
1 parent daefa1b commit 309576a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion overrides/kubejs/server_scripts/achapter1.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ onEvent("recipes", (event) => {

event.smithing(
"kubejs:netherite_hammer",
"#forge:diamond_hammer",
"#forge:tools/diamond_hammers",
"minecraft:netherite_ingot"
);

Expand Down
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:stone_hammer",
W: "#forge:tools/tools/stone_hammerss",
A: "extrautilitiesrebirth:triple_compressed_cobblestone",
});

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

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

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

0 comments on commit 309576a

Please sign in to comment.