Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Thermal Armor ignored by Venus #37

Open
Sir-Will opened this issue Jan 15, 2016 · 9 comments
Open

Thermal Armor ignored by Venus #37

Sir-Will opened this issue Jan 15, 2016 · 9 comments

Comments

@Sir-Will
Copy link

after updating galacticraft the Thermal Armor does no longer work on the Venus

@random51
Copy link

Doesn't work properly in any of the 4Space dimensions.

@jeridan
Copy link

jeridan commented Jan 21, 2016

Would like to confirm that none of the 4space dimensions are protected by thermal armor. Funny thing is, if you take off the thermal armor, you take more damage so it is doing something.

@random51
Copy link

I've been to pluto, venus, and mercury yesterday and today, took damage on all of them. There is a bunch of info on this over on the galacticraft github too where it was causing a crash at first.

@jeridan
Copy link

jeridan commented Jan 24, 2016

I have looked around the project files and cannot find where the environment variables are even set. This issue practically breaks the mod.

@B3r6ur
Copy link

B3r6ur commented Feb 2, 2016

cant we just change the numbers? i looked for a solution in galaticraft but didnt find anything, there is a file in 4space "WorldProviderVenus" line 256
@Override public float getThermalLevelModifier() { return 9;
i dont know, if we change that to a lower/higher per planet number (i think 0 is the normal?), wouldnt it work as a workaround?
In mercury its line 271
@Override public float getThermalLevelModifier() { if (this.isDaytime()) { return 12.0F; } else { return -9.0F; } }

In Galacticraft there is this https://github.com/micdoodle8/Galacticraft-API/blob/5a11e2143bbde377f29dfdd3ac5836b2476264ca/src/main/java/micdoodle8/mods/galacticraft/api/item/IItemThermal.java it seays "1st tier" is there a second? or is this wip? im just about to find out how this interferes with 4space or even has anything todo, i never did this before^^

@Restioson
Copy link

Same issue for me in 4.1.9

@ghost
Copy link

ghost commented Mar 28, 2016

this mod is dead.

@Restioson
Copy link

Ah, thought so. Sad really

@ghost
Copy link

ghost commented Mar 28, 2016

extra planets mod adds the same thing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants