mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-12-23 03:49:22 +01:00
MineLoad Smiley Cloud °~°
This commit is contained in:
parent
6da52b5808
commit
2976887f24
1 changed files with 12 additions and 0 deletions
|
@ -304,6 +304,18 @@ public class SmileyCloudEasterEggs{
|
|||
renderHeadBlock(Blocks.redstone_block, 0, 30F);
|
||||
}
|
||||
});
|
||||
register(new ISmileyCloudEasterEgg(){
|
||||
@Override
|
||||
public String[] getTriggerNames(){
|
||||
return new String[]{"mineload", "miney", "loady", "mineyloady"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void renderExtra(float f){
|
||||
renderHoldingItem(false, new ItemStack(InitItems.itemMagnetRing));
|
||||
renderHeadBlock(Blocks.crafting_table, 0, 35F);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private static void register(ISmileyCloudEasterEgg egg){
|
||||
|
|
Loading…
Reference in a new issue