From 0352469ba872f791c5cf321193532403843b5f4d Mon Sep 17 00:00:00 2001 From: Jonas <17405009+joblo2213@users.noreply.github.com> Date: Fri, 22 Oct 2021 13:03:38 +0200 Subject: [PATCH] Add ink recipe --- scripts/_oredict.zs | 26 ++++++++++++++++++++++++++ scripts/vanilla.zs | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 scripts/_oredict.zs diff --git a/scripts/_oredict.zs b/scripts/_oredict.zs new file mode 100644 index 0000000..9d22e28 --- /dev/null +++ b/scripts/_oredict.zs @@ -0,0 +1,26 @@ +import crafttweaker.item.IItemStack; + +//sword +.addItems([ + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + +]); diff --git a/scripts/vanilla.zs b/scripts/vanilla.zs index 980ba4b..1cfc6cd 100644 --- a/scripts/vanilla.zs +++ b/scripts/vanilla.zs @@ -129,3 +129,6 @@ recipes.addShaped("enchantment_table", ,[ [, , ], [, , ] ]); + +//octopus ink +recipes.addShapeless("ink", , [, .transformDamage(10)]);