mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Marzipan Smiley Cloud Kappa
This commit is contained in:
parent
ed74026667
commit
7b9b88be78
1 changed files with 14 additions and 1 deletions
|
@ -354,7 +354,20 @@ public class SmileyCloudEasterEggs{
|
|||
@Override
|
||||
public void renderExtra(float f){
|
||||
renderHoldingItem(false, new ItemStack(Items.gunpowder));
|
||||
renderHeadBlock(Blocks.sponge, 2, 20F);
|
||||
renderHeadBlock(Blocks.sponge, 0, 20F);
|
||||
}
|
||||
});
|
||||
//Mattzimann
|
||||
register(new ISmileyCloudEasterEgg(){
|
||||
@Override
|
||||
public String[] getTriggerNames(){
|
||||
return new String[]{"mattzimann", "mattziman", "matziman", "marzipan", "mattzi"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void renderExtra(float f){
|
||||
renderHoldingItem(false, new ItemStack(InitItems.itemSwordEmerald));
|
||||
renderHeadBlock(InitBlocks.blockCoffeeMachine, 0, 35F);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue