Template fix
im not sure but this might be the fix for it?
public static final String MOD_ID = "modid" public static final Logger LOGGER = LoggerFactory.getLogger(MOD_ID); Trying to add this
Shouldn't the MOD_ID be passed to getLogger?
Fixed In Indentation Test i suppose its needs to be public static final Logger LOGGER = LoggerFactory.getLogger(MOD_ID) ?
Can you give me an example to how it should look like ?
If this is alr PR can be merged
@Octol1ttle For Review:D
Ill merge this now, sorry it took me so long ive been busy with other things.