Xilef11 / Runes-of-Wizardry

Magical mod for the game of Minecraft.
GNU General Public License v3.0
6 stars 4 forks source link

'Potentially Dangerous alternative prefix' #48

Open LemADEC opened 6 years ago

LemADEC commented 6 years ago

As of Runes-of-Wizardry-1.12.2-0.9.0, forge is reporting warnings in the console

[10:44:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `te_dust_dye`, expected `runesofwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[10:44:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `te_dust_placed`, expected `runesofwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[10:44:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `te_dust_active`, expected `runesofwizardry`. This could be a intended override, but in most cases indicates a broken mod.
[10:44:04] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `te_dust_dead`, expected `runesofwizardry`. This could be a intended override, but in most cases indicates a broken mod.
Xilef11 commented 6 years ago

This is an easy fix (see this commit). However, it will break existing placed dust & other TE blocks. Unless it breaks anything (other than Forge warnings), I'll wait until the next update that forces new worlds (probably 1.13) to merge this.

LemADEC commented 6 years ago

DataFixers are there to handle such conversion.