Okay, so you know how I said every Friday? Not gonna happen... There is no way I can schedule things like this, so the updates will go out when they go out. Thank you for always sticking with me and if I HAD to give an update time, I would say the update might roll out latest Monday. Stay excited (cause I know you are )
I CAN'T WAIT ANY LONGER! I NEED THE GUINEA PIGS LOL
Ozzy is right, the only thing that is modifying the way the player renders is the Smart Moving mod and the Player Render API that is a dependency of Smart Moving. Look at the Smart Moving mod change log that you can view here! Change Log
If you don't want to click the link then download the Smart Moving 15.3 Version, It is the most updated version of the mod for 1.7.10
I think the wait would be worth it since it will be ahead of the curve with updating and we most likely won't have to bug them to update to 1.9 when it comes out in a week or so.
I think Waterwheels and windmills would me awesome. I would love to see a water system like they had in Better Than Wolves where the only water source blocks were generated with the world and the buckets you put down would be a finite source and dwindle away with the rest of the water. Adds to the difficulty and would require players to make systems like aqueducts. I would love to see kinetic energy become a thing with gears pulleys. It would be a more fluid progression in tech instead of going from burning coal straight to hot water air (steam).
Another suggestion in which i think would be cool would to have a converter block that would be the central hub to transfer PA power to RF. I was reading the config and I saw that turning B:attempt_automatic_rf_compatibility being turned to true could cause lag. So to reduce lag i think a block that would turn PE power to RF power would be easier on the game itself and would make compatibility with RF a lot easier too. You could have the "Electric Power Cable" on one side going in and on the opposing facing tile of the block be compatible with things like FluxDucts and the NeoTech energy extractions as well as other RF based mods. I'm assuming it would be easier on you as the programmer too DrCyano due to the fact you don't have to completely rewrite the code for RF support; you said the mod is block based and RF is tile based. I hope my suggestion along with Erain_7 can make it into the mod, I again can't wait til some compatibility bugs are fixed so that I can finally push out my modpack!
I must say DrCyano, this mod has a lot of potential! I am putting it in my upcoming unnamed pack. I will for sure do a mod spotlight of this on my channel. Expect it next week. I've seen the other mod spotlights of this mod and Electric Advantage are both in spanish XD.
This mod with HopperDucts, Open Computers, and Neotech adds up to some extremely complex builds. Keep up the good work. Please, please for the love of the Minecraft community; DO NOT GIVE UP ON THIS MOD WHENEVER IT COMES TO VERSION UPDATES!
!!!!!EDIT!!!
I ran into an issue with NeoTech and the Electric cables. I was trying to put energy into the NeoTech RF Energy cell with the electric cables from your mod, it crashed as soon as energy was being stored. Here is the crash report.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 9/21/15 9:08 PM
Description: Ticking block entity
java.lang.ClassCastException: com.dyonovan.neotech.common.tiles.storage.TileRFStorage cannot be cast to com.dyonovan.neotech.common.tiles.AbstractMachine
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
-- Block entity being ticked --
Details:
Name: electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorTileEntity
Block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Block data value: 13 / 0xD / 0b1101
Block location: World: (164,60,73), Chunk: (at 4,3,9 in 10,4; contains blocks 160,0,64 to 175,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Actual block data value: 13 / 0xD / 0b1101
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: New World
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 4140107455507390441
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;
Level spawn location: 177.00,4.00,66.00 - World: (177,4,66), Chunk: (at 1,0,2 in 11,4; contains blocks 176,0,64 to 191,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2528 game time, 2528 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36911 (now: false), thunder time: 22875 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1422810168 bytes (1356 MB) / 2474639360 bytes (2360 MB) up to 3773300736 bytes (3598 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4048m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1464 Optifine OptiFine_1.8_HD_U_D5 43 mods loaded, 43 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] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1464-universal.jar)
UCHIJAAAA Forge{11.14.3.1464} [Minecraft Forge] (forge-1.8-11.14.3.1464-universal.jar)
UCHIJAAAA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.96} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.96-universal.jar)
UCHIJAAAA OpenComputers|Core{1.5.18.37} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHIJAAAA SmartCore{1.2} [Smart Core] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHIJAAAA SmartMoving{16.1} [Smart Moving] (SmartMoving-1.8-16.1.jar)
UCHIJAAAA AnimalsPlus{1.4} [Animals Plus] (animalsplus-1.4.jar)
UCHIJAAAA ArchitectureCraft{1.0.0} [ArchitectureCraft] (ArchitectureCraft-1.0.0-mc1.8.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.8.x.jar)
UCHIJAAAA basemetals{1.4.1} [Base Metals] (BaseMetals-1.4.1.jar)
UCHIJAAAA bookshelf{2.0.3} [Bookshelf] (Bookshelf-1.8-2.0.3.jar)
UCHIJAAAA CustomMainMenu{1.8} [Custom Main Menu] (CustomMainMenu-MC1.8-1.8.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA poweradvantage{1.2.6} [Power Advantage] (PowerAdvantage-1.2.6.jar)
UCHIJAAAA electricadvantage{1.0.0} [Electric Advantage] (ElectricAdvantage-1.0.0.jar)
UCHIJAAAA eyemod{5.5} [EyeMod] (eyemod-5.5.jar)
UCHIJAAAA gnc{0.2} [Gears N' Clouds] (GearsNCloudsv0.2(1.8).jar)
UCHIJAAAA hopperducts{1.4.5} [Hopper Ducts] (hopperducts-mc1.8-1.4.5.jar)
UCHIJAAAA induo{0.3.3} [Induo] (Induo-v0.3.3-mc1.8.jar)
UCHIJAAAA ministrapp{1.8.0-4.1.0} [Minestrappolation Mod] (Minestrappolation-1.8-4.1.0.jar)
UCHIJAAAA modmercenario{1.8} [modmercenario] (modmercenario-0020_1.8.jar)
UCHIJAAAA cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8-build1(1.8).jar)
UCHIJAAAA neotech{2.0.5} [NeoTech] (NeoTech-1.8-2.0.5.jar)
UCHIJAAAA OpenComputers{1.5.18.37} [OpenComputers] (OpenComputers-MC1.8-1.5.18.37-universal.jar)
UCHIJAAAA progressiveautomation{1.6.15} [Progressive Automation] (ProgressiveAutomation-1.8-1.6.15.jar)
UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.8-1.3.jar)
UCHIJAAAA SmartRender{2.1} [Smart Render] (SmartRender-1.8-2.1.jar)
UCHIJAAAA steamadvantage{1.3.3} [Steam Advantage] (SteamAdvantage-1.3.3.jar)
UCHIJAAAA Waila{1.6.0_B1} [Waila] (Waila-1.6.0_B1_1.8.1.jar)
UCHIJAAAA XaeroMinimap{1.6.4} [Xaero's Minimap] (xaeros_minimap_v1.6.4_Forge_1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
net.smart.core.SmartCoreTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
codechicken.nei.asm.NEITransformer
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
api.player.forge.PlayerAPITransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
li.cil.oc.common.asm.ClassTransformer
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Never mind, found a fix, Power Advantage has an RF option in the config( For cross mod compatability, i feel it should be true on default
Hey Dyonovan, I must say I LOVE your mod, I was introduced to it from DrCyano's PowerAdvantage. I was playing around with the mods together when trying to get infinite steam power and I ran into an issue when i tried to put energy from PowerAdvantage into your mods Red RF Energy Core thingy. Here is the crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
Contact their authors BEFORE contacting forge
java.lang.ClassCastException: com.dyonovan.neotech.common.tiles.storage.TileRFStorage cannot be cast to com.dyonovan.neotech.common.tiles.AbstractMachine
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
-- Block entity being ticked --
Details:
Name: electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorTileEntity
Block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Block data value: 13 / 0xD / 0b1101
Block location: World: (164,60,73), Chunk: (at 4,3,9 in 10,4; contains blocks 160,0,64 to 175,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Actual block data value: 13 / 0xD / 0b1101
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: New World
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 4140107455507390441
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;
Level spawn location: 177.00,4.00,66.00 - World: (177,4,66), Chunk: (at 1,0,2 in 11,4; contains blocks 176,0,64 to 191,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2528 game time, 2528 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36911 (now: false), thunder time: 22875 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge
EDIT!
Fixed it, Power Advantage has an RF option in the config
I must say DrCyano, this mod has a lot of potential! I am putting it in my upcoming unnamed pack. I will for sure do a mod spotlight of this on my channel. Expect it next week. I've seen the other mod spotlights of this mod and Electric Advantage are both in spanish XD.
This mod with HopperDucts, Open Computers, and Neotech adds up to some extremely complex builds. Keep up the good work. Please, please for the love of the Minecraft community; DO NOT GIVE UP ON THIS MOD WHENEVER IT COMES TO VERSION UPDATES!
!!!!!EDIT!!!
I ran into an issue with NeoTech and the Electric cables. I was trying to put energy into the NeoTech RF Energy cell with the electric cables from your mod, it crashed as soon as energy was being stored. Here is the crash report.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 9/21/15 9:08 PM
Description: Ticking block entity
java.lang.ClassCastException: com.dyonovan.neotech.common.tiles.storage.TileRFStorage cannot be cast to com.dyonovan.neotech.common.tiles.AbstractMachine
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
-- Block entity being ticked --
Details:
Name: electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorTileEntity
Block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Block data value: 13 / 0xD / 0b1101
Block location: World: (164,60,73), Chunk: (at 4,3,9 in 10,4; contains blocks 160,0,64 to 175,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Actual block data value: 13 / 0xD / 0b1101
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: New World
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 4140107455507390441
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;
Level spawn location: 177.00,4.00,66.00 - World: (177,4,66), Chunk: (at 1,0,2 in 11,4; contains blocks 176,0,64 to 191,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2528 game time, 2528 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36911 (now: false), thunder time: 22875 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1422810168 bytes (1356 MB) / 2474639360 bytes (2360 MB) up to 3773300736 bytes (3598 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4048m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1464 Optifine OptiFine_1.8_HD_U_D5 43 mods loaded, 43 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] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1464-universal.jar)
UCHIJAAAA Forge{11.14.3.1464} [Minecraft Forge] (forge-1.8-11.14.3.1464-universal.jar)
UCHIJAAAA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.96} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.96-universal.jar)
UCHIJAAAA OpenComputers|Core{1.5.18.37} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHIJAAAA SmartCore{1.2} [Smart Core] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHIJAAAA SmartMoving{16.1} [Smart Moving] (SmartMoving-1.8-16.1.jar)
UCHIJAAAA AnimalsPlus{1.4} [Animals Plus] (animalsplus-1.4.jar)
UCHIJAAAA ArchitectureCraft{1.0.0} [ArchitectureCraft] (ArchitectureCraft-1.0.0-mc1.8.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.8.x.jar)
UCHIJAAAA basemetals{1.4.1} [Base Metals] (BaseMetals-1.4.1.jar)
UCHIJAAAA bookshelf{2.0.3} [Bookshelf] (Bookshelf-1.8-2.0.3.jar)
UCHIJAAAA CustomMainMenu{1.8} [Custom Main Menu] (CustomMainMenu-MC1.8-1.8.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA poweradvantage{1.2.6} [Power Advantage] (PowerAdvantage-1.2.6.jar)
UCHIJAAAA electricadvantage{1.0.0} [Electric Advantage] (ElectricAdvantage-1.0.0.jar)
UCHIJAAAA eyemod{5.5} [EyeMod] (eyemod-5.5.jar)
UCHIJAAAA gnc{0.2} [Gears N' Clouds] (GearsNCloudsv0.2(1.8).jar)
UCHIJAAAA hopperducts{1.4.5} [Hopper Ducts] (hopperducts-mc1.8-1.4.5.jar)
UCHIJAAAA induo{0.3.3} [Induo] (Induo-v0.3.3-mc1.8.jar)
UCHIJAAAA ministrapp{1.8.0-4.1.0} [Minestrappolation Mod] (Minestrappolation-1.8-4.1.0.jar)
UCHIJAAAA modmercenario{1.8} [modmercenario] (modmercenario-0020_1.8.jar)
UCHIJAAAA cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8-build1(1.8).jar)
UCHIJAAAA neotech{2.0.5} [NeoTech] (NeoTech-1.8-2.0.5.jar)
UCHIJAAAA OpenComputers{1.5.18.37} [OpenComputers] (OpenComputers-MC1.8-1.5.18.37-universal.jar)
UCHIJAAAA progressiveautomation{1.6.15} [Progressive Automation] (ProgressiveAutomation-1.8-1.6.15.jar)
UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.8-1.3.jar)
UCHIJAAAA SmartRender{2.1} [Smart Render] (SmartRender-1.8-2.1.jar)
UCHIJAAAA steamadvantage{1.3.3} [Steam Advantage] (SteamAdvantage-1.3.3.jar)
UCHIJAAAA Waila{1.6.0_B1} [Waila] (Waila-1.6.0_B1_1.8.1.jar)
UCHIJAAAA XaeroMinimap{1.6.4} [Xaero's Minimap] (xaeros_minimap_v1.6.4_Forge_1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
net.smart.core.SmartCoreTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
codechicken.nei.asm.NEITransformer
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
api.player.forge.PlayerAPITransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
li.cil.oc.common.asm.ClassTransformer
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
You can now craft saddles in Minecraft! This mod adds that plus a compact way to store it!
Leather Strips (COMPLETELY DESTROYS SHEARS PER USE) Compressed Leather (Compact way to store Leather Strips) Saddle Base (Base of saddle) Saddle Crafting Recipe
House made of items from mod
2. Press the Windows key + R to open the "Run" window
3. type %appdata% in that bar located in the "Run" window
4. Find .minecraft
5. put SaddleMod(VERSION).jarin "mods" folder
(IF YOU DON'T HAVE A "mods" FOLDER)
6. create new folder in .minecraft and call it "mods" and then put SaddleMod(VERSION).jar in there
TERMS AND CONDITIONS
0. USED TERMS
MOD - modification, plugin, a piece of software that interfaces with the Minecraft client to extend, add, change or remove original capabilities.
MOJANG - Mojang AB
OWNER - , Original author(s) of the MOD. Under the copyright terms accepted when purchasing Minecraft (http://www.minecraft.net/copyright.jsp) the OWNER has full rights over their MOD despite use of MOJANG code.
USER - End user of the mod, person installing the mod.
1. LIABILITY
THIS MOD IS PROVIDED 'AS IS' WITH NO WARRANTIES, IMPLIED OR OTHERWISE. THE OWNER OF THIS MOD TAKES NO RESPONSIBILITY FOR ANY DAMAGES INCURRED FROM THE USE OF THIS MOD. THIS MOD ALTERS FUNDAMENTAL PARTS OF THE MINECRAFT GAME, PARTS OF MINECRAFT MAY NOT WORK WITH THIS MOD INSTALLED. ALL DAMAGES CAUSED FROM THE USE OR MISUSE OF THIS MOD FALL ON THE USER.
2. USE
Use of this MOD to be installed, manually or automatically, is given to the USER without restriction.
3. REDISTRIBUTION
This MOD may only be redistributed by the developer of "Saddle Mod" with a few exceptions. If you wish to include this in a Mod Pack which would require to be uploaded and redistributed from users other than the developer of "Saddle Mod" you must notify me (Best bet is to Private Message me); your Mod Pack must be NON-PROFIT. If your Mod Pack is to gain any profit, you must remove "Saddle Mod"; this is a minecraft mod and not a skyrim mod (*Cough* Valve & Bethesda *Cough*).
4. DERIVATIVE WORKS/MODIFICATION
This mod is provided freely but may not be decompiled and modified WHAT SO EVER, no exceptions.
1
I CAN'T WAIT ANY LONGER! I NEED THE GUINEA PIGS LOL
0
I stand corrected. I was just going off of what I saw on the Change Log, Maybe try to downgrade to a different version on 1.7.10
0
Ozzy is right, the only thing that is modifying the way the player renders is the Smart Moving mod and the Player Render API that is a dependency of Smart Moving. Look at the Smart Moving mod change log that you can view here! Change Log
If you don't want to click the link then download the Smart Moving 15.3 Version, It is the most updated version of the mod for 1.7.10
0
I will do a spotlight the day of release
0
I made a mod spotlight of This, Electric Advantage, Steam Advantage and base metals! I love the mods so much I thought I would share
0
Thank you for the feedback! I really don't know why it is not in vanilla, but my goal was to make it as immersive with vanilla as possible.
0
I updated to the newest Power Advantage and I tried it with Progressive Automation, It crashed as soon as i connected a powered cable to it
crashlog
0
I think the wait would be worth it since it will be ahead of the curve with updating and we most likely won't have to bug them to update to 1.9 when it comes out in a week or so.
1
THE GUINEA PIGS ARE FINALLY COMING OH MY FREAKING GOSH! MOD SPOTLIGHT WILL COME OUT ASAP!!
0
I think Waterwheels and windmills would me awesome. I would love to see a water system like they had in Better Than Wolves where the only water source blocks were generated with the world and the buckets you put down would be a finite source and dwindle away with the rest of the water. Adds to the difficulty and would require players to make systems like aqueducts. I would love to see kinetic energy become a thing with gears pulleys. It would be a more fluid progression in tech instead of going from burning coal straight to hot water air (steam).
Another suggestion in which i think would be cool would to have a converter block that would be the central hub to transfer PA power to RF. I was reading the config and I saw that turning B:attempt_automatic_rf_compatibility being turned to true could cause lag. So to reduce lag i think a block that would turn PE power to RF power would be easier on the game itself and would make compatibility with RF a lot easier too. You could have the "Electric Power Cable" on one side going in and on the opposing facing tile of the block be compatible with things like FluxDucts and the NeoTech energy extractions as well as other RF based mods. I'm assuming it would be easier on you as the programmer too DrCyano due to the fact you don't have to completely rewrite the code for RF support; you said the mod is block based and RF is tile based. I hope my suggestion along with Erain_7 can make it into the mod, I again can't wait til some compatibility bugs are fixed so that I can finally push out my modpack!
0
Never mind, found a fix, Power Advantage has an RF option in the config( For cross mod compatability, i feel it should be true on default
0
Hey Dyonovan, I must say I LOVE your mod, I was introduced to it from DrCyano's PowerAdvantage. I was playing around with the mods together when trying to get infinite steam power and I ran into an issue when i tried to put energy from PowerAdvantage into your mods Red RF Energy Core thingy. Here is the crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 9/21/15 9:08 PM
Description: Ticking block entity
java.lang.ClassCastException: com.dyonovan.neotech.common.tiles.storage.TileRFStorage cannot be cast to com.dyonovan.neotech.common.tiles.AbstractMachine
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.dyonovan.neotech.registries.PowerAdvantageRegistry$1.getEnergyDemand(PowerAdvantageRegistry.java:44)
at cyano.poweradvantage.api.modsupport.LightWeightPowerRegistry.getRequestedPowerAmount(LightWeightPowerRegistry.java:134)
at cyano.poweradvantage.conduitnetwork.ConduitRegistry.getRequestsForPower(ConduitRegistry.java:113)
at cyano.poweradvantage.api.PoweredEntity.getRequestsForPower(PoweredEntity.java:171)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.transmitPowerToConsumers(TileEntitySimplePowerSource.java:192)
at cyano.poweradvantage.api.simple.TileEntitySimplePowerSource.powerUpdate(TileEntitySimplePowerSource.java:171)
at cyano.electricadvantage.machines.ElectricGeneratorTileEntity.powerUpdate(ElectricGeneratorTileEntity.java:37)
at cyano.poweradvantage.api.PoweredEntity.func_73660_a(PoweredEntity.java:96)
-- Block entity being ticked --
Details:
Name: electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorTileEntity
Block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Block data value: 13 / 0xD / 0b1101
Block location: World: (164,60,73), Chunk: (at 4,3,9 in 10,4; contains blocks 160,0,64 to 175,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #488 (tile.electricadvantage.hydroelectric_generator // cyano.electricadvantage.machines.HydroelectricGeneratorBlock)
Actual block data value: 13 / 0xD / 0b1101
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1735)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:571)
-- Affected level --
Details:
Level name: New World
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 4140107455507390441
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;
Level spawn location: 177.00,4.00,66.00 - World: (177,4,66), Chunk: (at 1,0,2 in 11,4; contains blocks 176,0,64 to 191,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2528 game time, 2528 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 36911 (now: false), thunder time: 22875 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:704)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:598)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:258)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1422810168 bytes (1356 MB) / 2474639360 bytes (2360 MB) up to 3773300736 bytes (3598 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4048m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1464 Optifine OptiFine_1.8_HD_U_D5 43 mods loaded, 43 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] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1464-universal.jar)
UCHIJAAAA Forge{11.14.3.1464} [Minecraft Forge] (forge-1.8-11.14.3.1464-universal.jar)
UCHIJAAAA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.96} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.96-universal.jar)
UCHIJAAAA OpenComputers|Core{1.5.18.37} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHIJAAAA SmartCore{1.2} [Smart Core] (minecraft.jar)
UCHIJAAAA itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCHIJAAAA SmartMoving{16.1} [Smart Moving] (SmartMoving-1.8-16.1.jar)
UCHIJAAAA AnimalsPlus{1.4} [Animals Plus] (animalsplus-1.4.jar)
UCHIJAAAA ArchitectureCraft{1.0.0} [ArchitectureCraft] (ArchitectureCraft-1.0.0-mc1.8.jar)
UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.8.x.jar)
UCHIJAAAA basemetals{1.4.1} [Base Metals] (BaseMetals-1.4.1.jar)
UCHIJAAAA bookshelf{2.0.3} [Bookshelf] (Bookshelf-1.8-2.0.3.jar)
UCHIJAAAA CustomMainMenu{1.8} [Custom Main Menu] (CustomMainMenu-MC1.8-1.8.jar)
UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar)
UCHIJAAAA poweradvantage{1.2.6} [Power Advantage] (PowerAdvantage-1.2.6.jar)
UCHIJAAAA electricadvantage{1.0.0} [Electric Advantage] (ElectricAdvantage-1.0.0.jar)
UCHIJAAAA eyemod{5.5} [EyeMod] (eyemod-5.5.jar)
UCHIJAAAA gnc{0.2} [Gears N' Clouds] (GearsNCloudsv0.2(1.8).jar)
UCHIJAAAA hopperducts{1.4.5} [Hopper Ducts] (hopperducts-mc1.8-1.4.5.jar)
UCHIJAAAA induo{0.3.3} [Induo] (Induo-v0.3.3-mc1.8.jar)
UCHIJAAAA ministrapp{1.8.0-4.1.0} [Minestrappolation Mod] (Minestrappolation-1.8-4.1.0.jar)
UCHIJAAAA modmercenario{1.8} [modmercenario] (modmercenario-0020_1.8.jar)
UCHIJAAAA cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8-build1(1.8).jar)
UCHIJAAAA neotech{2.0.5} [NeoTech] (NeoTech-1.8-2.0.5.jar)
UCHIJAAAA OpenComputers{1.5.18.37} [OpenComputers] (OpenComputers-MC1.8-1.5.18.37-universal.jar)
UCHIJAAAA progressiveautomation{1.6.15} [Progressive Automation] (ProgressiveAutomation-1.8-1.6.15.jar)
UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.8-1.3.jar)
UCHIJAAAA SmartRender{2.1} [Smart Render] (SmartRender-1.8-2.1.jar)
UCHIJAAAA steamadvantage{1.3.3} [Steam Advantage] (SteamAdvantage-1.3.3.jar)
UCHIJAAAA Waila{1.6.0_B1} [Waila] (Waila-1.6.0_B1_1.8.1.jar)
UCHIJAAAA XaeroMinimap{1.6.4} [Xaero's Minimap] (xaeros_minimap_v1.6.4_Forge_1.8.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
SmartCorePlugin (SmartMoving-1.8-16.1.jar)
net.smart.core.SmartCoreTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.96-universal.jar)
codechicken.nei.asm.NEITransformer
PlayerAPIPlugin (PlayerAPI-1.8-1.3.jar)
api.player.forge.PlayerAPITransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ItemPatchingLoader (ItemPhysic Lite 1.1.3 mc1.8.jar)
com.creativemd.itemphysic.ItemTransformer
TransformerLoader (OpenComputers-MC1.8-1.5.18.37-universal.jar)
li.cil.oc.common.asm.ClassTransformer
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NowWithRendering (hopperducts-mc1.8-1.4.5.jar)
net.fybertech.nwr.NowWithRendering
LoadingPlugin (ResourceLoader-MC1.8-1.3.jar)
lumien.resourceloader.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge
EDIT!
Fixed it, Power Advantage has an RF option in the config
0
I must say DrCyano, this mod has a lot of potential! I am putting it in my upcoming unnamed pack. I will for sure do a mod spotlight of this on my channel. Expect it next week. I've seen the other mod spotlights of this mod and Electric Advantage are both in spanish XD.
This mod with HopperDucts, Open Computers, and Neotech adds up to some extremely complex builds. Keep up the good work. Please, please for the love of the Minecraft community; DO NOT GIVE UP ON THIS MOD WHENEVER IT COMES TO VERSION UPDATES!
!!!!!EDIT!!!
I ran into an issue with NeoTech and the Electric cables. I was trying to put energy into the NeoTech RF Energy cell with the electric cables from your mod, it crashed as soon as energy was being stored. Here is the crash report.
0
House made of items from mod
Version 1.0
installation steps
0. USED TERMS
MOD - modification, plugin, a piece of software that interfaces with the Minecraft client to extend, add, change or remove original capabilities.
MOJANG - Mojang AB
OWNER - , Original author(s) of the MOD. Under the copyright terms accepted when purchasing Minecraft (http://www.minecraft.net/copyright.jsp) the OWNER has full rights over their MOD despite use of MOJANG code.
USER - End user of the mod, person installing the mod.
1. LIABILITY
THIS MOD IS PROVIDED 'AS IS' WITH NO WARRANTIES, IMPLIED OR OTHERWISE. THE OWNER OF THIS MOD TAKES NO RESPONSIBILITY FOR ANY DAMAGES INCURRED FROM THE USE OF THIS MOD. THIS MOD ALTERS FUNDAMENTAL PARTS OF THE MINECRAFT GAME, PARTS OF MINECRAFT MAY NOT WORK WITH THIS MOD INSTALLED. ALL DAMAGES CAUSED FROM THE USE OR MISUSE OF THIS MOD FALL ON THE USER.
2. USE
Use of this MOD to be installed, manually or automatically, is given to the USER without restriction.
3. REDISTRIBUTION
This MOD may only be redistributed by the developer of "Saddle Mod" with a few exceptions. If you wish to include this in a Mod Pack which would require to be uploaded and redistributed from users other than the developer of "Saddle Mod" you must notify me (Best bet is to Private Message me); your Mod Pack must be NON-PROFIT. If your Mod Pack is to gain any profit, you must remove "Saddle Mod"; this is a minecraft mod and not a skyrim mod (*Cough* Valve & Bethesda *Cough*).
4. DERIVATIVE WORKS/MODIFICATION
This mod is provided freely but may not be decompiled and modified WHAT SO EVER, no exceptions.
0
"Things are about to more creepy and more weird"
Get the mod : http://tinyurl.com/o6kmb7f
Outro song :
Twitter: https://twitter.com/
Google+: https://plus.google.com/b/10463037679...
Twitch:
Anatta Modpack: http://forum.feed-the-beast.com/threads/1-7-10-anatta-adventure-and-survival-revised.107720/