mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-12-23 03:49:22 +01:00
Didi Smiley Cloud
This commit is contained in:
parent
aafb04cd09
commit
3474171df5
1 changed files with 12 additions and 0 deletions
|
@ -292,6 +292,18 @@ public class SmileyCloudEasterEggs{
|
|||
renderHeadBlock(Blocks.coal_block, 0, 60F);
|
||||
}
|
||||
});
|
||||
register(new ISmileyCloudEasterEgg(){
|
||||
@Override
|
||||
public String[] getTriggerNames(){
|
||||
return new String[]{"0xdd", "didi", "theultimatehose"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void renderExtra(float f){
|
||||
renderHoldingItem(true, new ItemStack(InitItems.itemDrill));
|
||||
renderHeadBlock(Blocks.redstone_block, 0, 30F);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private static void register(ISmileyCloudEasterEgg egg){
|
||||
|
|
Loading…
Reference in a new issue