#(gorgonshead) Adjusting Recipies

22 messages · Page 1 of 1 (latest)

proven gull
#

Hey all, I've been going around with this one and I can't get it to work. The first time I ran it was with one recipe, and it added that recipe. Now, no matter how many or few recipes I add to the list, or in what order, or which ones I include or exclude, it won't add additional recipes.

debug:
https://paste.denizenscript.com/View/119290

scripts:
https://paste.denizenscript.com/View/119291

Thanks in advance!

foggy driftBOT
#

(gorgonshead) Adjusting Recipies

foggy driftBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

frosty vortex
#

Please hold the item in your hand and run /ex narrate <player.item_in_hand.recipe_ids> to get the recipe id.

proven gull
#

Ok, changed datascript to this , which are direct copy/pastes of:
Filled tag <player.item_in_hand.recipe_ids> with 'li@ (Size 1): denizen:shapeless_recipe_gold_solution_1'.

custom_ingredients:
type: data
ingredients:
- shapeless_recipe_iron_solution_1
- shapeless_recipe_gold_solution_1

https://paste.denizenscript.com/View/119294

Still not appearing on my recipes

#

don't know why my copy/paste sublisted gold_solution, it's not sublisted

frosty vortex
#

The format is wrong

#
denizen:li@shapeless_recipe_iron_solution_1|shapeless_recipe_gold_solution_1|

The format is:
denizen:shapeless_recipe_iron_solution_1|denizen:shapeless_recipe_gold_solution_1

#

denizen: is part of each recipe.

proven gull
#

Still not coming in. Restarted server, no effect

#

do I have to have "discover recipe" each time?

frosty vortex
#

No, once the recipe is discovered it will be kept.

#

You're still using the wrong input format.

#
mechanism_value='denizen:li@denizen:shapeless_recipe_iron_solution_1|denizen:shapeless_recipe_gold_solution_1|
#

You want to remove the first denizen: from the line

adjust <player> discover_recipedenizen<script[custom_ingredients].data_key[ingredients]>

#

lmao

#

There where the denizen is

#

discover_recipe:<script[custom_ingredients].data_key[ingredients]>

proven gull
#

ye ol "remembered to reload, forgot to save"

#

thanks