▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Indicative Pitch
Indicative Pitch

Indicative Pitch

Increases the pitch of the block breaking sound as the block is closer to being broken.

2.1K
18
Все версииIndicative Pitch 1.1.1

Indicative Pitch 1.1.1

Release1 г. назад

Список изменений

Fixed a crash in the versions this file applies to. I assumed a file hadn't been changed... it had. This mixin replaces the one to LevelRenderer. 

@Mixin(LevelEventHandler.class)
public class LevelEventHandlerMixin {

    @ModifyExpressionValue(at = @At(value = "INVOKE", target = "Lnet/minecraft/world/level/block/SoundType;getPitch()F"), method = "levelEvent")
    private float modifyPitch(float original) {
        float returnValue = 2.0f * original;
        // System.out.println("Returning " + returnValue);
        return returnValue;
    }

}

Файлы

indicativepitch-1.1.1.jar(13.99 KiB)
Основной
Скачать
indicativepitch-1.1.1-sources.jar(10.89 KiB)
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.1.1

Загрузчики

Fabric

Версии игры

1.21.2–1.21.5

Загрузок

767

Дата публикации

1 г. назад

Загрузил

ID версии

Главная