OreCruncher / DynamicSurroundings

Dynamic Surroundings mod for Minecraft 1.10.x+
MIT License
120 stars 35 forks source link

Some Chisel Blocks dont have sound when i step on it #384

Closed SugarDaddii closed 5 years ago

SugarDaddii commented 6 years ago

Mod Version: 1.12.2

Forge Version: 14.23.5.2768

Link to crash log (if applicable):no crash log luckly XD

Description: When i step for example on Laboratory Block from chisel (0.2.1.35) in any style i dont get a sound of metal or something else...if i step on Tyrian there is a sound! So there are also no sounds for some other blocks too: factory block or factory1 block in any styles Do you have any suggestions or help?

OreCruncher commented 6 years ago

This is something I have on my list to look at. It could be there is no sound assigned to the block material.

SugarDaddii commented 6 years ago

But its not possible to make sound by myself i try it with a json file but it doesnt work XD lol

"footsteps":{ "minecraft:barrier":"NOT_EMITTER", "minecraft:air":"NOT_EMITTER", "minecraft:stone":"stone", "minecraft:grass":"grass", "minecraft:grass_path":"grass" "chisel:glass":"glowstone", "chisel:factory_6":"metalbar", "chisel:factory 4":"metalbar", "chisel:tyrian":"stone", "chisel:laboratory^6":"metalcompressed,hardmetal"

i try to follow your tips guide ! but i failed hard iam a noob

OreCruncher commented 6 years ago

I think there is something else at work here beyond configuration. I noticed it myself on some of the servers I have played on.

OreCruncher commented 6 years ago

Checking in to this. In my development environment the debug trace shows it is playing the sound and the appropriate step sound for the block is indeed played. However, in a pack that I am working on I do not get the sound, but the log indicates that the sound is queued for play. What's funny is if I jump up and down on the block I do get the sound.

SugarDaddii commented 6 years ago

yeah same on me when i jumped on these blocks sound will play very funny (also in my version)

OreCruncher commented 6 years ago

Found the problem. :)

SugarDaddii commented 6 years ago

cant wait to download the fixed version HURREJ 💃

OreCruncher commented 5 years ago

Version v3.4.10.1 pushed to CurseForge.