1
0
mirror of https://github.com/chylex/Hardcore-Ender-Expansion.git synced 2025-04-10 20:15:42 +02:00

This time tweaked textures (srsly github) & Endium

This commit is contained in:
chylex 2014-10-01 22:35:53 +02:00
parent e693490da3
commit 54b1c5f32d
11 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.2 KiB

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.2 KiB

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 2.9 KiB

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 2.9 KiB

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.2 KiB

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.2 KiB

View File

@ -33,7 +33,7 @@ public class ItemSpecialEffects extends Item{
for(int a = 10; a < 18; a++)icons[a] = iconRegister.registerIcon("hardcoreenderexpansion:altar_glyph_"+(c++));
icons[18] = iconRegister.registerIcon("hardcoreenderexpansion:question_mark");
icons[19] = iconRegister.registerIcon("hardcoreenderexpansion:achievement_lore_pages");
for(int a = 20; a < biomePointEnd; a++)icons[a] = iconRegister.registerIcon("hardcoreenderexpansion:biome_"+(a-20));
for(int a = 20; a <= biomePointEnd; a++)icons[a] = iconRegister.registerIcon("hardcoreenderexpansion:biome_"+(a-20));
icons[23] = iconRegister.registerIcon("hardcoreenderexpansion:ender_compendium");
itemIcon = icons[0];
}

View File

@ -67,11 +67,11 @@ public class BiomeDecoratorHardcoreEnd extends BiomeEndDecorator{
Stopwatch.finish("WorldGenMeteoroid");
}
if (distFromCenter > 500D && randomGenerator.nextInt(1+randomGenerator.nextInt(2)+(int)Math.floor(Math.max((25500D-distFromCenter)/1700D,0))) == 0){
if (distFromCenter > 500D && randomGenerator.nextInt(1+randomGenerator.nextInt(2)+(int)Math.floor(Math.max((25500D-distFromCenter)/1300D,0))) <= randomGenerator.nextInt(3)){
Stopwatch.timeAverage("WorldGenEndiumOre",64);
for(int attempt = 0; attempt < 180; attempt++){
endiumOreGen.generate(currentWorld,randomGenerator,randX(),10+randomGenerator.nextInt(100),randZ());
for(int attempt = 0, max = 1+randomGenerator.nextInt(1+Math.min(9,(int)Math.floor((distFromCenter-1700D)/2200D))); attempt < 180; attempt++){
if (endiumOreGen.generate(currentWorld,randomGenerator,randX(),10+randomGenerator.nextInt(100),randZ()) && --max <= 0)break;
}
Stopwatch.finish("WorldGenEndiumOre");

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.3 KiB

Binary file not shown.

Before

(image error) Size: 3.2 KiB

After

(image error) Size: 3.2 KiB

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 2.9 KiB