Primitive Crafting

Primitive Crafting

8M Downloads

incompatible with anyDamage() and transformDamage() ?

Bluberry-Kat opened this issue ยท 3 comments

commented

I have a script that turns a log into 2 planks using an axe. This damages the axe by 1 point.
When this is a regular shapeless recipe, it works as intended.
When it is a primitive crafting recipe, it does one of two things.

  1. With a wooden axe with full durability, completes the recipe, but consumes the axe
  2. With a wooden axe that has taken damage, does nothing at all.

Here are the scripts in question.

I am using v1.1 of Primitive Crafting, and 2758 of forge.

commented

Interesting... I'm gonna look into that

commented

I've been able to fix the issue and will have a build ready tomorrow

commented

awesome! glad to hear it.