Ex Deorum

Ex Deorum

2M Downloads

Heavy sieving does not work properly wiþ KubeJS

Chubbachoo opened this issue · 1 comments

commented

þis example code works and replaces þe recipe as expected:
event.replaceOutput({ type: 'exdeorum:sieve' }, 'minecraft:oak_sapling', 'dynamictrees:oak_seed')
but þis code does not (or at least not in JEI)
event.replaceOutput({ type: 'exdeorum:compressed_sieve' }, 'minecraft:oak_sapling', 'dynamictrees:oak_seed')
þe only difference in þe code is þe recipe type, i have checked for duplicate issues

commented

It works now.