Skip to content

Commit 24d92c7

Browse files
committed
Update recipes.js
1 parent 8ec2842 commit 24d92c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kubejs/server_scripts/tweaks/recipes.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ ServerEvents.recipes((allthemods) => {
9696
allthemods.remove({ id: "minecraft:book" })
9797
allthemods.shapeless(Item.of("minecraft:book"), ["3x #c:paper", "#c:leathers"]).id("minecraft:book")
9898

99-
allthemods.remove({ id: "enderio:wood_gear" })
100-
allthemods.shaped(Item.of("enderio:wood_gear"), [" S ", "SNS", " S "], {
101-
S: "#c:rods/wooden",
102-
N: "#c:nuggets/iron"
103-
})
104-
10599
allthemods.remove({ id: "handcrafted:wood_plate" })
106100
allthemods.shaped(Item.of("handcrafted:wood_plate"), ["SSS", " S "], {
107101
S: "#minecraft:wooden_slabs"

0 commit comments

Comments
 (0)