Skip to content

Commit

Permalink
Merge pull request #85 from joblo2213/handheld-crafting
Browse files Browse the repository at this point in the history
Advanced Handheld Crafting
  • Loading branch information
sebinside authored Oct 17, 2021
2 parents 335a635 + a015b0f commit 2cca72b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/extended.zs
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ mods.extendedcrafting.TableCrafting.addShaped(0, <extendedcrafting:storage:4>, [
[<botania:dye:5>, <botania:manaresource:4>, <botania:manaresource:7>, <minecraft:gold_ingot>, <minecraft:iron_ingot>, <harvestcraft:currypowderitem>, <quark:root_dye:2>],
[<botania:dye:4>, <botania:dye:3>, <botania:dye:2>, <botania:dye:1>, <botania:dye>, <astralsorcery:itemusabledust:1>, <astralsorcery:itemusabledust>]
]);

//Handheld Advanced Crafting
recipes.remove(<extendedcrafting:handheld_table>);
recipes.addShaped("extendedcrafting_handheld_table", <extendedcrafting:handheld_table>, [
[null, <extendedcrafting:table_advanced>],
[<ore:stickWood>, null]
]);

0 comments on commit 2cca72b

Please sign in to comment.