#weird glitch?

20 messages · Page 1 of 1 (latest)

serene roost
#

normally you can craft planks from every type of log but with this code i can just craft them from stripped logs

  1. pic is with the script where theres no log tag
  2. pic is without the script (the star means tag)
    event.forEachRecipe({type: 'minecraft:crafting_shapeless', input: '#minecraft:logs', output: '#minecraft:planks'}, recipe => {
        let input = recipe.originalRecipeIngredients 
        let output = recipe.originalRecipeResult
  
        event.shapeless(Item.of(output, 2), [Item.of(input[0])]).id(recipe.getOrCreateId())
    })
tight ironBOT
#

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

serene roost
true venture
#

Item.of only selects one item from atag

#

use Ingredient

serene roost
#

ohhhhhhh

#

so like this?

true venture
#

yes I think

serene roost
#

xd now i finally also know thee difference between ingrediant and item of

true venture
#

??tryitandsee

dim duneBOT
true venture
serene roost
#

XD just making sure

serene roost
#

yooooooooooooooooooooo

#

how cool i that xd

#

thank you ^w^

true venture
#

np

serene roost
#

anddd see you in the next ticket :>