recipes
This commit is contained in:
@@ -16,11 +16,11 @@ ServerEvents.recipes(event => {
|
||||
)
|
||||
|
||||
event.shaped('minecraft:elytra', [// arg 1: output
|
||||
'CDC',
|
||||
'BDB',
|
||||
'MNM', // arg 2: the shape (array of strings)
|
||||
'M M'
|
||||
], {
|
||||
C: 'minecraft:chorus_fruit',
|
||||
B: 'bonfires:titanite_slab',
|
||||
N: 'minecraft:nether_star',
|
||||
M: 'minecraft:phantom_membrane', //arg 3: the mapping object
|
||||
D: 'minecraft:diamond', //arg 3: the mapping object
|
||||
|
||||
Reference in New Issue
Block a user