Jump to content

Will11690

Forge Modder
  • Posts

    44
  • Joined

  • Last visited

Everything posted by Will11690

  1. Well the point was to add other options than diamond and only the stuff like gems and obsidian have 10 values but yeah I guess I could lower them possibly to Iron level but obsidian I won't change because you need diamond to even get it(not currently the case but will be soon) also I plan another update for 1.6 soon so I think I will add it to that. Thanks For the suggestion!
  2. Hmmm I have been looking into this today and I think you finally brought me to a small breakthrough, I have a Power Network that I believe is working(won't know until I implement) but after I'm done I will add you to the DEV list just because you inspired me to try harder. After it is finished I will give you credit in the source code too! Thank you sooooo much!
  3. Well the general idea of how I want it to work is I want something very similar to the old IC2 where you start off by making a generator then power it by coal to create electricity that is very simple for everybody to use and not very confusing then use cable to transfer that power to either a machine or a battery. I want a three stage power system too like one battery can store 1,000 energy and outputs 32(for low tier machines which is all I have right now) then one that can store 10,000 energy and outputs 64(middle tier) and finally one that stores 100,000 energy and outputs 128(high tier). Also I want 3 kinds of cable for each tier like tin for low, copper for middle, then brass or gold for high. The generator I want to have an internal storage of 500 and an output of 32 and coal gives 160 energy(charcoal too). I want the machines(low tier furnace and ore grinder) to burn 16 energy for every item smelted, the middle tier should use 32 per item, and high 64 also their internal power storage should be enough to smelt 10 items(low = 160, middle = 320, high = 640). Then I want a solar panel for each tier of power, low produces 16 energy per tick, middle produces 32 energy per tick, and high produces 64 energy per tick. Finally I want a 3 tiered battery item, low stores 500 energy, middle stores 5,000, and high stores 50,000. Also I know there are many ways to attack this but I'm am just having a hard time figuring it out as I am still learning what minecraft can and can't do.
  4. I have been trying for some time now but can't figure out how to add a custom energy source, a way to generate that energy from a solar panel and a solid fueled generator, a way to store and transfer the energy across pipes to the machines, or how to implement the energy to the machines. If you have any idea on how to do this and want a spot on my DEV team please let me know. Also I am trying to add a sound to machines when they are active(smelting) and I have the sounds registered but just can't get them to play so any help with that would be great.
  5. I had the same problem and here is how I fixed it: Configuration Config = new Configuration(PreEvent.getSuggestedConfigurationFile()); Config.load(); int RubyID = Config.getItem("Ruby", 3840).getInt(); Config.save(); Basically I registered the int that takes the place of the block ID later on and the ID it uses in the same line instead of registering them separately and it works perfect now.
  6. As soon as somebody makes a video, be it install or review, link it here and I will add it to the videos tab!
  7. Hello all, it's been awhile! I finally got around to the beast of getting this mod to a modern version of the game! 1.18+ is planned soon I just want to get a few more features worked out first. You Will Need: Forge 1.6.5 36.2.34+ JEI: 7.7.1.125+ Some mod that provides fluid, item, energy transport as mine isn't added yet Get it here: https://www.curseforge.com/minecraft/mc-mods/mechanicraft
  8. Alright I'm trying to set up a github so if you wanna help out keep checking bak till a post a link to the repo!
  9. I want this mod to stay as closed src as possible plus GitHub really isn't my cup of tea.
  10. The mod will be called MechaniCraft and it currently it adds 2 Machines, 9 sets of tools and armor, a dimenson, a mobdroped food, 7 ores, 6 blocks, 6, chests, and 24 items that include ingots and machine parts.
  11. It is abot medium sized, I also sent a message to double check if you were fine with it.
  12. I'm looking to gather a few experienced coders to help me with my mod. If you wish to help out please leave a reply saying so and what strengths you have with coding(what you find easiest). The only thing you will be doing is looking over my code and correcting any mistakes or helping me with making it more efficient while running with minecraft. You will be added to my DEV list. By the way it has an official release out now but help fixing bugs or help with my planned features would be great! Planned Features(In order I am working on them): 1.) Chests 2.) Dimension 3.) Biome for dimension 4.) Mobs for dimension 5.) Power Source For Machines 6.) More machines Link to my minecraft forums post: http://www.minecraftforum.net/topic/1972686-mechanicraft-162d164dfor-mc-162164/ Find my SRC on: SourceForge - https://sourceforge.net/p/mechanicraft/code/ci/master/tree/ GitHub - https://github.com/Will11690/MechaniCraft
  13. I have, my laptop has 4 Gigs of ram and 3.5 is useable, my pc uses .4 gigs on average so I gave it 3 gigs of ram but it still didn't work. My tower has 16 and I gave it 8 and I got the same error.
  14. Oh and I'm new so if I put this in the wrong spot and you have the power to do so, please move it where it belongs, Thanks Again!
  15. When I add config vars. to anything other than my ores my game crashes :'( The Launcher Log: Client> 2013-08-08 07:33:15 [iNFO] [Minecraft-Server] Preparing start region for level 0 Client> 2013-08-08 07:33:16 [iNFO] [Minecraft-Server] Preparing spawn area: 50% Client> 2013-08-08 07:33:16 [iNFO] [sTDOUT] Loading NEI Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] java.lang.OutOfMemoryError: Java heap space Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at java.util.Arrays.copyOf(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at java.util.ArrayList.grow(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at java.util.ArrayList.ensureCapacityInternal(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at java.util.ArrayList.add(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.util.AABBPool.func_72299_a(SourceFile:24) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.util.AxisAlignedBB.func_72314_b(SourceFile:74) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.world.World.func_72945_a(World.java:1690) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:183) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72366_a(ServerConfigurationManager.java:389) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:91) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) Client> 2013-08-08 07:33:40 [iNFO] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582) Client> 2013-08-08 07:33:40 [sEVERE] [Minecraft-Server] Encountered an unexpected exception OutOfMemoryError Client> java.lang.OutOfMemoryError: Java heap space Client> at java.util.Arrays.copyOf(Unknown Source) Client> at java.util.ArrayList.grow(Unknown Source) Client> at java.util.ArrayList.ensureCapacityInternal(Unknown Source) Client> at java.util.ArrayList.add(Unknown Source) Client> at net.minecraft.util.AABBPool.func_72299_a(SourceFile:24) Client> at net.minecraft.util.AxisAlignedBB.func_72314_b(SourceFile:74) Client> at net.minecraft.world.World.func_72945_a(World.java:1690) Client> at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:183) Client> at net.minecraft.server.management.ServerConfigurationManager.func_72366_a(ServerConfigurationManager.java:389) Client> at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:91) Client> at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689) Client> at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585) Client> at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175) Client> at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) Client> at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582) Client> 2013-08-08 07:33:40 [sEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\William\AppData\Roaming\.minecraft\crash-reports\crash-2013-08-08_07.33.40-server.txt Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Stopping server Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Saving players Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Saving worlds Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Saving chunks for level 'New Worldtest'/Overworld Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] ---- Minecraft Crash Report ---- Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] // I just don't know what went wrong Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Time: 8/8/13 7:33 AM Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Description: Exception in server tick loop Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] java.lang.OutOfMemoryError: Java heap space Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at java.util.Arrays.copyOf(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at java.util.ArrayList.grow(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at java.util.ArrayList.ensureCapacityInternal(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at java.util.ArrayList.add(Unknown Source) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.util.AABBPool.func_72299_a(SourceFile:24) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.util.AxisAlignedBB.func_72314_b(SourceFile:74) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.world.World.func_72945_a(World.java:1690) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:183) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.management.ServerConfigurationManager.func_72366_a(ServerConfigurationManager.java:389) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:91) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows: Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] --------------------------------------------------------------------------------------- Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] -- System Details -- Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Details: Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Minecraft Version: 1.6.2 Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Operating System: Windows 8 (amd64) version 6.2 Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Java Version: 1.7.0_21, Oracle Corporation Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Memory: 160023520 bytes (152 MB) / 954466304 bytes (910 MB) up to 954466304 bytes (910 MB) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] AABB Pool Size: 9230100 (516885600 bytes; 492 MB) allocated, 9230100 (516885600 bytes; 492 MB) used Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 Optifine OptiFine_1.6.2_HD_U_B4 6 mods loaded, 6 mods active Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] CodeChickenCore{0.9.0.0} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] NotEnoughItems{1.6.0.4} [Not Enough Items] (NotEnoughItems 1.6.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] MechaniCraft{1.62a} [MechaniCraft] (MechaniCraft 1.62b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Profiler Position: N/A (disabled) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Vec3 Pool Size: 1079 (60424 bytes; 0 MB) allocated, 1079 (60424 bytes; 0 MB) used Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Player Count: 0 / 8; [] Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Type: Integrated Server (map_client.txt) Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge' Client> 2013-08-08 07:33:40 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\William\AppData\Roaming\.minecraft\crash-reports\crash-2013-08-08_07.33.40-server.txt Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Stopping server Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Saving players Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Saving worlds Client> 2013-08-08 07:33:40 [iNFO] [Minecraft-Server] Saving chunks for level 'New Worldtest'/Overworld Client> AL lib: (EE) alc_cleanup: 1 device not closed Game ended with bad state (exit code -1) Ignoring visibility rule and showing launcher due to a game crash Crash Report: ---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3 Time: 8/8/13 7:33 AM Description: Exception in server tick loop java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Unknown Source) at java.util.ArrayList.grow(Unknown Source) at java.util.ArrayList.ensureCapacityInternal(Unknown Source) at java.util.ArrayList.add(Unknown Source) at net.minecraft.util.AABBPool.func_72299_a(SourceFile:24) at net.minecraft.util.AxisAlignedBB.func_72314_b(SourceFile:74) at net.minecraft.world.World.func_72945_a(World.java:1690) at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:183) at net.minecraft.server.management.ServerConfigurationManager.func_72366_a(ServerConfigurationManager.java:389) at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:91) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:689) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:585) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.6.2 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.7.0_21, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 160023520 bytes (152 MB) / 954466304 bytes (910 MB) up to 954466304 bytes (910 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G AABB Pool Size: 9230100 (516885600 bytes; 492 MB) allocated, 9230100 (516885600 bytes; 492 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 Optifine OptiFine_1.6.2_HD_U_B4 6 mods loaded, 6 mods active mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CodeChickenCore{0.9.0.0} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NotEnoughItems{1.6.0.4} [Not Enough Items] (NotEnoughItems 1.6.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MechaniCraft{1.62a} [MechaniCraft] (MechaniCraft 1.62b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Profiler Position: N/A (disabled) Vec3 Pool Size: 1079 (60424 bytes; 0 MB) allocated, 1079 (60424 bytes; 0 MB) used Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' Please Note that this ONLY happens when I add the config for more than the 6 ores my mod adds. Please help if you can and If you need to see my SRC then reply telling me so. Thanks!
×
×
  • Create New...

Important Information

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