Base blocks (WIP)
This commit is contained in:
parent
feb6c5172c
commit
c4a510bd2e
56 changed files with 4418 additions and 1 deletions
13
src/main/java/ru/bclib/client/sound/BlockSounds.java
Normal file
13
src/main/java/ru/bclib/client/sound/BlockSounds.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
package ru.bclib.client.sound;
|
||||
|
||||
import net.minecraft.sounds.SoundEvents;
|
||||
import net.minecraft.world.level.block.SoundType;
|
||||
|
||||
public class BlockSounds {
|
||||
public static final SoundType TERRAIN_SOUND = new SoundType(1.0F, 1.0F,
|
||||
SoundEvents.STONE_BREAK,
|
||||
SoundEvents.WART_BLOCK_STEP,
|
||||
SoundEvents.STONE_PLACE,
|
||||
SoundEvents.STONE_HIT,
|
||||
SoundEvents.STONE_FALL);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue