13 lines
231 B
JavaScript
13 lines
231 B
JavaScript
ServerEvents.recipes((event) => {
|
|
event.shaped(
|
|
Item.of('minecraft:chest', 1),
|
|
[
|
|
'WWW',
|
|
'W W',
|
|
'WWW'
|
|
],
|
|
{
|
|
W: '#minecraft:planks'
|
|
}
|
|
)
|
|
}) |