#can you add custom items into crafting?

1 messages · Page 1 of 1 (latest)

north spear
#

So here's the situation:
I have an item from datapack 1

And I want to use it in a crafting recipe in another datapack?

Is that possible?

The item from datapack from 1 is just a netherite sword with some extra stuff and should have tags?

tall girder
#

You can’t detect NBT in crafting recipes, so no.

#

You’d need a custom crafter, or alternatively you can use some workarounds that are for real extremes

north spear
#

Ahh alright thank you!

#

What about drop crafting

#

Would that work?

tall girder
#

Yep, that works

north spear
#

Any simple implementation I can find?

ivory swift
tall girder
#

Pretty much ^^^^

north spear
#

Oh thanks!

tall girder
#

It’s as simple as execute as item1 if entity item2,distance=..0.5 if entity item3,distance=..0.5 then summon the item and kill the other ones