MinecraftModDevelopmentMods / Tesla-Powered-Thingies

A collection of various Tesla powered machines
https://minecraft.curseforge.com/projects/tesla-powered-thingies
MIT License
2 stars 4 forks source link

[1.12.2] Machine (Crop farm) creates sound on spawnpoint #14

Open DeadSix27 opened 7 years ago

DeadSix27 commented 7 years ago

Same issue as in IF: https://github.com/Buuz135/Industrial-Foregoing/issues/70

He fixed it by overriding the playEquipSound function like here: https://github.com/Buuz135/Industrial-Foregoing/commit/da6960005eae05246bb45488d63664c78d0f2643#diff-338d072d60cf0f8b4924ffb063e58bd6R21

I assume you can just do the same in: https://github.com/faceofcat/Tesla-Powered-Thingies/blob/1.12/src/main/kotlin/net/ndrei/teslapoweredthingies/common/TeslaFakePlayer.kt#L22

faceofcat commented 7 years ago

heh... I guess I could... thanks!