#custom "stripping" recipes

7 messages · Page 1 of 1 (latest)

tender depot
#

is there a way to make a custom axe stripping interaction with a block?
I want to make my log strippable, as well a use the stripping feature elsewhere.

marsh folioBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

solemn shore
#

the one of ways is BlockEvents.rightClicked

tender depot
#

thats what I was thinking

#

so is there nothing like event.stripping() in ServerEvents.recipes or something along those lines?

solemn shore
#

maybe just```js
event.block.set(newBlockId)

tender depot
#

u right u right