Started by
parkurnic
on
Topic category: Help with Minecraft modding (Java Edition)
I need a sound to be played when the block is being broken, and the same sound to be stopped when player stops breaking block/block got broken. Tho I don't need it to be the breaking sound.
idk, try custom sound set in block properties and procedure that'll stop sound when (getblock at xyz) is destroyed?
here you go
Oh. Thank you alot. I also want to ask a question that might not be related to topic, but how can you edit properties of vanilla blocks? I'm making a breakable bedrock mod.
Hm, i'd say it's better to just pick a texture or bedrock and use in new one block.
And edit properties in there.
If you want to make it non-breakable for creatures (as creepers), then use procedures or Sisser mod.
You could just use a custom sound set for the block in properties, and put your custom sound as the 'hit sound'.
Isalick34, then this sounds will repeat on every click, making it play x times at the same time.