package com.owlmaddie.skin; import net.minecraft.util.Identifier; public class PlayerCustomTexture { public static boolean hasCustomIcon(Identifier skinId) { // By default, do nothing special return false; } }