{ "Format": "Schematic", "Version": 2, "Metadata": { "Name": "Haus", "Author": "YourName", "CreationDate": "2023-07-06" }, "Dimensions": { "Width": 10, "Height": 6, "Length": 10 }, "Blocks": [ {"Pos": [222, 64, 222], "Block": "minecraft:obsidian", "Properties": {"facing": "north"}}, // Weitere Blockeinträge für das Haus entsprechend der Beschreibung: {"Pos": [0, 0, 0], "Block": "minecraft:stone_bricks", "Properties": {}}, // Beispiel für eine Wand {"Pos": [0, 1, 0], "Block": "minecraft:glass", "Properties": {}}, // Beispiel für ein Fenster {"Pos": [1, 0, 0], "Block": "minecraft:stone_bricks", "Properties": {}}, // Beispiel für eine Wand {"Pos": [1, 1, 0], "Block": "minecraft:glass", "Properties": {}}, // Beispiel für ein Fenster {"Pos": [2, 0, 0], "Block": "minecraft:wooden_door", "Properties": {"facing": "west", "half": "lower"}}, // Beispiel für eine Tür // Weitere Blockeinträge für das Haus... ], "Entities": [], "TileEntities": [] }