#Custom Crafting table

1 messages · Page 1 of 1 (latest)

thick otterBOT
#

Hello, I'm trying to make my own custom crafting table which works like one but I want the item to be shown in the output which when the player clicks it the ingredients is consumed/crafted

How can I do that, my current idea is using a storage but I'm not that much of an expert at data command or the storage itself

data modify storage ulti:wb_temp temp.Items set from block ~ ~ ~ Items

data remove storage ulti:wb_temp temp.Items[{id:"minecraft:sugar",components:{"minecraft:item_model":"ulti:salt"}}]
data modify storage ulti:wb_temp temp.Items[{Slot:3b}] prepend value [{Slot:17b}]

data modify block ~ ~ ~ Items append from storage ulti:wb_temp temp.Items
celest briar
#

Basically this recipe is for salting foods which is in a tag that in the output will show the salted version which has more saturation, however I want to make the storage set the 17b Slot which is the output and the storage gets the food since it doesn't store tags

ionic quest
#

Custom crafting tables that behave the way vanilla ones do are a very tricky task

#

And if not done well it'll be very lagging, I'm telling you from experience

#

So before going forward with it just try to decide if you truly need a custom crafting table for dis

celest briar
#

yes

#

I have figured this out

#

but thanks for telling me that

#

I'll keep this in mind

#

have a good day or night!