Page 1 of 1

Not allowing to place CONTENT_IGNORE

PostPosted: Thu Apr 25, 2013 21:59
by 12Me21
I made this mod where there are clocks that say the time, and it worked fine until I added a few changes and now it keeps saying:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
17:38:26: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "clock:clock_12" at (-21,10,-857) (block (-2,0,-54))
17:38:26: ERROR[main]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "clock:clock_12" at (-21,10,-857) (block (-2,0,-54))


I saw a bunch of posts by other people had gotten the error, but I haven't seen any way to fix it.

PostPosted: Fri Apr 26, 2013 02:34
by kaeza
Most probably you are trying to add a node with no name.
It would help to see some code.
Do you have a github repository? If not, try posting a zip file (or if it's a single file try pasting in here in CODE tags).

PostPosted: Fri Apr 26, 2013 05:08
by sfan5
A mod is probably trying to place an unknown node somewhere

PostPosted: Fri Apr 26, 2013 15:16
by 12Me21
nevermind, I fixed it