LOG.Info error

Started by UnderWaves on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 15:56, 8. Nov 2020
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
LOG.Info error

So um, here's my problem.
Each time I try to add the [print[ block to a procedure, the following error pops out during building:

error: cannot find symbol
         LOG.info("This is an Onyx Ore. Your pickaxe has to be iron or better in order to collect it.")
         ^

I don't know if this is a bug or just an error, but I think it's a bug because this happens everytimes I want to add the [print[ block. So I'm waiting to know if it's really a bug before posting a ticket about this...

Last seen on 15:56, 8. Nov 2020
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nevermind, i understood the…
Mon, 08/12/2019 - 12:53

Nevermind, i understood the problem! I was trying to make the item send a message in the chat when detecting something but I didn't use the correct block to do it.