Added more test files
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:attachable": {
|
||||
"description": {
|
||||
"identifier": "blockception:master_block.hat",
|
||||
"materials": {
|
||||
"default": "armor",
|
||||
"enchanted": "armor_enchanted"
|
||||
},
|
||||
"textures": {
|
||||
"default": "textures/example",
|
||||
"enchanted": "textures/misc/enchanted_item_glint"
|
||||
},
|
||||
"geometry": {
|
||||
"default": "geometry.example"
|
||||
},
|
||||
"scripts": {
|
||||
//Animations needs atleast 1
|
||||
"animate": []
|
||||
},
|
||||
"render_controllers": [ "controller.render.example" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user