Jump to content

TheLexCraft

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by TheLexCraft

  1. 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' ]) })
  2. 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.
  3. Hey guys, I was playing the All The Mods 3 Modpack and I have built a little Immersive Engineerig Factory, then i left. Today at morning I couldn't join and the server is now in a crash loop. Here is the crash log. Exception in server tick loop at java.util.HashMap$HashIterator.nextNode(HashMap.java:1469) at java.util.HashMap$ValueIterator.next(HashMap.java:1498) at net.minecraft.world.World.func_147448_a(World.java:1949) at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856) at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) at net.minecraft.world.World.func_72964_e(World.java:310) at net.minecraft.world.World.func_175726_f(World.java:305) at net.minecraft.world.World.func_175625_s(World.java:2402) at mekanism.common.chunkloading.ChunkManager.ticketsLoaded(ChunkManager.java:21) at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:611) at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:70) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1128_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:309) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:748)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.