Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| gf2:projekte:2023:minecraft:2d2gruppe4 [2024/01/23 21:27] – clearyf | gf2:projekte:2023:minecraft:2d2gruppe4 [2024/02/04 16:28] (aktuell) – lehmannr | ||
|---|---|---|---|
| Zeile 27: | Zeile 27: | ||
| **Unserer Code:** | **Unserer Code:** | ||
| - | Hangar | + | <sxh python> |
| def hangar(): | def hangar(): | ||
| blocks.fill(STONE_BRICKS, | blocks.fill(STONE_BRICKS, | ||
| Zeile 1033: | Zeile 1034: | ||
| blocks.fill(IRON_BARS, | blocks.fill(IRON_BARS, | ||
| + | def Eingang(): | ||
| + | blocks.fill(STONE_BRICKS, | ||
| + | blocks.fill(IRON_BARS, | ||
| + | blocks.fill(STONE_BRICKS, | ||
| + | blocks.fill(IRON_BARS, | ||
| + | blocks.fill(STONE_BRICKS, | ||
| + | blocks.fill(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.place(blocks.block_with_data(STONE_BRICK_STAIRS, | ||
| + | blocks.fill(SEA_LANTERN, | ||
| + | Eingang() | ||
| def Sakura(xS, | def Sakura(xS, | ||
| Zeile 1041: | Zeile 1060: | ||
| Sakura(50, | Sakura(50, | ||
| + | |||
| Sakura(50, | Sakura(50, | ||
| + | |||
| Sakura(50, | Sakura(50, | ||
| + | |||
| Sakura(50, | Sakura(50, | ||
| + | |||
| Sakura(50, | Sakura(50, | ||
| Zeile 1052: | Zeile 1075: | ||
| Turm_Form() | Turm_Form() | ||
| + | |||
| Turm_dach() | Turm_dach() | ||
| Zeile 1085: | Zeile 1109: | ||
| rotor() | rotor() | ||
| - | + | </ | |