#Can i make multiple recipes under one .txt file?

23 messages · Page 1 of 1 (latest)

near templeBOT
#

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

median mural
#

recipes in a text file?

broken ridgeBOT
#

The XY problem is when you really want to do X, and you think that Y can achieve X. However, you can't get Y to work, and so ask for help exclusively about Y.

This can lead to a lot of confusion from the people trying to help you, as Y can seem like a very random thing to want to do, and a lot of the time isn't the best way to achieve X anyway.

Its fine to ask about Y, just always include some context about X so you can be put on the right track if Y won't do X well, or there is an easier way to do X.

hazy pagoda
#

Message was deleted. I will just close it

halcyon wave
#

i dont know why it deleted BUT

#

If i have a .TXT file for one shapeless crafting recipe can i put more shapeless crafting recipes in that same .TXT file?

valid edge
#

They shouldn't be .txt

#

They should be .js

#

And yes you can and should put multiple per file

halcyon wave
strange river
#

you can do basically as many recipes as you want within a single event block, and should be

#

otherwise you're making a million event listeners, which is going to stack up on the load time, even if only very slightly

halcyon wave
#

???

strange river
#

what

#

recipe stuff is only needed serverside

halcyon wave
#

nevermind

strange river
#

it can be done in startup too, since that has access to server and client events

#

but recipes are always sent from server to client, that's how it works as of 1.14-ish

halcyon wave
#

could i put a event.blasting in there?

strange river
#

you can do any mix and match of recipe types in the same recipe event block