From 8c62445a2921009029ac89b3db83c201e70e8477 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 31 Aug 2015 06:41:49 +0200 Subject: [PATCH] Added a Smiley Cloud for NihonTiger --- .../gadget/cloud/SmileyCloudEasterEggs.java | 13 +++++++++++++ .../assets/actuallyadditions/lang/en_US.lang | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/main/java/ellpeck/actuallyadditions/gadget/cloud/SmileyCloudEasterEggs.java b/src/main/java/ellpeck/actuallyadditions/gadget/cloud/SmileyCloudEasterEggs.java index d8b424e3b..a879e147b 100644 --- a/src/main/java/ellpeck/actuallyadditions/gadget/cloud/SmileyCloudEasterEggs.java +++ b/src/main/java/ellpeck/actuallyadditions/gadget/cloud/SmileyCloudEasterEggs.java @@ -247,6 +247,19 @@ public class SmileyCloudEasterEggs{ renderHeadBlock(Blocks.diamond_block, 0, 26F); } }); + //NihonTiger + register(new ISmileyCloudEasterEgg(){ + @Override + public String[] getTriggerNames(){ + return new String[]{"nihon", "nihontiger", "tiger"}; + } + @Override + public void renderExtra(float f){ + renderHoldingItem(false, new ItemStack(Items.stone_pickaxe)); + renderHoldingItem(true, new ItemStack(Items.poisonous_potato)); + renderHeadBlock(Blocks.gravel, 0, 47F); + } + }); } private static void register(ISmileyCloudEasterEgg egg){ diff --git a/src/main/resources/assets/actuallyadditions/lang/en_US.lang b/src/main/resources/assets/actuallyadditions/lang/en_US.lang index 43ae5263f..3d3da9bab 100644 --- a/src/main/resources/assets/actuallyadditions/lang/en_US.lang +++ b/src/main/resources/assets/actuallyadditions/lang/en_US.lang @@ -374,7 +374,7 @@ booklet.actuallyadditions.clickToSeeRecipe=Click to see more Information booklet.actuallyadditions.chapter.foods.name=Food booklet.actuallyadditions.chapter.cloud.name=Smiley Cloud -booklet.actuallyadditions.chapter.cloud.text.1=A Smiley Cloud is a neat little block that you can put down in the world. When in place, it will hover around across the ground, though staying on the block you placed it in. When right-clicking the cloud, it will open a GUI that enables you to change its name, and thus, its appearance if you do it right. On the next page, you can find some examples you can try out. +booklet.actuallyadditions.chapter.cloud.text.1=A Smiley Cloud is a neat little block that you can put down in the world. When in place, it will hover around across the ground, though staying on the block you placed it in. When right-clicking the cloud, it will open a GUI that enables you to change its name, and thus, its appearance if you do it right. On the next page, you can find some examples you can try out. This seems so familiar... Tiny Potato? booklet.actuallyadditions.chapter.cloud.text.2=The Crafting Recipe is shown above. If you want to know what certain name changes do, try naming a cloud "Ellpeck", "Glenthor" or "AcidBlues". booklet.actuallyadditions.chapter.phantomfaces.name=Phantomfaces