Skip to content

Commit

Permalink
Welcome to Gregtania!
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Jul 13, 2018
1 parent f9bedb6 commit 4e76fbc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
package com.gmail.pharaun.gregtania.lexicon;

import gregapi.data.MT;
import gregapi.data.OP;
import net.minecraft.item.ItemStack;
import vazkii.botania.api.BotaniaAPI;
import vazkii.botania.api.lexicon.LexiconEntry;
import vazkii.botania.api.lexicon.LexiconPage;
import vazkii.botania.common.item.ModItems;
import vazkii.botania.common.lexicon.page.PageCraftingRecipe;
import vazkii.botania.common.lexicon.page.PagePetalRecipe;
import vazkii.botania.common.lexicon.page.PageRuneRecipe;
Expand All @@ -26,10 +30,24 @@ public class GTLexiconData {
public static LexiconEntry entryEvolvedOrechidEndium;
public static LexiconEntry entryStratodendron;
private static GTLexiconEntry entryIridiumBore;
private static GTLexiconEntry entryGarden;

public static void init() {
BotaniaAPI.addCategory(gtLexiconCategory = new GTLexiconCategory("gregtania.category.gregtania"));

entryGarden = new GTLexiconEntry("gregtania", gtLexiconCategory);
entryGarden.setLexiconPages(
new PageText("0"),
new PageText("1"),
new PageText("2"),
new PageText("3"),
new PageText("4"),
new PageText("5"),
new PageText("6")
);
entryGarden.setPriority();
entryGarden.setIcon(OP.rockGt.mat(MT.Stone, 1));

entryBumbleiscus = new GTLexiconEntry(SUBTILE_BUMBLEBISCUS, gtLexiconCategory);

entryBumbleiscus.setLexiconPages(
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/assets/gregtania/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,13 @@ gregtania.entry.lensIridiumBore=Iridium-Plated Bore Lens
gregtania.tagline.lensIridiumBore=Improved Bore Lens
gregtania.page.lensIridiumBore0=Some rare materials are simply too robust for an ordinary &1Bore Lens&0 to break. To that end, a more powerful Bore can be made by reinforcing it with Iridium. The &1Iridium-Plated Bore Lens&0 is mighty enough to break through almost any block, including Obsidian. However, it cannot be combined with any other lenses.
gregtania.page.lensIridiumBore1=Iridium-Plated Bore Lens

gregtania.entry.gregtania=Welcome to Gregtania!
gregtania.tagline.gregtania=Sky-mode GregTech
gregtania.page.gregtania0=In the &2Garden of Grag&0 nobody can hear the steam.<br>Gregtania is a conversion of the standard &2Garden of Glass&0 skyblock game mode that allows a full game of &2GregTech 6&0 to be played. It's recommended for players who are already familiar with both Botania and GregTech; if you haven't experienced either mod in a normal game, be aware that the lack of a normal world makes GregTech more challenging.
gregtania.page.gregtania1=In addition to the normal Garden of Glass tweaks, many blocks and crafting recipes are added to support GregTech's unique system of resources, and to improve compatibility between Botania and GregTech.
gregtania.page.gregtania2=Rummaging through dirt will yield GregTech &1Stone Rocks&0 instead of the usual pebbles. In addition to making Cobblestone, these can be crafted into fairly flimsy Stone tools. After making the Pure Daisy, &1Livingrock&0 can be crushed with a Hammer and crafted into more durable tools.
gregtania.page.gregtania3=&1Blaze Lamps&0 can be crafted using only 4 Blaze Powder, instead of 9. This allows GregTech's Blocks of Blaze Powder Dust to exist, and also compensates somewhat for the relative scarcity of Iron in the GregTech early game.<br>&1Manasteel&0 can be made by dropping Iron, Wrought Iron or Steel into a Mana Pool.
gregtania.page.gregtania4=The &1Stratodendron&0 creates all the GregTech flavors of stone and &1Rock Ores&0, and the &1Evolved Orechid&0 will turn the flavored stones into their corresponding &1Ores&0. Small Ores are unobtainable; your first ores must be crushed with a Hammer to become usable.<br>The &1Bumblebiscus&0 allows Bumble Hives to be obtained.
gregtania.page.gregtania5=The &1Clayconia Alluvia&0 allows Clay to be obtained before Iron and Sand are available. Having an early supply of Clay is necessary for making GregTech's Crucible and other Ceramic components. The normal &1Clayconia&0 is still available later on and produces Clay at a smaller mana cost.
gregtania.page.gregtania6=GregTech's unique tree saplings (including &1Rubber&0, &1Maple&0, and &1Willow&0) can be crafted by throwing saplings into a Mana Pool atop an Alchemy Catalyst.<br>Since some ores are too tough for the usual Bore Lens to break, an &1Iridium-Plated Bore Lens&0 is available later on.

0 comments on commit 4e76fbc

Please sign in to comment.