gf2:projekte:2023:minecraft:2d1gruppe4

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
gf2:projekte:2023:minecraft:2d1gruppe4 [2024/01/23 23:15] aschingerlgf2:projekte:2023:minecraft:2d1gruppe4 [2024/01/31 09:43] (aktuell) marroc
Zeile 2: Zeile 2:
  
 \\ \\
 +
 +{{ :gf2:projekte:2023:minecraft:bauernhof.mcworld |Welt}}
  
 ===== Erste Planung ===== ===== Erste Planung =====
Zeile 8: Zeile 10:
 \\ \\
 \\ \\
-__Ideenfindung__ : Ein Bauernhof, bei welchem ein Zug einmal quer durchfährt.+__Ideenfindung__ : Ein Bauernhof
 \\ \\
  
Zeile 15: Zeile 17:
 __vom 10.November bis zum 20. Dezember__ :   __vom 10.November bis zum 20. Dezember__ :  
                                             * Bauernhaus bauen                                             * Bauernhaus bauen
-                                            * Felder und Gehe bauen +                                            * Felder und Gehege bauen
-                                            * Zug +
  
 __Arbeitsaufteilung__ :    __Arbeitsaufteilung__ :   
                         * Haus bauen - Malin und Liza                         * Haus bauen - Malin und Liza
                         * Felder und Gehege bauen - Marlon und Léanne                         * Felder und Gehege bauen - Marlon und Léanne
-                        * Zug - alle gemeinsam 
  
 \\ \\
Zeile 142: Zeile 142:
    blocks.place(material[2], world(x+l, y+1, z+3))    blocks.place(material[2], world(x+l, y+1, z+3))
        
-   #tisch+   
          
 def hausbau(): def hausbau():
Zeile 150: Zeile 150:
  
 </code> </code>
 +//
 +__Weg und Laternen__:
 +//
 +<code pyton>
 +        #weg nach links
 +        blocks.fill(materialA[0], world(x+l/2, y, z-1), world(x+l/2, y, z-6), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l/2, y, z-6), world(x+l+l+7, y, z-6), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+1, y, z-6), world(x+l+l+1, y, z-9), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+7, y, z-1), world(x+l+l+7, y, z-9), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+7, y, z-9), world(x+l+l+9, y, z-9), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+7, y, z-3), world(x+l+l+l+7, y, z-3), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+l+7, y, z-3), world(x+l+l+l+7, y, z+5), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+l+7, y, z+5), world(x+l+l+l+14, y, z+5), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x+l+l+l+14, y, z+5), world(x+l+l+l+14, y, z+9), FillOperation.REPLACE)
 +        #weg nach rechts
 +        blocks.fill(materialA[0], world(x+l/2, y, z-6), world(x-3, y, z-6), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x-3, y, z-6), world(x-3, y, z+b/2), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x-3, y, z-6), world(x-3, y, z+b/2), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x-3, y, z+b/2), world(x-16, y, z+b/2), FillOperation.REPLACE)
 +        blocks.fill(materialA[0], world(x-10, y, z+b/2-6), world(x-10, y, z+b/2+6), FillOperation.REPLACE)
 +        #Laterne1
 +        blocks.fill(materialE[2], world(-39, y+1, -5), world(-39, y+2, -5), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-39, y+3, -5))
 +        #Laterne2
 +        blocks.fill(materialE[2], world(-27, y+1, -3), world(-27, y+2, -3), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-27, y+3, -3))
 +        #Laterne3
 +        blocks.fill(materialE[2], world(-28, y+1, 6), world(-28, y+2, 6), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-28, y+3, 6))
 +        #laterne4
 +        blocks.fill(materialE[2], world(-20, y+1, 5), world(-20, y+2, 5), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-20, y+3, 5))
 +        #laterne5
 +        blocks.fill(materialE[2], world(-69, y+1, -7), world(-69, y+2, -7), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-69, y+3, -7))
 +        #laterne6
 +        blocks.fill(materialE[2], world(-91, y+1, -6), world(-91, y+2, -6), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-91, y+3, -6))
 +        #laterne7
 +        blocks.fill(materialE[2], world(-83, y+1, -6), world(-83, y+2, -6), FillOperation.REPLACE)
 +        blocks.place(materialA[1], world(-83, y+3, -6))
 +</code>
 +
 \\ \\
 __Code von den Bäumen__: __Code von den Bäumen__:
Zeile 179: Zeile 222:
 baum() baum()
 </code> </code>
 + 
 \\ \\
 __Zusammengesetzter Bauernhof (mit Anpassungen und Interactionen)__ : __Zusammengesetzter Bauernhof (mit Anpassungen und Interactionen)__ :
  • gf2/projekte/2023/minecraft/2d1gruppe4.1706048134.txt.gz
  • Zuletzt geändert: 2024/01/23 23:15
  • von aschingerl