diff --git a/_/container_type.json b/_/container_type.json new file mode 100644 index 0000000..0839184 --- /dev/null +++ b/_/container_type.json @@ -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": {} +}