Futurecraft Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Futurecraft Forums

A forum dedicated to communication and innovation!
 
HomeLatest imagesSearchRegisterLog in
Welcome, one and all, to the Futurecraft Forums!

 

 Danice123's Dev. Log

Go down 
+21
Last_Jedi_Standing
Dux Tell31
Red Fang
Grand Imperial Thunder
hiloser12221
ACH0225
Laibach
Pat Best
Keon
xanex21
VelouriumCamper
Misticblade7
GLaDOS
Shiva
tonyri
fr0stbyte124
Buggy1997123
ectrimble20
Apokalypse
The Schmetterling
Danice123
25 posters
Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
AuthorMessage
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Mar 04, 2012 11:41 pm

Well... At the moment I'm not really sure what I'm doing... I'm thinking about adding more machines and generators, but the ideas are a little fuzzy on those.
Back to top Go down
http://wbcentral.com
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Mar 05, 2012 1:14 pm

I will be taking a short vacation from wednesday til sunday so I probably won't be around much.
Back to top Go down
http://wbcentral.com
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 10:57 pm

Big question here, Can I compile for Java 1.7? Or does it have to be 1.6? I want my String switch statement...
Back to top Go down
http://wbcentral.com
fr0stbyte124
Super Developrator
Super Developrator
fr0stbyte124


Posts : 1835
Join date : 2011-10-13

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:03 pm

I'm not positive, but something like that should compile to something that will work in JRE 1.6. You'll just have to try it and see.
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:05 pm

Well eclipse told me that string switch statements were 1.7 only, and that I had to switch my compiler. And MCP recompiling is failing for the same reason. Sigh... And it looks like casting from an Object to an Int isn't supported either... So much for easily storing them in a HashMap...
Back to top Go down
http://wbcentral.com
fr0stbyte124
Super Developrator
Super Developrator
fr0stbyte124


Posts : 1835
Join date : 2011-10-13

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:17 pm

Use an Integer class, not int. In java they are separate things.
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:18 pm

Ohh... Hmm... Ok. Still doesn't like String switches though Sad
Back to top Go down
http://wbcentral.com
fr0stbyte124
Super Developrator
Super Developrator
fr0stbyte124


Posts : 1835
Join date : 2011-10-13

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:19 pm

MCP uses the jdk version you have pointed to in your PATH environment variable. Make it use jdk 1.7 and it should be fine. Eclipse at least should let you compile in 1.7 and debug in 1.6, though I may be mistaken.
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:23 pm

Code:
== MCP 6.0 (data: 6.0, client: 1.2.3, server: 1.2.3) ==
# found jad, jad patches, ff patches, osx patches, srgs, name csvs, doc csvs, pa
ram csvs, astyle, astyle config
== Recompiling client ==
> Cleaning bin
> Recompiling
'"C:\Program Files\Java\jdk1.7.0_01\bin\javac" -g -source 1.6 -target 1.6 -class
path "lib;lib\*;jars\...' failed : 1

== ERRORS FOUND ==

warning: [options] bootstrap class path not set in conjunction with -source 1.6
src\minecraft\net\minecraft\src\GuiComputer.java:233: error: strings in switch a
re not supported in -source 1.6
        switch (arg[0]) {
                  ^

  (use -source 7 or higher to enable strings in switch)
src\minecraft\net\minecraft\src\ScriptHandler.java:46: error: strings in switch
are not supported in -source 1.6
                        switch (script[a][0]) {
                                        ^

  (use -source 7 or higher to enable strings in switch)
2 errors
1 warning
==================

!! Can not find server sources, try decompiling !!
Press any key to continue . . .

Its using java 1.7 to compile with, but it is compiling to 1.6. This is probably set up in MCP's code right?

NVM I found it. SHould work now.

Just kidding. Now it Reobfuscates the entire minecraft source code... Good...


Last edited by Danice123 on Sun Apr 29, 2012 11:28 pm; edited 1 time in total
Back to top Go down
http://wbcentral.com
fr0stbyte124
Super Developrator
Super Developrator
fr0stbyte124


Posts : 1835
Join date : 2011-10-13

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:27 pm

...
type echo %PATH% into your command prompt and look for ...\Java\jdk______
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:31 pm

fr0stbyte124 wrote:
...
type echo %PATH% into your command prompt and look for ...\Java\jdk______

... Yes ...
This isn't the problem. I know how to set up a PATH. The problem is that Minecraft is coded in 1.6 and I want to use 1.7 Not going to happen unfortunately.
Back to top Go down
http://wbcentral.com
fr0stbyte124
Super Developrator
Super Developrator
fr0stbyte124


Posts : 1835
Join date : 2011-10-13

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:43 pm

I just see no reason why it doesn't work.

MCP uses HKEY_LOCAL_MACHINE\Software\JavaSoft\Java Development Kit\Current Version to get the right compile environment. If you have 1.7 it should be set to 1.7.
Minecraft does the same. And you can run 1.6 classes in 1.7 jvm.
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeSun Apr 29, 2012 11:47 pm

Ok then that answers my question. Should be able to get it compiled now. Thanks
Back to top Go down
http://wbcentral.com
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 5:17 pm

OKayyy... Sorta release. I compiled everything (harder than it sounds now...) and uploaded. Check out the downloads for https://github.com/Danice123/futurecraft and download public release 1.1. You will also need all the png files from the last public release and this new one (https://github.com/Danice123/futurecraft/blob/1.2.3/DataSystem/Computer/computer.png). Little hard to try out but whatever, this isn't really supposed to be user friendly in the first place. Only big change is the computer system. Check it out. Any big bugs that are reported here would be appreciated. And yes I know that 'ed' is a little buggy atm. Working on it.
Back to top Go down
http://wbcentral.com
Dux Tell31
Recruit
Recruit
Dux Tell31


Posts : 379
Join date : 2012-01-05
Location : That is out of the question

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:26 pm

XD
Back to top Go down
superninjakiwi
Infantry
Infantry
superninjakiwi


Posts : 744
Join date : 2012-04-10
Age : 26
Location : Your ship, stealin all ur cargoes

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:32 pm

realeasing futurecraft?!?!? already?!?!?! but you can necro the dev logs!!!!
Back to top Go down
Dux Tell31
Recruit
Recruit
Dux Tell31


Posts : 379
Join date : 2012-01-05
Location : That is out of the question

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:32 pm

What are the recopies?
Back to top Go down
superninjakiwi
Infantry
Infantry
superninjakiwi


Posts : 744
Join date : 2012-04-10
Age : 26
Location : Your ship, stealin all ur cargoes

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:33 pm

tell31 wrote:
What are the recopies?
ninja'd? cuase i have no idea how that could reply to me.
Back to top Go down
Last_Jedi_Standing
Moderator
Moderator
Last_Jedi_Standing


Posts : 3033
Join date : 2012-02-19
Age : 111
Location : Coruscant

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:36 pm

superninjakiwi wrote:
tell31 wrote:
What are the recopies?
ninja'd? cuase i have no idea how that could reply to me.
It's not a reply to you. It's a reply to Danice.
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:49 pm

Everything you need to know should be in the wiki on the github
Back to top Go down
http://wbcentral.com
superninjakiwi
Infantry
Infantry
superninjakiwi


Posts : 744
Join date : 2012-04-10
Age : 26
Location : Your ship, stealin all ur cargoes

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 7:59 pm

error for ya, her you go:
Code:
Apr 30, 2012 5:44:53 PM ModLoader init
FINE: ModLoader 1.2.5 Initializing...
Apr 30, 2012 5:44:53 PM ModLoader readFromClassPath
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\bin\minecraft.jar
Apr 30, 2012 5:44:53 PM ModLoader readFromClassPath
FINER: Zip found.
Apr 30, 2012 5:44:53 PM ModLoader addMod
FINE: Mod Initialized: "mod_MinecraftForge 3.1.2.94" from mod_MinecraftForge.class
Apr 30, 2012 5:44:53 PM ModLoader addMod
FINE: Mod Initialized: "mod_ModLoaderMp 1.2.5v1" from mod_ModLoaderMp.class
Apr 30, 2012 5:44:53 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/imgz/speakerblock.png,168). 31 left.
Apr 30, 2012 5:44:53 PM ModLoader addMod
FINE: Mod Initialized: "mod_SpeakerBlock V1 - 1.2.4" from mod_SpeakerBlock.class
Apr 30, 2012 5:44:54 PM ModLoader addMod
FINE: Mod Initialized: "mod_TooManyItems 1.2.5 2012-04-13" from mod_TooManyItems.class
Apr 30, 2012 5:44:54 PM ModLoader addMod
FINE: Mod Initialized: "WirelessRedstone 1.5" from mod_WirelessRedstone.class
Apr 30, 2012 5:44:54 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\DynamicElevators_Client(v1.5.1)[1].zip
Apr 30, 2012 5:44:54 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:44:54 PM ModLoader addMod
FINE: Mod Initialized: "mod_Elevator 1.5.0" from mod_Elevator.class
Apr 30, 2012 5:44:54 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\minecraft
Apr 30, 2012 5:44:54 PM ModLoader readFromModFolder
FINER: Directory found.
Apr 30, 2012 5:44:54 PM ModLoader addMod
FINE: Failed to load mod from "mod_ColoredSteel.class"
Apr 30, 2012 5:44:54 PM ModLoader addMod
FINER: THROW
java.lang.NoSuchFieldError: ai
   at mod_ColoredSteel.<clinit>(mod_ColoredSteel.java:5)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at java.lang.Class.newInstance0(Unknown Source)
   at java.lang.Class.newInstance(Unknown Source)
   at ModLoader.addMod(ModLoader.java:294)
   at ModLoader.readFromModFolder(ModLoader.java:1292)
   at ModLoader.init(ModLoader.java:887)
   at ModLoader.addAllRenderers(ModLoader.java:189)
   at ahu.<init>(ahu.java:77)
   at ahu.<clinit>(ahu.java:8)
   at net.minecraft.client.Minecraft.a(Minecraft.java:394)
   at net.minecraft.client.Minecraft.run(Minecraft.java:732)
   at java.lang.Thread.run(Unknown Source)

Apr 30, 2012 5:45:04 PM ModLoader addMod
FINE: Failed to load mod from "mod_DataSystem.class"
Apr 30, 2012 5:45:04 PM ModLoader addMod
FINER: THROW
java.lang.NoSuchFieldError: p
   at BlockGenerator.<init>(BlockGenerator.java:6)
   at BlockSlave.<init>(BlockSlave.java:6)
   at BlockForceField.<init>(BlockForceField.java:6)
   at mod_DataSystem.<clinit>(mod_DataSystem.java:6)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at java.lang.Class.newInstance0(Unknown Source)
   at java.lang.Class.newInstance(Unknown Source)
   at ModLoader.addMod(ModLoader.java:294)
   at ModLoader.readFromModFolder(ModLoader.java:1292)
   at ModLoader.init(ModLoader.java:887)
   at ModLoader.addAllRenderers(ModLoader.java:189)
   at ahu.<init>(ahu.java:77)
   at ahu.<clinit>(ahu.java:8)
   at net.minecraft.client.Minecraft.a(Minecraft.java:394)
   at net.minecraft.client.Minecraft.run(Minecraft.java:732)
   at java.lang.Thread.run(Unknown Source)

Apr 30, 2012 5:45:04 PM ModLoader addMod
FINE: Failed to load mod from "mod_Power.class"
Apr 30, 2012 5:45:04 PM ModLoader addMod
FINER: THROW
java.lang.NoSuchFieldError: p
   at BlockWire.<init>(BlockWire.java:12)
   at mod_Power.<clinit>(mod_Power.java:9)
   at sun.misc.Unsafe.ensureClassInitialized(Native Method)
   at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(Unknown Source)
   at sun.reflect.ReflectionFactory.newFieldAccessor(Unknown Source)
   at java.lang.reflect.Field.acquireFieldAccessor(Unknown Source)
   at java.lang.reflect.Field.getFieldAccessor(Unknown Source)
   at java.lang.reflect.Field.get(Unknown Source)
   at ModLoader.setupProperties(ModLoader.java:1766)
   at ModLoader.addMod(ModLoader.java:293)
   at ModLoader.readFromModFolder(ModLoader.java:1292)
   at ModLoader.init(ModLoader.java:887)
   at ModLoader.addAllRenderers(ModLoader.java:189)
   at ahu.<init>(ahu.java:77)
   at ahu.<clinit>(ahu.java:8)
   at net.minecraft.client.Minecraft.a(Minecraft.java:394)
   at net.minecraft.client.Minecraft.run(Minecraft.java:732)
   at java.lang.Thread.run(Unknown Source)

Apr 30, 2012 5:45:04 PM ModLoader addMod
FINE: Failed to load mod from "mod_Schem.class"
Apr 30, 2012 5:45:04 PM ModLoader addMod
FINER: THROW
java.lang.VerifyError: (class: ItemSchem, method: loadShip signature: (Lwz;IIIIII)Ladt;) Incompatible argument to function
   at mod_Schem.<clinit>(mod_Schem.java:9)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at java.lang.Class.newInstance0(Unknown Source)
   at java.lang.Class.newInstance(Unknown Source)
   at ModLoader.addMod(ModLoader.java:294)
   at ModLoader.readFromModFolder(ModLoader.java:1292)
   at ModLoader.init(ModLoader.java:887)
   at ModLoader.addAllRenderers(ModLoader.java:189)
   at ahu.<init>(ahu.java:77)
   at ahu.<clinit>(ahu.java:8)
   at net.minecraft.client.Minecraft.a(Minecraft.java:394)
   at net.minecraft.client.Minecraft.run(Minecraft.java:732)
   at java.lang.Thread.run(Unknown Source)

Apr 30, 2012 5:45:04 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\peronix
Apr 30, 2012 5:45:04 PM ModLoader readFromModFolder
FINER: Directory found.
Apr 30, 2012 5:45:04 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\portalgun
Apr 30, 2012 5:45:04 PM ModLoader readFromModFolder
FINER: Directory found.
Apr 30, 2012 5:45:05 PM ModLoader setupProperties
FINER: wrongPlace set to 1
Apr 30, 2012 5:45:05 PM ModLoader addMod
FINE: Mod Initialized: "mod_PortalGun 1.2.5v1" from mod_PortalGun.class
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\Recipe%20Book.zip
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:05 PM ModLoader setupProperties
FINER: RecipeBookID set to 397
Apr 30, 2012 5:45:05 PM ModLoader setupProperties
FINER: Rows set to 3
Apr 30, 2012 5:45:05 PM ModLoader setupProperties
FINER: Columns set to 2
Apr 30, 2012 5:45:05 PM ModLoader addMod
FINE: Mod Initialized: "mod_RecipeBook 1.2.5" from mod_RecipeBook.class
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerControl-2.0pr5b1[1].zip
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:05 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerControl 2.0pr5b1" from mod_RedPowerControl.class
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerCore-2.0pr5b1[1].zip
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:05 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerCore 2.0pr5b1" from mod_RedPowerCore.class
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerLighting-2.0pr5b1[1].zip
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:05 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerLighting 2.0pr5b1" from mod_RedPowerLighting.class
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerLogic-2.0pr5b1[1].zip
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:05 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerLogic 2.0pr5b1" from mod_RedPowerLogic.class
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerMachine-2.0pr5b1[1].zip
Apr 30, 2012 5:45:05 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:06 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerMachine 2.0pr5b1" from mod_RedPowerMachine.class
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerWiring-2.0pr5b1[1].zip
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:06 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerWiring 2.0pr5b1" from mod_RedPowerWiring.class
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\RedPowerWorld-2.0pr5b1[1].zip
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:06 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerWorld 2.0pr5b1" from mod_RedPowerWorld.class
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\SanAndreasPs_Mods
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Directory found.
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\Sensors V1 - 1.2.4.zip
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:06 PM ModLoader addMod
FINE: Mod Initialized: "mod_Sensor V1 - 1.2.4" from mod_Sensor.class
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\Shivan Tech.zip
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\TurretMod_v20_02.zip
Apr 30, 2012 5:45:06 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:07 PM ModLoader addMod
FINE: Mod Initialized: "mod_TurretMod 1.2.5 v.2.0_02" from mod_TurretMod.class
Apr 30, 2012 5:45:07 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\WirelessRedstone[1]
Apr 30, 2012 5:45:07 PM ModLoader readFromModFolder
FINER: Directory found.
Apr 30, 2012 5:45:07 PM ModLoader addMod
FINE: Mod Initialized: "WirelessRedstone 1.5" from mod_WirelessRedstone.class
Apr 30, 2012 5:45:07 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\Student\Application Data\.minecraft\mods\WirelessRedstone[1].zip
Apr 30, 2012 5:45:07 PM ModLoader readFromModFolder
FINER: Zip found.
Apr 30, 2012 5:45:07 PM ModLoader addMod
FINE: Mod Initialized: "WirelessRedstone 1.5" from mod_WirelessRedstone.class
Apr 30, 2012 5:45:07 PM forge.ForgeHooks <clinit>
INFO: MinecraftForge v3.1.2.94 Initialized

Apr 30, 2012 5:45:07 PM ModLoader init
FINE: Mod Loaded: "mod_MinecraftForge 3.1.2.94"
Apr 30, 2012 5:45:07 PM ModLoader init
FINE: Mod Loaded: "mod_ModLoaderMp 1.2.5v1"
Apr 30, 2012 5:45:07 PM ModLoader init
FINE: Mod Loaded: "mod_SpeakerBlock V1 - 1.2.4"
Apr 30, 2012 5:45:07 PM ModLoader init
FINE: Mod Loaded: "mod_TooManyItems 1.2.5 2012-04-13"
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/topOn.png,169). 30 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/topOff.png,170). 29 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/rxOn.png,171). 28 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/rxOff.png,172). 27 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/txOn.png,173). 26 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/txOff.png,184). 25 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/gui/items.png,/WirelessSprites/txOn.png,38). 84 left.
Apr 30, 2012 5:45:07 PM ModLoader addOverride
FINER: addOverride(/gui/items.png,/WirelessSprites/rxOn.png,102). 83 left.
Apr 30, 2012 5:45:07 PM ModLoader init
FINE: Mod Loaded: "WirelessRedstone 1.5"
Apr 30, 2012 5:45:07 PM ModLoaderMp log
FINE: ModLoaderMP 1.0.0 Initialized
Apr 30, 2012 5:45:07 PM ModLoader init
FINE: Mod Loaded: "mod_Elevator 1.5.0"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_PortalGun 1.2.5v1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RecipeBook 1.2.5"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerControl 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerCore 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerLighting 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerLogic 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerMachine 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerWiring 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerWorld 2.0pr5b1"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_Sensor V1 - 1.2.4"
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "mod_TurretMod 1.2.5 v.2.0_02"
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/topOn.png,185). 24 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/topOff.png,186). 23 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/rxOn.png,187). 22 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/rxOff.png,188). 21 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/txOn.png,189). 20 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/txOff.png,190). 19 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/gui/items.png,/WirelessSprites/txOn.png,118). 82 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/gui/items.png,/WirelessSprites/rxOn.png,119). 81 left.
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "WirelessRedstone 1.5"
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/topOn.png,191). 18 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/topOff.png,200). 17 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/rxOn.png,201). 16 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/rxOff.png,202). 15 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/txOn.png,203). 14 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/terrain.png,/WirelessSprites/txOff.png,204). 13 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/gui/items.png,/WirelessSprites/txOn.png,120). 80 left.
Apr 30, 2012 5:45:08 PM ModLoader addOverride
FINER: addOverride(/gui/items.png,/WirelessSprites/rxOn.png,134). 79 left.
Apr 30, 2012 5:45:08 PM ModLoader init
FINE: Mod Loaded: "WirelessRedstone 1.5"
Apr 30, 2012 5:45:09 PM ModLoader addAllRenderers
FINE: Initialized
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 9:38 pm

