Skip to content

Commit

Permalink
Add ink recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
J0B10 committed Oct 24, 2021
1 parent 8a8ff59 commit 0352469
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions scripts/_oredict.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import crafttweaker.item.IItemStack;

//sword
<ore:sword>.addItems([
<minecraft:iron_sword:*>,
<minecraft:wooden_sword:*>,
<minecraft:stone_sword:*>,
<minecraft:diamond_sword:*>,
<minecraft:golden_sword:*>,
<botania:manasteelsword:*>,
<botania:elementiumsword:*>,
<botania:terrasword:*>,
<botania:starsword:*>,
<botania:thundersword:*>,
<hwell:mystic_iron_sword:*>,
<hwell:soulsteel_sword:*>,
<immersiveengineering:sword_steel:*>,
<embers:sword_dawnstone:*>,
<uniquecrops:precision.sword:*>,
<astralsorcery:itemcrystalsword:*>,
<astralsorcery:itemchargedcrystalsword:*>,
<tconstruct:broadsword:*>,
<tconstruct:longsword:*>,
<tconstruct:rapier:*>,
<tconstruct:cleaver:*>
]);
3 changes: 3 additions & 0 deletions scripts/vanilla.zs
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ recipes.addShaped("enchantment_table", <minecraft:enchanting_table>,[
[<tconstruct:materials:16>, <ore:obsidian>, <tconstruct:materials:16>],
[<ore:obsidian>, <tconstruct:materials:14>, <ore:obsidian>]
]);

//octopus ink
recipes.addShapeless("ink", <minecraft:dye>, [<ore:foodOctopusraw>, <ore:sword>.transformDamage(10)]);

0 comments on commit 0352469

Please sign in to comment.