Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Plugin to generate .texture_set.json files in bridge. v2

License

Notifications You must be signed in to change notification settings

jasonjgardner/bridge-texture-set-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Texture Set Generator

See Minecraft's Texture Set Documentation for more details about .texture_set.json files.

bridge. Plugin

Usage

Enter texture name in search bar.

  • A list of terrain texture names is loaded into a auto-complete list.

Optionally customize texture set output

  • Base layer, MER layer, and normal map layers are automatically filled to match terrain texture name in the search bar.

  • Layer values can be individually modified by changing the Base layer, MER map and Depth map fields.

  • The automatically-filled texture name remains in the auto-completion list.

  • Base layer and MER layers can use a uniform color instead of a terrain texture name. Click the paint bucket icon to open a color picker.

TODO: Allow user to specify uniform color's output format.

  • Specify if the depth map is a normal map (default) or a heightmap by selecting a value from the dropdown menu next to the field.

  • Leave a field's value empty to omit the layer from the texture set output.

Save texture set output

  • Click the Save button to save the generated .texture_set.json file to the resource pack textures/blocks/ directory.