Remove internal phase comments and format code
Strip all Phase references, TODO/FUTURE roadmap notes, and internal planning comments from the codebase. Run Prettier for consistent formatting across all Java files.
This commit is contained in:
@@ -4,7 +4,7 @@ package com.tiedup.remake.items.base;
|
||||
* Enum defining all mittens variants.
|
||||
* Used by GenericMittens to create mittens items via factory pattern.
|
||||
*
|
||||
* <p>Phase 14.4: Mittens system - blocks hand interactions when equipped.
|
||||
* <p>Mittens system - blocks hand interactions when equipped.
|
||||
*
|
||||
* <p><b>Issue #12 fix:</b> Added textureSubfolder to eliminate string checks in renderers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user