mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-23 07:38:34 +01:00
Update Smiley Cloud Easter Eggs
This commit is contained in:
parent
a104ef88aa
commit
d76156b78c
1 changed files with 0 additions and 14 deletions
|
@ -238,20 +238,6 @@ public class SmileyCloudEasterEggs{
|
||||||
renderHeadBlock(Blocks.web, 0, 56F);
|
renderHeadBlock(Blocks.web, 0, 56F);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//Lordi
|
|
||||||
register(new ISmileyCloudEasterEgg(){
|
|
||||||
@Override
|
|
||||||
public String[] getTriggerNames(){
|
|
||||||
return new String[]{"lordi", "lordhallo"};
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void renderExtra(float f){
|
|
||||||
renderHoldingItem(true, new ItemStack(Items.paper));
|
|
||||||
renderHoldingItem(false, new ItemStack(InitItems.itemMisc, 1, TheMiscItems.RING.ordinal()));
|
|
||||||
renderHeadBlock(Blocks.quartz_block, 0, 17F);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
//ShadowNinjaCat
|
//ShadowNinjaCat
|
||||||
register(new ISmileyCloudEasterEgg(){
|
register(new ISmileyCloudEasterEgg(){
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue