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/07 13:10] – [Code] nelai | gf2:projekte:2024:minecraft:2d1gruppe4 [2025/04/07 13:25] (aktuell) – [Code] nelai | ||
|---|---|---|---|
| Zeile 263: | Zeile 263: | ||
| blocks.clone(world(201, | blocks.clone(world(201, | ||
| + | #Die Garderobe wird bei der anderen Seite platziert | ||
| + | def garderobe2(x, | ||
| + | material=[GRAY_CONCRETE, | ||
| + | blocks.fill(material[0], | ||
| + | blocks.fill(material[1], | ||
| + | blocks.fill(material[2], | ||
| + | blocks.fill(blocks.block_with_data(material[4], | ||
| + | blocks.fill(blocks.block_with_data(material[4], | ||
| + | blocks.fill(blocks.block_with_data(material[4], | ||
| + | blocks.fill(blocks.block_with_data(material[4], | ||
| + | blocks.fill(material[3], | ||
| + | blocks.fill(material[3], | ||
| + | blocks.fill(material[5], | ||
| + | blocks.fill(material[5], | ||
| + | blocks.fill(material[5], | ||
| + | blocks.fill(material[6], | ||
| + | blocks.fill(material[6], | ||
| + | blocks.fill(material[5], | ||
| + | |||
| + | |||
| + | def details2(x, | ||
| + | material=[GLOWSTONE, | ||
| + | blocks.fill(material[0], | ||
| + | blocks.fill(material[0], | ||
| + | blocks.fill(material[1], | ||
| #Wenn man das Feld betritt werden Villagers gespawned als Zuschauer | #Wenn man das Feld betritt werden Villagers gespawned als Zuschauer | ||
| Zeile 287: | Zeile 311: | ||
| Weg(129, | Weg(129, | ||
| Deco(129, | Deco(129, | ||
| - | garderobe(152,-54,177) | + | garderobe(151,-54,177) |
| - | garderobe(152,-54,190) | + | garderobe(151,-54,190) |
| - | details(152, -49, 177) | + | details(151, -49, 177) |
| - | details(152, -49, 190) | + | details(151, -49, 190) |
| - | details(122, -49, 177) | + | garderobe2(123, |
| - | garderobe(122,-54,177) | + | details2(123, -49, 177) |
| + | garderobe2(123,-54,190) | ||
| + | details2(123, | ||
| on_travelled_walk() | on_travelled_walk() | ||
| </ | </ | ||