TheLexCraft Posted June 11, 2023 Posted June 11, 2023 (edited) I play the modpack on Forge - 43.2.7, and that's the modpack. And the main problem is i can't really process uranium ingots, and and therefore i can't make Yellow Cake Uranium from Mekanism because there's no recipe showing up. And there's a strange recipe for a Uranium Block from Immersive Engineering, there is one Uranium Ingot from the mod itself and barriers around it that says Empty Tag: forge:ingots/uranium. When i press U for example on a Uranium Ingot from Mekanism it shows not really a common recipe, just only 1 recipe from a mod (Industrial Reborn) that is making any item into Scrap, but that doesn't matter. Anyway, i've tried to add all the Uranium Ingots with KubeJS the tag forge:ingots/uranium but that dosent work either, I can add every forge tag but not forge:ingots/uranium. I'm really desperately and I don't know anything that could work. Edited June 11, 2023 by TheLexCraft Quote
TheLexCraft Posted June 11, 2023 Author Posted June 11, 2023 (edited) That's the code i wrote for KubeJS. I've tried to add all the Uranium Ingots with KubeJS the tag forge:ingots/uranium but that dosent work either, I can add every forge tag but not forge:ingots/uranium. ServerEvents.tags('item', e => { e.get('forge:ingots/uranium').add([ 'immersiveengineering:ingot_uranium', 'mekanism:ingot_uranium', 'indreb:uranium_ingot' ]) }) Edited June 11, 2023 by TheLexCraft Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.