blob: b770cea7cbaf8b940bc0d1eaaa213d2c4c67ef8f (
plain)
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
|
# gui names
gtnop.gui.veinStat.name=Vein Stats
gtnop.gui.asteroidStat.name=Asteroid Stats
gtnop.gui.smallOreStat.name=Small Ore Stats
gtnop.gui.ieVeinStat.name=IE Vein Stats
gtnop.gui.bedrockOreStat.name=Bedrock Ore Stats
gtnop.gui.nei.veinName=Vein name
gtnop.gui.nei.primaryOre=Primary
gtnop.gui.nei.secondaryOre=Secondary
gtnop.gui.nei.betweenOre=Between
gtnop.gui.nei.sporadicOre=Sporadic
gtnop.gui.nei.genHeight=Height
gtnop.gui.nei.weightedChance=Weight
gtnop.gui.nei.worldNames=Generated world
gtnop.gui.nei.restrictBiome=Restricted biome
gtnop.gui.nei.asteroidPrimary=Main-Gen1
gtnop.gui.nei.asteroidSecondary=Main-Gen2
gtnop.gui.nei.asteroidBetween=Minor-Gen1
gtnop.gui.nei.asteroidSporadic=Minor-Gen2
gtnop.gui.nei.oreName=Ore name
gtnop.gui.nei.amount=Amount per chunk
gtnop.gui.nei.chanceDrops=Drops
gtnop.gui.nei.ieVeinComponent=Vein components
gtnop.gui.nei.fromMod=From mod
gtnop.gui.nei.seeAll=See All
gtnop.gui.nei.vein=Vein
gtnop.gui.nei.oreOthers=Other ore
gtnop.nei.genPosition=Position
gtnop.nei.genPositionInfo=In the center of each chunk
# world names
gtnop.world.Overworld=Overworld
gtnop.world.Nether=Nether
gtnop.world.TheEnd=TheEnd
gtnop.world.Twilight=Twilight Forrest
gtnop.world.EndAsteroid=Far End Asteroids
gtnop.world.Vanilla EndAsteroids=Vanilla EndAsteroids
gtnop.world.Moon=Moon
gtnop.world.Mars=Mars
gtnop.world.Phobos=Phobos
gtnop.world.Deimos=Deimos
gtnop.world.Asteroids=Asteroids
gtnop.world.Ceres=Ceres
gtnop.world.Europa=Europa
gtnop.world.Ganymede=Ganymede
gtnop.world.Callisto=Callisto
gtnop.world.Io=Io
gtnop.world.Venus=Venus
gtnop.world.Mercury=Mercury
gtnop.world.Enceladus=Enceladus
gtnop.world.Titan=Titan
gtnop.world.Miranda=Miranda
gtnop.world.Oberon=Oberon
gtnop.world.Proteus=Proteus
gtnop.world.Triton=Triton
gtnop.world.Pluto=Pluto
gtnop.world.Kuiperbelt=Kuiperbelt
gtnop.world.Haumea=Haumea
gtnop.world.MakeMake=MakeMake
gtnop.world.CentauriA=αCentauriBb
gtnop.world.VegaB=VegaB
gtnop.world.BarnardC=BarnardC
gtnop.world.BarnardE=BarnardE
gtnop.world.BarnardF=BarnardF
gtnop.world.TcetiE=TcetiE
gtnop.world.Underdark=Deep Dark
# biome names
gtnop.biome.none.name=None
# ore names extra
gtnop.ore.null.name=None
# vein types
gtnop.ore.vein.name=Vein
gtnop.ore.asteroid.name=Asteriod
gtnop.ore.custom.name=Custom
|