#What am I doing wrong

12 messages · Page 1 of 1 (latest)

shy tangle
#

It just says item stack can’t be blank
‘’’

ServerEvents.recipes(event => {

event.remove({ output: 'matc:inferium_crystal' });
event.remove({ output: 'matc:prudentium_crystal' });
event.remove({ output: 'matc:tertium_crystal' });
event.remove({ output: 'matc:imperium_crystal' });
event.remove({ output: 'matc:supremium_crystal' });
event.remove({ output: 'matc:crystals/master_infusion_crystal' });
event.remove({ output: 'matc:inferium_essence' });
event.remove({ output: 'matc:prudentium_essence' });
event.remove({ output: 'matc:tertium_essence' });
event.remove({ output: 'matc:imperium_essence' });
event.remove({ output: 'matc:supremium_essence' });
event.remove({ output: 'matc:insanium_essence' });
event.shaped(Item.of('matc:prudentium_essence', 1), [
'EEE',
'ECE',
'EEE'
], {
E: 'matc:inferium_essence',
C: 'matc:inferium_crystal'
});

event.shaped(Item.of('matc:tertium_essence', 1), [
'EEE',
'ECE',
'EEE'
], {
E: 'matc:prudentium_essence',
C: 'matc:prudentium_crystal'
});

event.shaped(Item.of('matc:imperium_essence', 1), [
'EEE',
'ECE',
'EEE'
], {
E: 'matc:tertium_essence',
C: 'matc:tertium_crystal'
});

event.shaped(Item.of('matc:supremium_essence', 1), [
'EEE',
'ECE',
'EEE'
], {
E: 'matc:imperium_essence',
C: 'matc:imperium_crystal'
});

event.shaped(Item.of('matc:insanium_essence', 1), [
'EEE',
'ECE',
'EEE'
], {
E: 'matc:supremium_essence',
C: 'matc:supremium_crystal'
});
}); ‘’’

vagrant parrotBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

shy tangle
#

Editted cuz I pasted wrong one

#

It gives me 5 error

#

All item stack can’t be blank

autumn garnet
#

only the tiered crstals are from matc not the master infusion crystal and not the essences

worn jackalBOT
#

Paste version of ma.js from @autumn garnet

shy tangle
shy tangle
autumn garnet
#

but only for the tiered crystals 😉 not for the essences

shy tangle
worn jackalBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue!
This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should create a new post for unrelated issues.