anviaan / SculkHorn

Create a Sonic Shock from a Sculk Horn
https://modrinth.com/mod/-sculk-horn
GNU Affero General Public License v3.0
2 stars 2 forks source link

Use a logger and make messages clearer #2

Closed acikek closed 2 years ago

acikek commented 2 years ago

Right now on init there are two messages, one for the config and another for items. Both use stdout when they should be using a logger - create one on your mod class with Logger.getLogger(modid).

The second message is fine (although you should replace "sculkhornid" with "Sculk Horn" or something) but the first one is really ambiguous, and probably not necessary at all.

anviaan commented 2 years ago

done