#new way to add recipe without create pattern

5 messages · Page 1 of 1 (latest)

ember wyvernBOT
#

Paste version of recipes.js from @proud wing

rapid pecan
#

pls

ServerEvents.recipes(e => {
  e.shaped('oak_log', [
    ['oak_planks', '', 'oak_planks'],
    ['', '', ''],
    ['oak_planks', '', 'oak_planks']
  ])
})
rugged ivy
#

ServerEvents.recipes(e => {
  e.shaped('oak_log', [
    ["P P"],
    ["   "],
    ["P P"]
    ],{
    P: "oak_planks"
  })
})```
rapid pecan
#

I mean yeah that's what every normal person would do but that's specifically what they don't want to do

rugged ivy
#

yea, which makes 0 sense kwkWHands