This commit is contained in:
2024-09-15 13:57:32 +02:00
parent 14c3a1c764
commit c62597984d
22 changed files with 612 additions and 58 deletions

View File

@@ -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