event.shapeless('1x minecraft:dark_oak_sapling', ['minecraft:jungle_sapling']).stage('superflat_recipes')
event.shapeless('1x minecraft:dark_oak_sapling', ['minecraft:jungle_sapling']).stage('skyblock_recipes')
basically i have a couple of world types for my next modpack and i wanted world type specific recipes, the problem i have is if the recipe is the same as shown above only the first recipe will work the second one does not
