mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
ow my balls
This commit is contained in:
parent
34db714565
commit
7acf23b2aa
@ -305,7 +305,7 @@ public class BlockTallPlant extends BlockEnumMulti implements IPlantable, IGrowa
|
||||
public ArrayList<ItemStack> getDrops(World world, int x, int y, int z, int metadata, int fortune) {
|
||||
ArrayList<ItemStack> ret = super.getDrops(world, x, y, z, metadata, fortune);
|
||||
|
||||
if(rectify(world.getBlockMetadata(x, y, z)) == EnumTallFlower.CD4.ordinal()) {
|
||||
if(metadata == EnumTallFlower.CD4.ordinal() + 8) {
|
||||
ret.add(DictFrame.fromOne(ModItems.plant_item, com.hbm.items.ItemEnums.EnumPlantType.MUSTARDWILLOW, 3 + world.rand.nextInt(4)));
|
||||
}
|
||||
|
||||
|
||||
@ -309,6 +309,7 @@ public class TileEntityMachineTurbofan extends TileEntityMachineBase implements
|
||||
audio = rebootAudio(audio);
|
||||
}
|
||||
|
||||
audio.keepAlive();
|
||||
audio.updateVolume(momentum);
|
||||
audio.updatePitch(momentum / 200F + 0.5F + this.afterburner * 0.16F);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user