Started by
ZarwalD
on
Topic category: Troubleshooting, bugs, and solutions
So the issue is in the title. This block takes the sound id for example "block.froglight.place
" but does not put it in the ForgeRegistries.SOUND_EVENTS.getValue()
method.
The value here is new ResourceLocation("")
and string here is just empty for some sounds.
For example if the sound is "ambient.basalt_deltas.additions
", it will look like this new ResourceLocation("ambient.basalt_deltas.additions")
upd: if i manualy put block.froglight.place
it will throw the exact same error:
Edited by ZarwalD on Tue, 03/28/2023 - 11:01
1.18.2 does not have "block.froglight.place" sound as froglight does not exist in this version.
Find out more about history of this block on https://minecraft.fandom.com/wiki/Froglight
Ah, so it just means that the "sounds list" applies to all versions that don't contain them?
Yes, MCreator always targets the latest supported Minecraft version