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:
@@ -141,13 +141,15 @@ public class V2ClientSetup {
|
||||
|
||||
DataDrivenIconOverrides overrides = new DataDrivenIconOverrides(mode);
|
||||
DataDrivenIconBakedModel wrapped = new DataDrivenIconBakedModel(
|
||||
originalItemModel, overrides
|
||||
originalItemModel,
|
||||
overrides
|
||||
);
|
||||
models.put(itemModelLoc, wrapped);
|
||||
|
||||
TiedUpMod.LOGGER.info(
|
||||
"[V2ClientSetup] Wrapped {} model with icon overrides (mode={})",
|
||||
itemName, mode
|
||||
itemName,
|
||||
mode
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user