You are not logged in.

IndustrialCraft² recent version: v1.111! (For Minecraft 1.4.5)
IndustrialCraft recent version: v8.55_02! (For Minecraft 1.7.3 Beta)
Please pay attention on where you put your topics! (IC² doesn't belong into IC)

Dear visitor, welcome to IC² Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Nargon

Tree Cutter

  • "Nargon" is male
  • "Nargon" started this thread
  • Czech Republic

Posts: 63

Location: Prague

  • Send private message

1

Sunday, September 11th 2011, 11:44pm

[AddOn v1.23 & v1.15] Thermometer

Name: Thermometer
Summary: Thermometer for measuring heat of nuclear reactor.
Default Item ID: 31000, 31001

Description
Setting the optimal working temperature for "breeding" type of reactor is difficult. Don't know what temperature has reactor. He not reach the 9000 heat or is near the explosion?
This thermometer is answer to all of your questions. It shows you the current temperature of the reactor and when begins evaporate water or melting surrounding reactor.
WARNING! The thermometer was not originally designed for measuring high temperatures. High temperature can damage it.

Normal thermometer measures the temperature of a reactor.
Digital thermometer measures the temperature of the reactor and displays other temperatures (water, lava) and can be recharged.

Recipe

Thermometer:

You need one iron ingot, one water cell and five glass.

Digital Thermometer:

You need three refined iron ingot, one electronic circuit and one glowstone dust.


Screenshot


Here is my perfect breeder reactor with 9300 heat.


Installation
Just put it in your mods folder.
Files for 1.15 working in 1.23

Credits
Coding & Sprites - Nargon

I am a terrible sprite artist, if someone wants to make better picture, he is welcomed.
Nargon has attached the following files:
P.S. Sorry for my english.

2

Monday, September 12th 2011, 1:08am

Nice. :D

M11xStryker

Tree Cutter

  • "M11xStryker" is male
  • United States

Posts: 91

Location: Kansas City, Missouri, USA

  • Send private message

3

Monday, September 12th 2011, 1:54am

VERY COOL! I'm definitely downloading this :D
Though question-how did you make it? Last I recall, the API hasn't been released yet.

4

Monday, September 12th 2011, 2:41am

I am getting the following error when trying to start Minecraft with your mod. Happens both if I put it in Mods/ and directly into the jar. After googling a bit and installing Java 7 it works now, but I think most people are still on Java 6, might cause problems for more users.

Spoiler Spoiler

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
12.09.2011 03:15:25 ModLoader init
FEIN: ModLoader Beta 1.7.3 Initializing...
12.09.2011 03:15:25 ModLoader readFromModFolder
FEINER: Adding mods from C:\Users\catt0\Documents\bc\.minecraft\mods\ModEqEx3.53forge.zip
12.09.2011 03:15:25 ModLoader readFromModFolder
FEINER: Zip found.
12.09.2011 03:15:25 ModLoader addOverride
FEINER: addOverride(/terrain.png,eqex/interdictiontorch.png,30). 82 left.
12.09.2011 03:15:25 ModLoader addOverride
FEINER: addOverride(/terrain.png,/eqex/novaside.png,54). 81 left.
12.09.2011 03:15:25 ModLoader addOverride
FEINER: addOverride(/gui/items.png,/eqex/darkmatterarmor.png,38). 129 left.
12.09.2011 03:15:25 ModLoader addOverride
FEINER: addOverride(/gui/items.png,/eqex/darkmatterhelmet.png,46). 128 left.
12.09.2011 03:15:25 ModLoader addOverride
FEINER: addOverride(/gui/items.png,/eqex/darkmattergreaves.png,61). 127 left.
12.09.2011 03:15:25 ModLoader addOverride
FEINER: addOverride(/gui/items.png,/eqex/darkmatterboots.png,62). 126 left.
12.09.2011 03:15:25 ModLoader addMod
FEIN: Mod Loaded: "mod_EE 1.7.3" from mod_EE.class
12.09.2011 03:15:25 ModLoader readFromModFolder
FEINER: Adding mods from C:\Users\catt0\Documents\bc\.minecraft\mods\modIC2EqEx.zip
12.09.2011 03:15:25 ModLoader readFromModFolder
FEINER: Zip found.
12.09.2011 03:15:25 ModLoader addMod
FEIN: Mod Loaded: "mod_IC2EqEx 0.01x Equivalent Exchange + IC2 Recipes" from mod_IC2EqEx.class
12.09.2011 03:15:25 ModLoader readFromModFolder
FEINER: Adding mods from C:\Users\catt0\Documents\bc\.minecraft\mods\mod_Thermometer.zip
12.09.2011 03:15:25 ModLoader readFromModFolder
FEINER: Zip found.
12.09.2011 03:15:25 ModLoader addMod
FEIN: Failed to load mod from "mod_IC2Thermometer.class"
12.09.2011 03:15:25 ModLoader addMod
FEINER: THROW
java.lang.UnsupportedClassVersionError: mod_IC2Thermometer : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(Unknown Source)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$000(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at ModLoader.addMod(ModLoader.java:267)
	at ModLoader.readFromModFolder(ModLoader.java:1169)
	at ModLoader.init(ModLoader.java:811)
	at ModLoader.AddAllRenderers(ModLoader.java:183)
	at th.<init>(th.java:60)
	at th.<clinit>(th.java:9)
	at net.minecraft.client.Minecraft.a(SourceFile:318)
	at net.minecraft.client.Minecraft.run(SourceFile:716)
	at java.lang.Thread.run(Unknown Source)
12.09.2011 03:15:35 ModLoader readFromClassPath
FEINER: Adding mods from C:\Users\catt0\Documents\bc\.minecraft\bin\minecraft.jar
12.09.2011 03:15:35 ModLoader readFromClassPath
FEINER: Zip found.
12.09.2011 03:15:35 ModLoader setupProperties
FEINER: RecipeBookID set to 397
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_RecipeBook Beta 1.7.3" from mod_RecipeBook.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_BuildCraftCore 2.1.1" from mod_BuildCraftCore.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_BuildCraftBuilders 2.1.1" from mod_BuildCraftBuilders.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_BuildCraftEnergy 2.1.1" from mod_BuildCraftEnergy.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_BuildCraftFactory 2.1.1" from mod_BuildCraftFactory.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_BuildCraftTransport 2.1.1" from mod_BuildCraftTransport.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_IC2 v1.00" from mod_IC2.class
12.09.2011 03:15:35 ModLoader setupProperties
FEINER: heal.easy set to 0.5
12.09.2011 03:15:35 ModLoader setupProperties
FEINER: heal.normal set to 0.25
12.09.2011 03:15:35 ModLoader setupProperties
FEINER: heal.hard set to 0.0
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_Somnia v13 [1.7.3]" from mod_Somnia.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_TooManyItems 1.7.2 2011-07-01" from mod_TooManyItems.class
12.09.2011 03:15:35 ModLoader addMod
FEIN: Mod Loaded: "mod_ExtraBuildcraftPipes 2.0.1.2" from mod_ExtraBuildcraftPipes.class
12.09.2011 03:15:36 ModLoaderMp Log
FEIN: ModLoaderMP Beta 1.7.3 unofficial Initialized
12.09.2011 03:15:36 ModLoader AddAllRenderers
FEIN: Initialized

Nargon

Tree Cutter

  • "Nargon" is male
  • "Nargon" started this thread
  • Czech Republic

Posts: 63

Location: Prague

  • Send private message

5

Monday, September 12th 2011, 8:24am

I am getting the following error when trying to start Minecraft with your mod. Happens both if I put it in Mods/ and directly into the jar. After googling a bit and installing Java 7 it works now, but I think most people are still on Java 6, might cause problems for more users.

Thanks for feedback. Now is uploaded recompiled version for java 6.

Though question-how did you make it? Last I recall, the API hasn't been released yet.

I used MCP 4.3 for decompile minecraft.jar with Modloader, ModloaderMP, MC Forge and IC2.
I attach patch file for decompilation issues in MCP with MC Forge and IC2 files.
Extract this file and copy minecraft.patch into "MCPfolder/conf/patches/" and overwrite file.
Nargon has attached the following file:
P.S. Sorry for my english.

Zarrab

Coffeezombie

    Germany

Posts: 19

Location: Federal Republic of Germany, Rhineland-Palatinate

  • Send private message

6

Monday, September 12th 2011, 11:38am

I am getting the following error when trying to start Minecraft with your mod. Happens both if I put it in Mods/ and directly into the jar. After googling a bit and installing Java 7 it works now, but I think most people are still on Java 6, might cause problems for more users.

Thanks for feedback. Now is uploaded recompiled version for java 6.


I ran into the same thing and it seems that there are not verified stable releases of jre7 for all linux distributions (even though some general package is available from oracle) and nothing at all for the stupid version from apple for MacOS.

Also, great addon! I've been wondering if there was a way a temperature readout anywhere :)
"I feel very comfortable with my chainsaw."

7

Monday, September 12th 2011, 1:31pm

really nice :)
but can you also make a "controll" block that emit redstone when the reactor reached a (setable) heat ?
but of yourse it must only emit redstone in one direction, otherwise it shutdown the reactor :/
Industrialcraft² :3² :D

8

Monday, September 12th 2011, 10:50pm

really nice :)
but can you also make a "controll" block that emit redstone when the reactor reached a (setable) heat ?
but of yourse it must only emit redstone in one direction, otherwise it shutdown the reactor :/
Nice work on the therm, however the above idea I hope never happens, it would make making breeders WAY too easy. unless once it hit the point the redstone would stay on until it hit like zero heat.

