Vexatos / Computronics

A ComputerCraft/OpenComputers addon mod.
125 stars 53 forks source link

Potentially dangerous prefix #254

Open vyamkovyi opened 6 years ago

vyamkovyi commented 6 years ago

On startup, server complains about every item in the mod.

[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `iron_note_block`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `audio_cable`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `speaker`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `tape_reader`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `camera`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chat_box`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cipher`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cipher_advanced`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `radar`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:14:59] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `colorful_lamp`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.
[18:15:00] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `speech_box`, expected `computronics`. This could be a intended override, but in most cases indicates a broken mod.

Forge: 14.23.4.2705 (1.12.2) Server: pure forge server Please follow Forge guidelines.

Vexatos commented 6 years ago

Does anything happen to these blocks in the game? Or do they just continue working normally? Could you provide the full fml-client-latest.log or fml-server-latest.log file?

Vexatos commented 6 years ago

It is probably related to this. Should be easy to fix, but I'd still like the full log file to confirm.

vyamkovyi commented 6 years ago

In 1.12, there's debug.log instead. Everything is fine with block but it's just... not safe due to possible collisions, and also errors are still annoying. Anyway, here you go. I'll delete this file after week.

Vexatos commented 6 years ago

Looks like an easy fix, but I will have to test the effect on existing worlds. It shouldn't impact those, but better safe than sorry.

Darkl0ud commented 5 years ago

Has this been rectified? I am having the same issue

Vexatos commented 5 years ago

Does it still occur using the latest dev build?