Compare commits
2 Commits
1.17
...
GirlInPurp
Author | SHA1 | Date |
---|---|---|
GirlInPurple | 593c3be0f3 | |
GirlInPurple | 7c7aebd15a |
|
@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.19
|
||||
yarn_mappings=1.19+build.1
|
||||
loader_version=0.14.7
|
||||
minecraft_version=1.19.4
|
||||
yarn_mappings=1.19.4+build.1
|
||||
loader_version=0.14.17
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.4.0
|
||||
mod_version = 1.4.1
|
||||
maven_group = nl.andrewlalis
|
||||
archives_base_name = speed-carts
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.55.3+1.19
|
||||
#fabric_version=0.76.0+1.19.4
|
||||
|
|
|
@ -154,7 +154,7 @@ public abstract class AbstractMinecartMixin extends Entity {
|
|||
if (this.hasPlayerRider()) {
|
||||
PlayerEntity player = (PlayerEntity) this.getFirstPassenger();
|
||||
if (player != null) {
|
||||
player.playSound(SoundEvents.BLOCK_NOTE_BLOCK_BELL, SoundCategory.PLAYERS, 1.0f, 1.0f);
|
||||
player.playSound(SoundEvents.BLOCK_REDSTONE_TORCH_BURNOUT, SoundCategory.PLAYERS, 1.0f, 1.0f);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue