Block Model Generator
Generate a simple JSON file for a custom block model, perfect for resource packs.
Advertisement:
Model Configuration
Path to your texture file, e.g. block/dirt or custom_pack:block/custom_block.
Generated JSON Model
{
"parent": "block/cube_all",
"textures": {
"all": "block/stone"
}
}Place this file in your resource pack at assets/<namespace>/models/block/<model_name>.json
Advertisement: