GithubHelp home page GithubHelp logo

ex-astris-rebirth's Introduction

Ex Astris Rebirth

Add mod integration to your SkyBlock.

Please put all suggestions in the issue tracker (preferably using the [Suggestion] Tag).

ex-astris-rebirth's People

Contributors

clayblockunova avatar kizby avatar loveholy avatar mikelydeamore avatar nark31 avatar timeslice42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ex-astris-rebirth's Issues

[Suggestion] IC2 Energy Network Support (for auto sieve/hammer)

Currently, Ex Astris has the Auto-Sieve and Auto-Hammer, which use the CoFH RF energy network.

I am working on an IC2/GregTech based SkyBlock modpack which would benefit greatly from the automation provided in the auto-sieve/auto-hammer.

Would it be possible to add IC2 energy support (and a config option to disable either RF or IC2 energy networks)? I feel like this would help with modpack devs overall.

Thanks!

[Suggestion] Tainted Magic Support & a few Issues

Would it be possible to add support for Tainted Magic? It adds Shadowmetal and there is no easy way to get it without mining the ore. You can transmute the ore, but to unlock the actual research to transmute it you need to mine it first I'm pretty sure. Also Biomes O' Plenty seems to be listed as supported but I can't seem to be able to aquire the gems it adds (Ruby, Sapphire, Peridot, etc.), nor to get the wooden sieves and barrels of apropriate coloring (nor Natura ones, actually). Support for the New Thermal Expansion versions would also be useful (a way to get Blitz and Basalz powder).

[suggestion] new seeds

maybe you can add in seeds and plant support for mods like biomes o' plenty, natura, pams harvestcraft, and so on

Bad copy/paste in config file

The following is an excerpt from the generated config file:

tinkersconstruct {
    # Enable Mini Smeltery
    B:hardStone=true

    # Add Tinkers Modifiers (Smashing and Crooked
    B:modifiers=true

"Enable Mini Smeltery" should be something other than "B:hardStone=true"; that's the option for the rotarycraft bedrock.

Ars Magica 2: Liquid Essence & Witchwood

I have been unable to figure out how to make Liquid Essence. It doesn't show up in NEI and even looking at your code it looked like I was supposed to add an ars magica 2 ore to witchwater in a barrel. Well, I've tried all of the AM2 ores, and the blocks of them, that I could get a hold of legitimately, and I still can't seem to make any liquid essence.

Crash at Startup using 1.01-45 [forge 1490]

After "updating" from Ex Astris 1.16-36 to Ex Astris Rebirth 1.01-45 I now get this crash at startup...

http://pastebin.com/2rYPZKX8

I am guessing it is due to Thaumcraft aspects being added by the Forbidden Magic addon, but I have no clue if I am right. Reverting back to ExAstris 1.16-36 solves the crash for now. Thank you for your time.

Crash on launch, NoClassDefFound

EDIT: Apparently Github doesn't support BB

[spoiler]Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/ProjectileWeapon
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:215)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/weaponry/ProjectileWeapon
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
... 10 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.weaponry.ProjectileWeapon
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/tools/ToolCore
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.tools.ToolCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 279839272 bytes (266 MB) / 824705024 bytes (786 MB) up to 3817865216 bytes (3641 MB)
Mod Pack: ERROR NullPointerException: null
LiteLoader Mods: ERROR NullPointerException: null
LaunchWrapper: 43 active transformer(s)

  • Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
  • Transformer: net.minecraftforge.classloading.FluidIdTransformer
  • Transformer: am2.preloader.BytecodeTransformers
  • Transformer: mods.betterfoliage.loader.impl.BetterFoliageTransformer
  • Transformer: codechicken.lib.asm.ClassHeirachyManager
  • Transformer: codechicken.core.asm.InterfaceDependancyTransformer
  • Transformer: codechicken.core.asm.TweakTransformer
  • Transformer: codechicken.core.asm.DelegatedTransformer
  • Transformer: codechicken.core.asm.DefaultImplementationTransformer
  • Transformer: mrtjp.relocation.asm.Transformer
  • Transformer: invtweaks.forge.asm.ContainerTransformer
  • Transformer: com.creativemd.itemphysic.ItemTransformer
  • Transformer: codechicken.nei.asm.NEITransformer
  • Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
  • Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
  • Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
  • Transformer: me.guichaguri.betterfps.transformers.MathTransformer
  • Transformer: me.guichaguri.betterfps.transformers.EventTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
  • Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
  • Transformer: codechicken.core.asm.CodeChickenAccessTransformer
  • Transformer: invtweaks.forge.asm.ITAccessTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
  • Transformer: com.olafski.fastleafdecay.FldTransformer
  • Transformer: com.gildedgames.util.threadedlighting.asm.TLTransformer
  • Transformer: de.sanandrew.core.manpack.transformer.TransformBadPotionsATN
  • Transformer: de.sanandrew.core.manpack.transformer.TransformEntityThrowable
  • Transformer: de.sanandrew.core.manpack.transformer.TransformELBAttackingPlayer
  • Transformer: de.sanandrew.core.manpack.transformer.TransformPlayerDismountCtrl
  • Transformer: de.sanandrew.core.manpack.transformer.TransformHorseArmor
  • Transformer: de.sanandrew.core.manpack.transformer.TransformEnderman
  • Transformer: cuchaz.ships.core.CoreModTransformer
  • Transformer: shadersmodcore.transform.SMCClassTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
  • Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
  • Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
  • Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
  • Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:MaxPermSize=2G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.114.1388 Minecraft Forge 10.13.3.1388 76 mods loaded, 76 mods active
    mcp{9.05} Minecraft Coder Pack Unloaded->Constructed
    FML{7.10.114.1388} Forge Mod Loader Unloaded->Constructed
    Forge{10.13.3.1388} Minecraft Forge Unloaded->Constructed
    AM2-Preloader{0.0.2} AMCore Unloaded->Constructed
    CodeChickenCore{1.0.7.47} CodeChicken Core Unloaded->Constructed
    itemphysic{1.1.5} ItemPhysic Unloaded->Constructed
    NotEnoughItems{1.0.5.111} Not Enough Items Unloaded->Constructed
    mod_ThreadedLighting{1.7.10-1.0} Threaded Lighting Unloaded->Constructed
    sapmanpack{2.5.1} SanAndreasPs Manager Pack CORE edition Unloaded->Constructed
    cuchaz.ships.core{1.7.10-1.0.3} Ships Mod Core Unloaded->Constructed
    gilded-games-util{1.7.10-1.1} Gilded Games Utility Unloaded->Constructed
    dynamicswordskills{1.7.10-1.6.5} Dynamic Sword Skills Unloaded->Constructed
    AnimationAPI{1.2.4} AnimationAPI Unloaded->Constructed
    arsmagica2{1.4.0.008} Ars Magica 2 Unloaded->Constructed
    aether{Alpha 1.7.10-1.4} Aether II Unloaded->Constructed
    AgriCraft{1.7.10-1.4.0-beta-1} AgriCraft Unloaded->Constructed
    Baubles{1.0.1.10} Baubles Unloaded->Constructed
    BetterFoliage{1.0.13} Better Foliage Unloaded->Constructed
    BiblioCraft{1.10.5} BiblioCraft Unloaded->Constructed
    ExtrabiomesXL{3.16.2} ExtrabiomesXL Unloaded->Constructed
    BiblioWoodsEBXL{1.4} BiblioWoods ExtraBiomesXL Edition Unloaded->Constructed
    Botania{r1.7-208} [Botania](Botania r1.7-208.jar) Unloaded->Constructed
    CarpentersBlocks{3.3.6} [Carpenter's Blocks](Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed
    ChickenChunks{1.3.4.19} ChickenChunks Unloaded->Constructed
    ForgeMultipart{1.2.0.345} Forge Multipart Unloaded->Constructed
    chisel{2.3.10.37} Chisel 2 Unloaded->Constructed
    claysoldiers{2.0.0-beta.2} Clay Soldiers Mod Unloaded->Constructed
    ComputerCraft{1.73} ComputerCraft Unloaded->Constructed
    creativecore{1.2.0} [CreativeCore](CreativeCore v1.2.2 mc1.7.10.jar) Unloaded->Constructed
    exnihilo{1.38-45} Ex Nihilo Unloaded->Constructed
    MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed
    Mantle{1.7.10-0.3.2.jenkins188} Mantle Unloaded->Constructed
    TConstruct{1.7.10-1.8.6b.build976} Tinkers' Construct Unloaded->Errored
    Metallurgy{4.0.8} Metallurgy 4 Unloaded->Constructed
    exastrisrebirth{MC1.7.10-1.01-45} Ex Astris Rebirth Unloaded->Constructed
    ExtraTiC{1.4.5} ExtraTiC Unloaded->Errored
    fastleafdecay{1.1} Fast Leaf Decay Unloaded->Constructed
    FWG{1.0.3} Fun World Gen Unloaded->Constructed
    GraveStone{2.12.3} GraveStone Unloaded->Constructed
    inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks Unloaded->Constructed
    JABBA{1.2.1} JABBA Unloaded->Constructed
    RadixCore{2.0.2} RadixCore Unloaded->Constructed
    MCA{1.7.10-5.0.7.2} Minecraft Comes Alive Unloaded->Constructed
    millenaire{6.0.0} Millénaire Unloaded->Constructed
    NEIAddons{1.12.11.36} NEI Addons Unloaded->Constructed
    NEIAddons|Developer{1.12.11.36} NEI Addons: Developer Tools Unloaded->Constructed
    NEIAddons|AppEng{1.12.11.36} NEI Addons: Applied Energistics 2 Unloaded->Constructed
    NEIAddons|Botany{1.12.11.36} NEI Addons: Botany Unloaded->Constructed
    NEIAddons|Forestry{1.12.11.36} NEI Addons: Forestry Unloaded->Constructed
    NEIAddons|CraftingTables{1.12.11.36} NEI Addons: Crafting Tables Unloaded->Constructed
    NEIAddons|ExNihilo{1.12.11.36} NEI Addons: Ex Nihilo Unloaded->Constructed
    primitivemobs{1.0} Primitive Mobs Unloaded->Constructed
    ProjectE{1.7.10-PE1.8.0} ProjectE Unloaded->Constructed
    MrTJPCoreMod{1.1.0.31} MrTJPCore Unloaded->Constructed
    ProjRed|Core{4.7.0pre8.92} ProjectRed Core Unloaded->Constructed
    ProjRed|Transmission{4.7.0pre8.92} ProjectRed Transmission Unloaded->Constructed
    ProjRed|Transportation{4.7.0pre8.92} ProjectRed Transportation Unloaded->Constructed
    ProjRed|Compatibility{4.7.0pre8.92} ProjectRed Compatibility Unloaded->Constructed
    ProjRed|Integration{4.7.0pre8.92} ProjectRed Integration Unloaded->Constructed
    ProjRed|Fabrication{4.7.0pre8.92} ProjectRed Fabrication Unloaded->Constructed
    ProjRed|Illumination{4.7.0pre8.92} ProjectRed Illumination Unloaded->Constructed
    ProjRed|Expansion{4.7.0pre8.92} ProjectRed Expansion Unloaded->Constructed
    RWG{Alpha 1.3.2} Realistic World Gen Alpha Unloaded->Constructed
    cuchaz.cuchazinteractive{1.7.10-1.0} Cuchaz Interactive Unloaded->Constructed
    cuchaz.ships{1.7.10-1.0.3} Ships Mod Unloaded->Constructed
    Slugs Magic Resistance Mod{0.9} [Slug's Magic Resistance Mod](Slugs Damage Tweaks-0.9.jar) Unloaded->Constructed
    SpecialMobs{3.1.1} Special Mobs Unloaded->Constructed
    TiCTooltips{1.2.5} TiC Tooltips Unloaded->Errored
    TMechworks{0.2.14.100} Tinkers' Mechworks Unloaded->Errored
    worldedit{6.0-beta-01} WorldEdit Unloaded->Constructed
    McMultipart{1.2.0.345} Minecraft Multipart Plugin Unloaded->Constructed
    ForgeRelocation{0.0.1.4} ForgeRelocation Unloaded->Constructed
    MCFrames{1.0} MCFrames Unloaded->Constructed
    RelocationFMP{0.0.1.2} RelocationFMP Unloaded->Constructed
    IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks Unloaded->Errored
    ForgeMicroblock{1.2.0.345} Forge Microblocks Unloaded->Constructed
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.[/spoiler]
    [p]//Crash Log.[/p]

[p]Everything downloaded new yesterday.[/p]
[p]Forge 1388.[/p]
[p]Mods from the list being used:[/p]

[p][b]ArsMagica[/b][/p]
[p][b]Botania[/b][/p]
[p][b]Chisel2 (not chisel1)[/b][/p]
[p][b]Metallurgy[/b][/p]
[p][b]TConstruct[/b][/p]

[p]Also, if BoP is in, I'd recommend taking out EBXL next, as they're similar mods.[/p]

Cancel mod limitation

Dear Loveholy,
I have some ideas.
Firstly, although Hard Stones can be got in creative tab without Rotarycraft, they can't be crafted. So we can let it can be crafted everytime because Bedrock is awesome, even in vanilla gaming.
Secondly, Marble Stone and Limestone Stone is just for Chisel2. I think those types of stones can be used in other mods which introduced Marble and Limestone.
Clayblockiller

Can no longer build from source

This project can no longer be built from source, because Gradle tries to pull in many other mods as dependencies, but many of them are now broken links. Specifically problematic ones I noticed so far are Chisel2, Ars Magica, and Food Plus (though there may be more).

Crash when put block in automatic sieve ( sand, gravel,...)

there is my crash report
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 9/11/16 5:34 PM
Description: Ticking block entity

java.lang.NoClassDefFoundError: cofh/lib/util/helpers/ItemHelper
at kr.loveholy.exastrisrebirth.tileentity.TileEntitySieveAutomatic.ProcessContents(TileEntitySieveAutomatic.java:160)
at kr.loveholy.exastrisrebirth.tileentity.TileEntitySieveAutomatic.func_145845_h(TileEntitySieveAutomatic.java:116)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ClassNotFoundException: cofh.lib.util.helpers.ItemHelper
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 9 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Stacktrace:
at kr.loveholy.exastrisrebirth.tileentity.TileEntitySieveAutomatic.ProcessContents(TileEntitySieveAutomatic.java:160)
at kr.loveholy.exastrisrebirth.tileentity.TileEntitySieveAutomatic.func_145845_h(TileEntitySieveAutomatic.java:116)

-- Block entity being ticked --
Details:
Name: exastrisrebirth.blockSieveAutomatic // kr.loveholy.exastrisrebirth.tileentity.TileEntitySieveAutomatic
Block type: ID #1510 (exastrisrebirth.blockSieveAutomatic // kr.loveholy.exastrisrebirth.block.BlockSieveAutomatic)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-745,63,-108), Chunk: (at 7,3,4 in -47,-7; contains blocks -752,0,-112 to -737,255,-97), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Actual block type: ID #1510 (exastrisrebirth.blockSieveAutomatic // kr.loveholy.exastrisrebirth.block.BlockSieveAutomatic)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['DUCVN'/23, l='New World', x=-775.93, y=86.50, z=-130.33]]
Chunk stats: ServerChunkCache: 864 Drop: 0
Level seed: 4239199425327593737
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-22,64,-28), Chunk: (at 10,4,4 in -2,-2; contains blocks -32,0,-32 to -17,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 1287247 game time, 1709028 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 66304 (now: false), thunder time: 38735 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 288694040 bytes (275 MB) / 797949952 bytes (760 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 42 mods loaded, 42 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1614} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core
UCHIJAAAA NotEnoughItems{1.0.5.120} Not Enough Items
UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core
UCHIJAAAA abyssalcraft{1.9.1.3} AbyssalCraft
UCHIJAAAA ActuallyAdditions{1.7.10-r21} Actually Additions
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA Botania{r1.7-226} [Botania](Botania r1.7-226.jar)
UCHIJAAAA druidry{2016.8.10-1.7.10} §2Druidry
UCHIJAAAA ForgeMultipart{1.1.2.331} Forge Multipart
UCHIJAAAA Mekanism{9.1.0} Mekanism
UCHIJAAAA EnderIO{1.7.10-2.2.8.381} Ender IO
UCHIJAAAA exnihilo{1.38-53} Ex Nihilo
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins188} Mantle
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct
UCHIJAAAA exastrisrebirth{MC1.7.10-1.01-null} Ex Astris Rebirth
UCHIJAAAA ExtraUtilities{1.1.0k} Extra Utilities
UCHIJAAAA fastleafdecay{1.3} Fast Leaf Decay
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA JABBA{1.2.1} JABBA
UCHIJAAAA journeymap{5.1.1b8} JourneyMap
UCHIJAAAA MekanismGenerators{9.1.0} MekanismGenerators
UCHIJAAAA MekanismTools{9.1.0} MekanismTools
UCHIJAAAA minechem{5.0.5.406} Minechem
UCHIJAAAA NEIAddons{1.12.15.41} NEI Addons
UCHIJAAAA NEIAddons|Developer{1.12.15.41} NEI Addons: Developer Tools
UCHIJAAAA NEIAddons|AppEng{1.12.15.41} NEI Addons: Applied Energistics 2
UCHIJAAAA NEIAddons|Botany{1.12.15.41} NEI Addons: Botany
UCHIJAAAA NEIAddons|Forestry{1.12.15.41} NEI Addons: Forestry
UCHIJAAAA NEIAddons|CraftingTables{1.12.15.41} NEI Addons: Crafting Tables
UCHIJAAAA NEIAddons|ExNihilo{1.12.15.41} NEI Addons: Ex Nihilo
UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer
UCHIJAAAA Translocator{1.1.2.15} Translocator
UCHIJAAAA WailaHarvestability{1.1.6} Waila Harvestability
UCHIJAAAA McMultipart{1.1.2.331} Minecraft Multipart Plugin
UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks
UCHIJAAAA ForgeMicroblock{1.1.2.331} Forge Microblocks
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['DUCVN'/23, l='New World', x=-775.93, y=86.50, z=-130.33]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

Barrels need pickaxes to break

It looks like I can't harvest wood barrels with an axe - I need a pickaxe instead. In the BlockBarrelTweak class I saw this:

public BlockBarrelTweak() {
    super(Material.rock);

So I'm assuming you chose the wrong material (it should be wood).

I'm using version 1.01-18, in case you are wondering.

MP void spawn skyblock island

Howdy?

I tried to make a server MP skyblock without using pregenerated maps.
Sadly, leaves layer were fast declaying, I intended them to declay when a player suts down his first block.
A starting inventory, with an angel block from extra utilities, and material to build the island were doomed, as I fell below zero height before could place the angel block below me.

The last mod which spawned you at random coordinates with a skyblock island was written specifically for a server at version 1.6.4, no more.

I wonder that nobody thought up a mod for playing skyblock, with randomly spawning players outside seeing distance, but later possibble for them to connect up or fly to another island for either combat or trade?

Below I get little techincal, in the hope of being clear - I hope you'll like it!

-use variables exas_randomspawnx1/z1/x2/z2 and exas_spawdistance
-if exas_skyblock= true generate void dimension in dimension number exas_spawndimension= N
-if exas_spawndimension !=0 then spawn the players into the numbered dimension
-if exas_random_spawn= true set persistent spawn point for new player randomly between exas_randomspawnx1/z1 and exas_randomspawnx2/z2 and distance between spawns is no less than exas_spawdistance
-if exas_skyblock= true and exas_skyislandspawn= true then spawn a survival skyblock island below the player spawnpoint at height exas_skyislandspawn_y
-if exas_skyblock= true and exas_loadspawnisland= true then search config directory for spawn-island schematics, and spawn one randomly instead of the base one

CoFHCore or CoFHLib check

I know this has been reviewed for quite some times now. But you could check for CoFHCore or CoFHLib mod (not sure which is better for this) before enabling AutoSieve and -Hammer. Even allow manual override just using or operator with ExAstrisRebirthData.allowSieveAutomatic.

I've made a third party mod for previous release to hacked these blocks into the game and I was able to power them with Electric Age converters perfectly, even speed upgrades have increased power requirements.

TSteelworks compatibility fix

(copy of LoveHoly/Ex-Astris#55 (comment))

The high oven computes how much liquid it should output at the very last minute, so adding a * 3 here will cause the high oven to output 3 * TSteelworks:ingotsPerOre instead of just TSteelworks:ingotsPerOre.

https://github.com/Ex-Astris-Rebirth/Ex-Astris-Rebirth/blob/master/src/main/java/kr/loveholy/exastrisrebirth/compatibility/ModTSteelworks.java#L15

Btw in theory you can replace this line (https://github.com/Ex-Astris-Rebirth/Ex-Astris-Rebirth/blob/master/src/main/java/kr/loveholy/exastrisrebirth/compatibility/ModTSteelworks.java#L19)
by ISmeltingRegistry.INSTANCE directly :)

[Suggestion] Remove Ex Nihilo requirement

I know, I know, what the heck could he mean? Ex Astris is an Ex Nihilo add-on! Hear me out, please. Vazkii has added a Skyblock mode to Botania, called Garden of Glass. On it's own, it's a complete Skyblock mod for Vanilla Minecraft.

To a point, it also allows for other mods to be added...namely tech mods, well really anything that only requires overworld ore-gen, which can be generated using the Orechid flower. However, I want to play it with Thaumcraft too. As far as ore generation (Cinnabar ore, Amber ore, shard ores), you're fine thanks to the Orechid..

Where it needs a little help is Greatwood, Silverwood, and the Eldritch Obelisks that spawn in normal worldgen. Using the Hardcore Questing Mod, you can give the player Greatwood and Silverwood saplings. You can even give the player the creative item "Spawn Eldritch Obelisk", which WILL work when placed, IF you also give the player a "sinister node in a jar", and tell them to place it on the obelisk, to crack open inside it, then place 4 eyes and smack the node with a big enough wand.

However, while the spawned Eldritch Obelisk will spawn Eldritch Guardians, it won't ever spawn Crimson Clerics, which then spawn Crimson Cult Knights. This makes the "Portal in a Box" much more useful than the above mentioned workaround. Additionally, the Greatwood sapling and Silverwood sapling recipes would remove the requirement for giving them to the player via OP/creative/HQM.

So while my request may seem dumb at a glance, at it's base I'm asking "Ex Nihilo" to be set to the same status as the other mods Ex Astris/Ex Astris Rebirth supports. If it's present, make the features available. If not, don't. So without Ex Nihilo present, there wouldn't be a thaumium barrel or thaumium hammer, nor the Manasteel hammer in a Botania/Garden of Glass focused pack. Nor the automatic sieve, automatic hammer, speed/fortune upgrades for them, nor any other mod material hammers if any other supported mods are installed.

End Cake not working?

For some reason the End Cake only works while in Creative Mode, anyone in survival just eats the cake but does not get teleported.
I'm using Thermos build 58 Forge version 1614.
ASkyBlock.

Any idea what the issue is?

Crash when loading

---- Minecraft Crash Report ----
// I feel sad now :(

Time: 28/12/15 20:58
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: tconstruct/library/tools/ToolCore
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: tconstruct/library/tools/ToolCore
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: tconstruct.library.tools.ToolCore
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: cofh/api/energy/IEnergyContainerItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: cofh.api.energy.IEnergyContainerItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 160374944 bytes (152 MB) / 439676928 bytes (419 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 30 mods loaded, 30 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} Minecraft Coder Pack
UC FML{7.10.99.99} Forge Mod Loader
UC Forge{10.13.4.1492} Minecraft Forge
UC CodeChickenCore{1.0.4.35} CodeChicken Core
UC NotEnoughItems{1.0.4.95} Not Enough Items
UC DamageIndicatorsMod{3.2.3} Damage Indicators
UC BNBGamingLib{2.3.2} BNBGamingLib
UC AdvancedSpawnControl{0.9.1} Advanced Spawn Control
UC betterstorage{0.13.1.126} BetterStorage
UC BiomesOPlenty{2.1.0} Biomes O' Plenty
UC DimensionalControl{1.5.0} DimensionalControl
UC exnihilo{1.38-49} Ex Nihilo
UC MetallurgyCore{4.0.4} Metallurgy Core
UC Mantle{1.7.10-0.3.2.jenkins184} Mantle
UC Waila{1.5.10} Waila
UE TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UC Metallurgy{4.0.8} Metallurgy 4
UC exastrisrebirth{MC1.7.10-1.01-45} Ex Astris Rebirth
UE ExtraTiC{1.4.5} ExtraTiC
UC FWG{1.0.3} Fun World Gen
UC headcrumbs{1.5.5} Headcrumbs
UC imc{1.6} [Improving Minecraft](Improving Minecraft-1.6.jar)
UC neresources{0.1.0.101} Not Enough Resources
UC ReiMinimap{1.7.10} Rei's Minimap
UE TiCTooltips{1.2.5} TiC Tooltips
UC TwilightForest{2.3.7} The Twilight Forest
UC WailaHarvestability{1.1.2} Waila Harvestability
UC wawla{1.3.1} What Are We Looking At
UC Baubles{1.0.1.10} Baubles
UC libsandstone{1.0.0} libsandstone
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4264' Renderer: 'Intel(R) HD Graphics 4400'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.

add compatible mode (Tools)

  • Thaumcraft
  • Thaumic Tinkerer Kami
    • Ichorium Tools (Crook, Hammer) - Awaken need
    • Hammer - change mine area (1x1, 5x5, etc) [like pickaxe]
    • Crook - break all connected leaves
  • Draconic Evolution
    • Wyvern, Draconic Tools (Coork, Hammer) - Manual change enchants, RF using, directly into the players inventory.
    • Hammer - Wyvern (1x1, 3x3), Draconic (1x1, 3x3, 5x5, 7x7)
    • Crook - Wyverm (1x1,3x3), Draconic (1x1, 3x3, 5x5, 7x7)
    • Reference : http://ftbwiki.org/Draconic_Evolution
  • Ender IO
    • Dark Steel Tools (Crook, Hammer) - Empowered Upgrade, Travel Upgrade
    • Empowered I~ IV (Vibrant Crystal, B-Capacitor, DL-Capacitor, O-Capacitor) , Travel (Ender Crystal) anvil upgrade, Use power absorbed damage.(50%, 60%, 75%, 95% config default)
    • Reference : http://wiki.enderio.com/Dark_Pick and Ender IO config

Draconic Evolution

When I use the auto-sieve and combine the Draconic Evolution into the sand block, there are no recipes for processing it into ore. I only have the option of a facade or to hit it with a hammer back into broken pieces. Is there something I am doing wrong?

ModTweaker Support?

hey,
as ExAstris seems to cache the recipes now it does no longer work with ModTweaker recipes. It would be great if something get changed so it works again.

BOP sieves

The maker of original Ex Nihilo have made barrels and sieves for every vanilla wood. Ex Astris Rebirth introduced BOP barrels but not BOP sieves. I think BOP sieves should be included.

crashes when extra utilities is present

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 6/9/15 3:00 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/rwtema/extrautils/item/ItemHeatingCoil
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:535)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:242)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: com/rwtema/extrautils/item/ItemHeatingCoil
at com.rwtema.extrautils.ExtraUtilsMod.preInit(ExtraUtilsMod.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:533)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.rwtema.extrautils.item.ItemHeatingCoil
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
Caused by: java.lang.NoClassDefFoundError: cofh/api/energy/ItemEnergyContainer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 39 more
Caused by: java.lang.ClassNotFoundException: cofh.api.energy.ItemEnergyContainer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 43 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 183272384 bytes (174 MB) / 794296320 bytes (757 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.3.1408 66 mods loaded, 65 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.99.99} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.3.1408} Minecraft Forge Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.6.44} CodeChicken Core Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.4.107} Not Enough Items Unloaded->Constructed->Pre-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized
battlegear2{1.0.7.0} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized
jammyfurniture{4.6} Jammy Furniture Mod Unloaded->Constructed->Pre-initialized
lucky{5.1.0} Lucky Block Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized
adventurebackpack{0.7.4b} Adventure Backpack Unloaded->Constructed->Pre-initialized
asielib{0.2.7} asielib Unloaded->Constructed->Pre-initialized
hud{1.1a} [Better HUD](Better HUD by NukeDuck [1.7.10][1.1a].zip) Unloaded->Constructed->Pre-initialized
betterstorage{0.13.1.126} BetterStorage Unloaded->Constructed->Pre-initialized
BiblioCraft{1.9.1} BiblioCraft Unloaded->Constructed->Pre-initialized
Botania{r1.4-159} [Botania](Botania r1.4-159.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.6} [Carpenter's Blocks](Carpenter's Blocks v3.3.6 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
chisel{1.5.7} Chisel Unloaded->Constructed->Pre-initialized
craftguide{1.6.8.1} CraftGuide Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} CustomNpcs Unloaded->Constructed->Pre-initialized
props{2.0.2} Decocraft Unloaded->Constructed->Pre-initialized
SlimevoidLib{2.0.4.7} Slimevoid Library Unloaded->Constructed->Pre-initialized
DynamicTransport{0.1.2.0} Dynamic Transport Unloaded->Constructed->Pre-initialized
exnihilo{1.37} Ex Nihilo Unloaded->Constructed->Pre-initialized
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
Waila{1.5.10} Waila Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.8.2.build858} Tinkers' Construct Unloaded->Constructed->Pre-initialized
Metallurgy{4.0.6} [Metallurgy 4](Metallurgy-1.7.10-4.0.6.80 %281%29.jar) Unloaded->Constructed->Pre-initialized
exastrisrebirth{MC1.7.10-1.01-42} Ex Astris Rebirth Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.2.4b} Extra Utilities Unloaded->Constructed->Errored
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10f.jar) Unloaded->Constructed->Pre-initialized
ExtraTiC{1.4.5} ExtraTiC Unloaded->Constructed->Pre-initialized
fastleafdecay{1.0} Fast Leaf Decay Unloaded->Constructed->Pre-initialized
flowercraftmod{1.9} [Flowercraft](Flowercraftmod 1.8 - 1.7.10 Forge.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{4.2.2} iChunUtil Unloaded->Constructed->Pre-initialized
GraviGun{4.0.0-beta} GraviGun Unloaded->Constructed->Pre-initialized
Growthcraft{2.1.0a} Growthcraft Unloaded->Constructed->Pre-initialized
Growthcraft|Cellar{2.1.0a} Growthcraft Cellar Unloaded->Constructed->Pre-initialized
Growthcraft|Apples{2.1.0} Growthcraft Apples Unloaded->Constructed->Pre-initialized
Growthcraft|Bamboo{2.1.0} Growthcraft Bamboo Unloaded->Constructed->Pre-initialized
Growthcraft|Bees{2.1.0} Growthcraft Bees Unloaded->Constructed->Pre-initialized
Growthcraft|Fishtrap{2.1.0a} Growthcraft Fishtrap Unloaded->Constructed->Pre-initialized
Growthcraft|Grapes{2.1.0} Growthcraft Grapes Unloaded->Constructed->Pre-initialized
Growthcraft|Hops{2.1.0} Growthcraft Hops Unloaded->Constructed->Pre-initialized
Growthcraft|Rice{2.1.0a} Growthcraft Rice Unloaded->Constructed->Pre-initialized
inventorytweaks{1.58-147-645ca10} Inventory Tweaks Unloaded->Constructed->Pre-initialized
radixcore{1.3.4} RadixCore Unloaded->Constructed->Pre-initialized
mca{4.1.1} [Minecraft Comes Alive](MCA-4.1.1 MC-1.7.10.zip) Unloaded->Constructed->Pre-initialized
MoarFood{V5.5.0} MoarFood Unloaded->Constructed->Pre-initialized
MouseTweaks{2.4.4} Mouse Tweaks Unloaded->Constructed->Pre-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized
weeeflowers{1.7.2b} Pam's Weee! Flowers Unloaded->Constructed->Pre-initialized
TeNNoX_Planetoid{0.9.9.1} Planetoid Unloaded->Constructed->Pre-initialized
plantmegapack{4.02} Plant Mega Pack Unloaded->Constructed->Pre-initialized
PortalGun{4.0.0-beta-4} PortalGun Unloaded->Constructed->Pre-initialized
primitivemobs{1.0} Primitive Mobs Unloaded->Constructed->Pre-initialized
rafradek_wallpaint{1.5.4} Wall Painter Unloaded->Constructed->Pre-initialized
statues{2.1.3} Statues Unloaded->Constructed->Pre-initialized
TiCTooltips{1.2.4} TiC Tooltips Unloaded->Constructed->Pre-initialized
TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized
treeGrowingSimulator{0.0.3} Tree Growing Simulator 2014 Unloaded->Constructed->Pre-initialized
wawla{1.2.1} What Are We Looking At Unloaded->Constructed->Pre-initialized
asielibcore{} AsieLib CoreMod Unloaded->Disabled
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon HD 4250'
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8

Crash upon using NEI to check recipes (1.01-42)

When using NEI to check what can be crafted with a certain item, Minecraft crashes. (Pressing U in NEI, not R)
I have confirmed that the crash happens with sand and gravel. I believe all siftable blocks have this problem as well.
The products from the sieve work perfectly though; I can see the "usage" of broken silver ore fine.
Crash report

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.