#new way to add recipe without create pattern
5 messages · Page 1 of 1 (latest)
pls
ServerEvents.recipes(e => {
e.shaped('oak_log', [
['oak_planks', '', 'oak_planks'],
['', '', ''],
['oak_planks', '', 'oak_planks']
])
})
ServerEvents.recipes(e => {
e.shaped('oak_log', [
["P P"],
[" "],
["P P"]
],{
P: "oak_planks"
})
})```
I mean yeah that's what every normal person would do but that's specifically what they don't want to do
yea, which makes 0 sense 