public class RechiseledTextureProvider extends ChiseledTextureProvider
ChiseledTextureProvider.PaletteMap| Constructor and Description |
|---|
RechiseledTextureProvider(com.supermartijn642.core.generator.ResourceCache cache) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createTextures()
A palette map generates a map of colors from one texture to another.
|
createPaletteMap, createPlankTextures, generate, getName, savepublic RechiseledTextureProvider(com.supermartijn642.core.generator.ResourceCache cache)
protected void createTextures()
ChiseledTextureProviderA palette map can be obtained using ChiseledTextureProvider.createPaletteMap(ResourceLocation, ResourceLocation)
and applied using ChiseledTextureProvider.PaletteMap.applyToTexture(ResourceLocation, String).
All mapped textures will be saved and written to file automatically.
ChiseledTextureProvider.createPlankTextures(ResourceLocation, String) will map all rechiseled's
oak plank variants to the given plank texture.
createTextures in class ChiseledTextureProvider