Other people's mods aren't my problem.

Also, no MLMP or Forge
Back to top Go down
http://wbcentral.com
superninjakiwi
Infantry
Infantry
superninjakiwi


Posts : 744
Join date : 2012-04-10
Age : 26
Location : Your ship, stealin all ur cargoes

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeMon Apr 30, 2012 10:28 pm

jst thought it was your mods fault cus it works without it...
Back to top Go down
Danice123
DEV
DEV
Danice123


Posts : 607
Join date : 2012-01-06
Age : 30
Location : The Dankins

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeTue May 01, 2012 7:12 am

It is most likely a conflict between my mod and another. Probably forge or MLMP.
Back to top Go down
http://wbcentral.com
Laibach
General
General
Laibach


Posts : 2024
Join date : 2012-01-23
Age : 73
Location : Frozen Fields

Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitimeTue May 01, 2012 6:50 pm

I have given up hope of this mod being ever being finished No
Back to top Go down
Sponsored content





Danice123's Dev. Log - Page 8 Empty
PostSubject: Re: Danice123's Dev. Log   Danice123's Dev. Log - Page 8 Icon_minitime

Back to top Go down
 
Danice123's Dev. Log
Back to top 
Page 8 of 10Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next

Permissions in this forum:You cannot reply to topics in this forum
Futurecraft Forums :: Development :: Development Logs-
Jump to: