#can you add custom items into crafting?
1 messages · Page 1 of 1 (latest)
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
Yep, that works
Any simple implementation I can find?
Today I will show you how to detect when a certain combination of items is dropped onto the floor in order to make custom item recipes. You can customize it to make it special for your own item by adding special sounds and particle effects. This was going to be part of the fourth episode of the custom item series but I decided it would be better...
Pretty much ^^^^
Oh thanks!
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