Flywheel/src/main/resources/assets/create/models/item/blueprint.json
simibubi 550b477d8d Added Blueprints
- Blueprints are item references to schematic files on the server
- Added a block to upload schematics from the client
2019-07-11 19:55:11 +02:00

6 lines
No EOL
98 B
JSON

{
"parent": "item/generated",
"textures": {
"layer0": "create:item/blueprint_filled"
}
}