Marzipan Smiley Cloud Kappa

This commit is contained in:
Ellpeck 2015-11-13 19:03:20 +01:00
parent ed74026667
commit 7b9b88be78

View file

@ -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);
}
});
}