mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Added a Smiley Cloud for NihonTiger
This commit is contained in:
parent
7ccb24fff2
commit
8c62445a29
2 changed files with 14 additions and 1 deletions
|
@ -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){
|
||||
|
|
|
@ -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 <item>Smiley Cloud<r> 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 <item>Smiley Cloud<r> 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. <n><n><i>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 <imp>"Ellpeck"<r>, <imp>"Glenthor"<r> or <imp>"AcidBlues"<r>.
|
||||
|
||||
booklet.actuallyadditions.chapter.phantomfaces.name=Phantomfaces
|
||||
|
|
Loading…
Reference in a new issue