cleanup
This commit is contained in:
parent
ca8880757d
commit
09ce79e666
1 changed files with 2 additions and 7 deletions
|
@ -22,11 +22,6 @@ public class BlockJukebox extends Block {
|
|||
return true;
|
||||
}
|
||||
|
||||
public void dropBlockAsItemWithChance(World worldIn, BlockPos pos, State state, float chance, int fortune) {
|
||||
if(!worldIn.client)
|
||||
super.dropBlockAsItemWithChance(worldIn, pos, state, chance, 0);
|
||||
}
|
||||
|
||||
public ModelBlock getModel(String name, State state) {
|
||||
return new ModelBlock("jukebox_side").add().dnswe().u("jukebox_top");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue