#Bulk change Vertical Slabs recipes

23 messages · Page 1 of 1 (latest)

void jolt
#

Hi All, unsure if this is possible but is there a way to bulk change all vertical slab recipes without having to do each individual slab separately? I had an idea of using the below but of course this won't know what slab is used for each vertical slab so will only apply to one vertical slab:

event.shapeless('#quark:vertical_slab', ['#minecraft:slabs'])

dapper dustBOT
#

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

queen arch
void jolt
#

Ah thank you, I'll take a look at this now

void jolt
#

Just ran this through and works flawlessly for what I need!

#

Much appreciate this 🙂

queen arch
#

yay

void jolt
#

May I ask for just a brief rundown of what exactly the 2 middle lines do and its purpose?

queen arch
#

which ones?

#

you mean these?

let ingredients = r.originalRecipeIngredients
    let output = r.originalRecipeResult
void jolt
#

yeah yeah them

#

I probably know but just to make sure so I understand fully what this does

queen arch
#

i wrote it in the first part of the snippet

    let ingredients = r.originalRecipeIngredients // returns a List<Ingredient>
    let output = r.originalRecipeResult           // returns an ItemStack

they just save the list of ingredients and the output of the recipe

#

so if you have a recipe where lets say cobble + oak log = stone
ingredients = [cobble, oak log]
output = stone

void jolt
#

Ahh I get you

#

yeah that makes sense

#

much appreciate your fast response and resolution for this

queen arch
#

^^

void jolt
#

Trying to close but the bot keeps unresponding aha

queen arch
#

yeah seemsl ike its off

#

i'll do it manually

void jolt
#

nws thanks