ow my balls

This commit is contained in:
Bob 2023-05-21 22:51:04 +02:00
parent 34db714565
commit 7acf23b2aa
2 changed files with 2 additions and 1 deletions

View File

@ -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)));
}

View File

@ -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);