Nargon

Tree Cutter

  • "Nargon" is male
  • "Nargon" started this thread
  • Czech Republic

Posts: 63

Location: Prague

  • Send private message

9

Tuesday, September 13th 2011, 8:50am

Controller block is planed for future version. I can create my own implementation, but if is already implemented (and not yet released) from someone in the IC2 team ,it's only a waste of my time.
P.S. Sorry for my english.

10

Tuesday, September 13th 2011, 10:16pm

I don't have time to try this now (on my phone), but if this works....

YOU ARE MY HERO FOR REALZ :thumbsup:

11

Thursday, September 15th 2011, 12:17am

You are not allowed to enter this page. You do not have the required permissions to enter this page.
WTF?

12

Friday, September 16th 2011, 7:07am

You are not allowed to enter this page. You do not have the required permissions to enter this page.
WTF?
Yeah...Same for every other download...Is there a post limit for downloads now?
Phenom II x4 965 @ 3.9 GHz | Asrock 970 Extreme3 | 12GB G-Skill Ripjaws DDR3-1600 | Sapphire Flex HD 6870 @ 1000/1100 | Seagate Barracuda 500GB HDD | Hyper 212+ | OCZ Fatal1ty 550w PSU | NZXT Gamma Classic

13

Saturday, September 17th 2011, 8:27am

