• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Resource icon

v21.1 [v20\v21] Item Crafter UI Plus 3.0.0

This resource pertains to version 21.1 of Pokémon Essentials.

Reviews 4.88 star(s) 6 reviews

If I could give it 4.9 I would. Not perfect because there's no option to give all recipes with a certain flag like there is to select them but that's literally the only flaw I can see.
V
Vendily
[code]GameData::Recipe.each do |r|
next unless r.has_flag?(flag)
pbUnlockRecipe(r.id)
end[/code]
Back
Top