Suggest using a Logger instead of System.out.println in the example #125
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Steven/fabric-example-mod#125
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think it would be a good idea to suggest creating and using an instance of
Logger
instead of callingSystem.out.println
since the latter is harder to track in case one is trying to find where does a log line come from.@modmuss50 this can be closed. (Merged with #126)