mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
the other hand is for fapping
This commit is contained in:
parent
17016ba8fc
commit
d4e1fc4353
1 changed files with 14 additions and 0 deletions
|
@ -475,6 +475,20 @@ public final class SmileyCloudEasterEggs{
|
|||
renderHoldingItem(true, new ItemStack(Items.SHIELD));
|
||||
}
|
||||
});
|
||||
//Cloudy
|
||||
register(new ISmileyCloudEasterEgg(){
|
||||
@Override
|
||||
public String[] getTriggerNames(){
|
||||
return new String[]{"cloudy", "cloudhunter"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void renderExtra(float f){
|
||||
renderHeadBlock(Blocks.REDSTONE_BLOCK, 0, 17F);
|
||||
//other hand is for fapping
|
||||
renderHoldingItem(true, new ItemStack(Items.BOW));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private static void register(ISmileyCloudEasterEgg egg){
|
||||
|
|
Loading…
Reference in a new issue