Updated
This commit is contained in:
10
test/files/correct/data_bp/items/master_block.item.json
Normal file
10
test/files/correct/data_bp/items/master_block.item.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "master_block"
|
||||
},
|
||||
"components": {
|
||||
}
|
||||
}
|
||||
}
|
||||
14
test/files/correct/data_bp/items/test.item.json
Normal file
14
test/files/correct/data_bp/items/test.item.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.16.200",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "namespace:item"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:armor": {
|
||||
"protection": 0,
|
||||
"texture_type": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user