Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| gf2:projekte:2024:minecraft:2d1gruppe4 [2025/04/06 22:56] – [Code] nelai | gf2:projekte:2024:minecraft:2d1gruppe4 [2025/04/07 13:25] (aktuell) – [Code] nelai | ||
|---|---|---|---|
| Zeile 67: | Zeile 67: | ||
| \\ | \\ | ||
| ===== Welt ===== | ===== Welt ===== | ||
| - | \\ | + | \\ Seed: -2916915734141507220 |
| \\ | \\ | ||
| ===== Code ===== | ===== Code ===== | ||
| Zeile 131: | Zeile 131: | ||
| blocks.fill(material[2], | blocks.fill(material[2], | ||
| blocks.fill(material[2], | blocks.fill(material[2], | ||
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| blocks.fill(material[1], | blocks.fill(material[1], | ||
| blocks.fill(material[1], | blocks.fill(material[1], | ||
| Zeile 161: | Zeile 161: | ||
| blocks.fill(material[2], | blocks.fill(material[2], | ||
| blocks.fill(material[2], | blocks.fill(material[2], | ||
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| - | blocks.fill(blocks.block_with_data(material[0], | + | blocks.fill(blocks.block_with_data(material[0], |
| blocks.fill(material[1], | blocks.fill(material[1], | ||
| blocks.fill(material[1], | blocks.fill(material[1], | ||
| Zeile 182: | Zeile 182: | ||
| blocks.fill(material[3], | blocks.fill(material[3], | ||
| blocks.fill(material[3], | blocks.fill(material[3], | ||
| - | N = 2 | ||
| - | S = 3 | ||
| def Gitter(x, | def Gitter(x, | ||
| Zeile 266: | Zeile 264: | ||
| #Die Garderobe wird bei der anderen Seite platziert | #Die Garderobe wird bei der anderen Seite platziert | ||
| - | def garderobe(x,y,z): | + | def garderobe2(x,y,z): |
| material=[GRAY_CONCRETE, | material=[GRAY_CONCRETE, | ||
| blocks.fill(material[0], | blocks.fill(material[0], | ||
| Zeile 283: | Zeile 281: | ||
| blocks.fill(material[6], | blocks.fill(material[6], | ||
| blocks.fill(material[5], | blocks.fill(material[5], | ||
| - | garderobe(122, | + | |
| - | + | ||
| - | def details(x,y,z): | + | def details2(x,y,z): |
| material=[GLOWSTONE, | material=[GLOWSTONE, | ||
| blocks.fill(material[0], | blocks.fill(material[0], | ||
| blocks.fill(material[0], | blocks.fill(material[0], | ||
| blocks.fill(material[1], | blocks.fill(material[1], | ||
| - | details(122, | ||
| #Wenn man das Feld betritt werden Villagers gespawned als Zuschauer | #Wenn man das Feld betritt werden Villagers gespawned als Zuschauer | ||
| Zeile 314: | Zeile 311: | ||
| Weg(129, | Weg(129, | ||
| Deco(129, | Deco(129, | ||
| - | garderobe(152,-54,181) | + | garderobe(151,-54,177) |
| - | garderobe(152,-54,192) | + | garderobe(151,-54,190) |
| - | details(152, -49, 181) | + | details(151, -49, 177) |
| - | details(152, -49, 192) | + | details(151, -49, 190) |
| - | details(122, -49, 181) | + | garderobe2(123, |
| - | garderobe(122,-54,181) | + | details2(123, -49, 177) |
| + | garderobe2(123,-54,190) | ||
| + | details2(123, | ||
| on_travelled_walk() | on_travelled_walk() | ||
| </ | </ | ||