#Can i make multiple recipes under one .txt file?
23 messages · Page 1 of 1 (latest)
recipes in a text file?
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.
Message was deleted. I will just close it
Ticket re-opened!
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?
They shouldn't be .txt
They should be .js
And yes you can and should put multiple per file
that s what i ment
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
can i do the same with like a recipe wither furnises and all recipes and just three files are needed one for server one for client and one for Startup
???
nevermind
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
could i put a event.blasting in there?
you can do any mix and match of recipe types in the same recipe event block
YOO THATS SICK