I got the same problem too, i'll go check whit an other browser (tho i doubt itll change anything XD) and ill edit this post.

EDIT : ye same problem on other broswer ... anyone still can download it fine ?

EDIT2 : cant download any other addon either...

14

Saturday, September 17th 2011, 7:53pm

I really want to get this addon, as I'm about to start Engineering with my nuclear reactors. Any idea why we can't?

Lurch1985

IC² Sound-Artist

  • "Lurch1985" is male
  • Ireland United Kingdom

Posts: 186

Location: N. Ireland

  • Send private message

15

Saturday, September 17th 2011, 8:01pm

I can download it fine.

There's a copy attached to my post too, see if that link works.

This is a completely unmodified file and is entirely Nargons work.
Lurch1985 has attached the following file:

Nargon

Tree Cutter

  • "Nargon" is male
  • "Nargon" started this thread
  • Czech Republic

Posts: 63

Location: Prague

  • Send private message

16

Saturday, September 17th 2011, 8:54pm

All attached files in section "peending addons" is probably downloadable only for users in IC2 team. Other users can only see an error message: "You are not allowed to enter this page. You do not have the required permissions to enter this page." I don't know if it is bug or feature.
I can insert a link to mediafire or another server, but if it's a feature, so I do not want to circumvent.
P.S. Sorry for my english.

17

Sunday, September 18th 2011, 12:28am

You are not allowed to enter this page. You do not have the required permissions to enter this page.

Sorry man, still no luck. I agree with Nargon.

Lurch1985

IC² Sound-Artist

  • "Lurch1985" is male
  • Ireland United Kingdom

Posts: 186

Location: N. Ireland

  • Send private message

18

Sunday, September 18th 2011, 12:32am

Have you made 100% sure you were logged in while trying to download it? I know it's a silly thing to suggest, but it's normally something silly. :D

If that doesn't work, then it's more than likely a bug, so feel free to circumvent it with a mediafire link or something.

19

Sunday, September 18th 2011, 1:11am

I've tried both while logged in and while not logged in, and 3 different downloads. To me, that indicates a misconfigured forum, especially if other users are reporting the same thing.

20

Sunday, September 18th 2011, 9:57am

Mediafire link?

So does anyone have this mediafire link available? I would love to be able to see the temp of my reactor... I like to experiment and I've had a few unexpected explosions.

Counter:

Hits today: 7,337 | Hits yesterday: 36,259 | Hits record: 71,403 | Hits total: 13,261,252