container type

This commit is contained in:
Moritz Zwerger 2023-10-12 20:22:54 +02:00
parent 8ec51b93d1
commit 2e6518d92e
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

39
_/container_type.json Normal file
View File

@ -0,0 +1,39 @@
{
"chest": {
"id": 0
},
"crafting_table": {
"id": 1
},
"furnace": {
"id": 2
},
"dispenser": {
"id": 3
},
"enchanting_table": {
"id": 4
},
"brewing_stand": {
"id": 5
},
"villager": {
"id": 6
},
"beacon": {
"id": 7
},
"anvil": {
"id": 8
},
"hopper": {
"id": 9
},
"dropper": {
"id": 10
},
"horse": {
"id": 11
},
"shulker_box": {}
}