Changed textures and names of gems to make them more amazing

This commit is contained in:
Ellpeck 2014-11-19 18:01:44 +01:00
parent 08635c1e42
commit cca6d7d542
36 changed files with 55 additions and 104 deletions

View file

@ -15,11 +15,11 @@ public class OreGen implements IWorldGenerator {
public void generate(Random random, int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider){
switch (world.provider.dimensionId){
case -1:
generateNether(world, random, chunkX * 16, chunkZ * 16);
generateNether(world, random, chunkX*16, chunkZ*16);
case 0:
generateSurface(world, random, chunkX * 16, chunkZ * 16);
generateSurface(world, random, chunkX*16, chunkZ*16);
case 1:
generateEnd(world, random, chunkX * 16, chunkZ * 16);
generateEnd(world, random, chunkX*16, chunkZ*16);
}
}
@ -30,7 +30,7 @@ public class OreGen implements IWorldGenerator {
private void generateSurface(World world, Random random, int x, int z){
for(int i = 0; i < Util.gemTypes.length; i++) {
this.addOreSpawn(InitBlocks.oreGem, i, Blocks.stone, world, random, x, z, 4 + random.nextInt(3), 12, 1, 70);
this.addOreSpawn(InitBlocks.oreGem, i, Blocks.stone, world, random, x, z, 4 + random.nextInt(3), 8, 1, 70);
}
}

View file

@ -6,7 +6,7 @@ import org.lwjgl.input.Keyboard;
public class Util {
public static final String[] gemTypes = {"Malachite", "Agate", "MaliGarnet", "MawSitSit", "Melanite", "Moldavite", "Amazonite", "Amber", "Amethyst", "Nuummite", "Apatite", "Onyx", "Orthoclase", "Bloodstone", "Peridot", "ChromeDiopside"};
public static final String[] gemTypes = {"Onyx", "AlmandineGarnet", "ChromeDiopside", "Jasper", "Sodalite", "Iolite", "Smithsonite", "Danburite", "Hematite", "Lepidolite", "Tourmaline", "Sphene", "ParaibaTourlamine", "Rhodochrosite", "Clinohumite", "Goshenite"};
public static boolean isShiftPressed(){
return Keyboard.isKeyDown(Keyboard.KEY_LSHIFT) || Keyboard.isKeyDown(Keyboard.KEY_RSHIFT);

View file

@ -1,51 +0,0 @@
item.itemGemMalachite.name=Malachit
item.itemGemAgate.name=Achat
item.itemGemMaliGarnet.name=Mali-Granat
item.itemGemMawSitSit.name=Maw-Sit-Sit
item.itemGemMelanite.name=Melanit
item.itemGemMoldavite.name=Moldavit
item.itemGemAmazonite.name=Amazonit
item.itemGemAmber.name=Bernstein
item.itemGemAmethyst.name=Amethyst
item.itemGemNuummite.name=Nuummit
item.itemGemApatite.name=Apatit
item.itemGemOnyx.name=Onyx
item.itemGemOrthoclase.name=Alkalifeldspat
item.itemGemBloodstone.name=Roter Hämatit
item.itemGemPeridot.name=Peridot
item.itemGemChromeDiopside.name=Chromdiopsid
tile.oreGemMalachite.name=Malachiterz
tile.oreGemAgate.name=Achaterz
tile.oreGemMaliGarnet.name=Mali-Granat-Erz
tile.oreGemMawSitSit.name=Maw-Sit-Sit-Erz
tile.oreGemMelanite.name=Melaniterz
tile.oreGemMoldavite.name=Moldaviterz
tile.oreGemAmazonite.name=Amazoniterz
tile.oreGemAmber.name=Bernsteinerz
tile.oreGemAmethyst.name=Amethysterz
tile.oreGemNuummite.name=Nuummiterz
tile.oreGemApatite.name=Apatiterz
tile.oreGemOnyx.name=Onyxerz
tile.oreGemOrthoclase.name=Alkalifeldspaterz
tile.oreGemBloodstone.name=Roter Hämatit-Erz
tile.oreGemPeridot.name=Peridoterz
tile.oreGemChromeDiopside.name=Chromdiopsiderz
tooltip.gemIsOre.desc=Erzform, muss für Edelsteinform abgebaut werden
tooltip.gemMalachite.desc=Weicher Stein, kann sehr gut poliert werden
tooltip.gemAgate.desc=Form des Quartz, existiert in verschiedenen Formen und Farben
tooltip.gemMaliGarnet.desc=Gemisch aus glossularen und andraditen Granaten
tooltip.gemMawSitSit.desc=Ungewöhnlicher Edelstein, nach Stadt in Barma benannt
tooltip.gemMelanite.desc=Manchmal auch Titanian-Andradit genannt
tooltip.gemMoldavite.desc=Tektit, entsteht nach Meteroiteneinschlag
tooltip.gemAmazonite.desc=Wurde nach einem Fluss benannt, an dem es aber nicht gefunden wurde
tooltip.gemAmber.desc=Gehärtetes Pinienharz, vor 50 Millionen Jahren entstanden
tooltip.gemAmethyst.desc=Wertvoller Edelstein aus der Quartzgruppe
tooltip.gemNuummite.desc=Metamorphischer Stein mit atemberaubenden Farben
tooltip.gemApatite.desc=Hat viele verschiedene Farben und Formen
tooltip.gemOnyx.desc=Schwarze Form des Chalcedony, Form des Quartz
tooltip.gemOrthoclase.desc=Transparenter, gelber Feldspat aus Madagaskar
tooltip.gemBloodstone.desc=Auch bekannt als Heliotrop, hat Punkte aus Eisenoxid
tooltip.gemPeridot.desc=Idiochromatischer Edelstein aus der Forsterit-Fayalit-Mineralserie
tooltip.gemChromeDiopside.desc=Mit Chrom gefärbt, hat Ähnlichkeit zu Chromtourlamin

View file

@ -1,51 +1,53 @@
item.itemGemMalachite.name=Malachite
item.itemGemAgate.name=Agate
item.itemGemMaliGarnet.name=Mali Garnet
item.itemGemMawSitSit.name=Maw-Sit-Sit
item.itemGemMelanite.name=Melanite
item.itemGemMoldavite.name=Moldavite
item.itemGemAmazonite.name=Amazonite
item.itemGemAmber.name=Amber
item.itemGemAmethyst.name=Amethyst
item.itemGemNuummite.name=Nuummite
item.itemGemApatite.name=Apatite
item.itemGemOnyx.name=Onyx
item.itemGemOrthoclase.name=Orthoclase
item.itemGemBloodstone.name=Bloodstone
item.itemGemPeridot.name=Peridot
item.itemGemChromeDiopside.name=Chrome Diopside
tile.oreGemMalachite.name=Malachite Ore
tile.oreGemAgate.name=Agate Ore
tile.oreGemMaliGarnet.name=Mali Garnet Ore
tile.oreGemMawSitSit.name=Maw-Sit-Sit Ore
tile.oreGemMelanite.name=Melanite Ore
tile.oreGemMoldavite.name=Moldavite Ore
tile.oreGemAmazonite.name=Amazonite Ore
tile.oreGemAmber.name=Amber Ore
tile.oreGemAmethyst.name=Amethyst Ore
tile.oreGemNuummite.name=Nuummite Ore
tile.oreGemApatite.name=Apatite Ore
tile.oreGemOnyx.name=Onyx Ore
tile.oreGemOrthoclase.name=Orthoclase Ore
tile.oreGemBloodstone.name=Bloodstone Ore
tile.oreGemPeridot.name=Peridot Ore
tile.oreGemAlmandineGarnet.name=Almandine Garnet Ore
tile.oreGemChromeDiopside.name=Chrome Diopside Ore
tile.oreGemJasper.name=Jasper Ore
tile.oreGemSodalite.name=Sodalite Ore
tile.oreGemIolite.name=Iolite Ore
tile.oreGemSmithsonite.name=Smithsonite Ore
tile.oreGemDanburite.name=Danburite Ore
tile.oreGemHematite.name=Hematite Ore
tile.oreGemLepidolite.name=Lepidolite Ore
tile.oreGemTourmaline.name=Tourmaline Ore
tile.oreGemSphene.name=Sphene Ore
tile.oreGemParaibaTourlamine.name=Paraiba Tourlamine Ore
tile.oreGemRhodochrosite.name=Rhodochrosite Ore
tile.oreGemClinohumite.name=Clinohumite Ore
tile.oreGemGoshenite.name=Goshenite Ore
tooltip.gemIsOre.desc=Ore Form, needs to get broken down into Gems
tooltip.gemMalachite.desc=Not a hard stone, takes an excellent polish
tooltip.gemAgate.desc=Form of Quartz, forms in a variety of colors and textures
tooltip.gemMaliGarnet.desc=Mixture of glossular and andradite garnets
tooltip.gemMawSitSit.desc=Unusual Gem, Named after Village in Burma
tooltip.gemMelanite.desc=Sometimes known as titanian andradite
tooltip.gemMoldavite.desc=Tektite, formed after meteorite impact
tooltip.gemAmazonite.desc=Named after a river where it hasn't been found
tooltip.gemAmber.desc=Hardened Resin of pine trees, formed 50mio years ago
tooltip.gemAmethyst.desc=Precious Gem within the quartz group
tooltip.gemNuummite.desc=Metamorphic rock with an iridescent play of color
tooltip.gemApatite.desc=Has many different colors and forms
tooltip.gemOnyx.desc=Black form of chalcedony, which is a form of quartz
tooltip.gemOrthoclase.desc=Transparent yellow feldspar found in Madagascar
tooltip.gemBloodstone.desc=Also known as Heliotrope, has spots of Iron Oxide
tooltip.gemPeridot.desc=Idiochromatic gem from the forsterite-fayalite mineral series
tooltip.gemChromeDiopside.desc=Colored by chromium, has similarities to chrome tourmaline
item.itemGemOnyx.name=Onyx
item.itemGemAlmandineGarnet.name=Almandine Garnet
item.itemGemChromeDiopside.name=Chrome Diopside
item.itemGemJasper.name=Jasper
item.itemGemSodalite.name=Sodalite
item.itemGemIolite.name=Iolite
item.itemGemSmithsonite.name=Smithsonite
item.itemGemDanburite.name=Danburite
item.itemGemHematite.name=Hematite
item.itemGemLepidolite.name=Lepidolite
item.itemGemTourmaline.name=Tourmaline
item.itemGemSphene.name=Sphene
item.itemGemParaibaTourlamine.name=Paraiba Tourlamine
item.itemGemRhodochrosite.name=Rhodochrosite
item.itemGemClinohumite.name=Clinohumite
item.itemGemGoshenite.name=Goshenite
tooltip.shiftForInfo.desc=<Hold Shift>
tooltip.gemIsOre.desc=Ore Form, needs to get broken down to use.
tooltip.gemOnyx.desc=Black form of chalcedony, a form of quartz
tooltip.gemAlmandineGarnet.desc=Popular for its excellent hardness and brilliance
tooltip.gemChromeDiopside.desc=Colored by chromium, has similarities to chrome tourmaline
tooltip.gemJasper.desc=In a gem group by itself because of its grainy structure
tooltip.gemSodalite.desc=Gets its name from its sodium content, contains white veins of calcite
tooltip.gemIolite.desc=Is seen as three different color shades
tooltip.gemSmithsonite.desc=Discovered by the British mineralogist James Smithson
tooltip.gemDanburite.desc=First discovered in 1839, quite hard
tooltip.gemHematite.desc=When highly polished it can sometimes look like silver, remarkably dense
tooltip.gemLepidolite.desc=One of the major sources of the rare alkali metals rubidium and caesium
tooltip.gemTourmaline.desc=One of the most versatile of gems, found in every color
tooltip.gemSphene.desc=Of high luster, unique color shades and an intense fire
tooltip.gemParaibaTourlamine.desc=First found in Brazil in 1989, similar material has since been found in Africa.
tooltip.gemRhodochrosite.desc=Usually found in an aggregate form with alternating light
tooltip.gemClinohumite.desc=Rare gemstone, only three sources of gem-quality material are known
tooltip.gemGoshenite.desc=Named after the small town of Goshen in Western Massachusetts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B