Ja in meinem Screenshot ist es verschoben, ist mir auch aufgefallen, das liegt daran das ich die Monate falsch beschriftet habe, da muß ich dir recht geben, es verschieben sich die Monate natürlich allesamt um 2, also MID_WINTER ist der Januar, LATE_WINTER der Februar und somit EARLY_SPRING der März, außerdem ist für Sommergerste noch eine Wachstumsstufe zuviel drin:
<seasonal>
<!-- MÄRZ -->
<period name="EARLY_SPRING" plantingAllowed="true">
<!-- 1 --><update startState="invisible" endState="greenSmall" />
<!-- 3 --><update startState="greenSmall2" endState="greenMiddle" />
<!-- 4 --><update startState="greenMiddle" endState="greenBig" />
</period>
<!-- APRIL -->
<period name="MID_SPRING" plantingAllowed="true">
<!-- 1 --><update startState="greenSmall" endState="greenMiddle" />
<!-- 2 --><update startState="invisible" endState="greenSmall" />
<!-- 3 --><update startState="greenMiddle" endState="greenBig" />
<!-- 4 --><update startState="greenBig" endState="greenBig2" />
</period>
<!-- MAI -->
<period name="LATE_SPRING">
<!-- 1 --><update startState="greenMiddle" endState="greenBig" />
<!-- 2 --><update startState="greenSmall" endState="greenMiddle" />
<!-- 3 --><update startState="greenBig" endState="greenBig2" />
<!-- 4 --><update startState="greenBig2" endState="harvestReady" />
</period>
<!-- JUNI -->
<period name="EARLY_SUMMER">
<!-- 1 --><update startState="greenBig" endState="harvestReady" />
<!-- 2 --><update startState="greenMiddle" endState="greenBig" />
<!-- 3 --><update startState="greenBig2" endState="harvestReady" />
<!-- 4 --><update startState="harvestReady" endState="dead" />
</period>
<!-- JULI -->
<period name="MID_SUMMER">
<!-- 2 --><update startState="greenBig" endState="harvestReady" />
<!-- 1 + 3 --><update startState="harvestReady" endState="dead" />
</period>
<!-- AUGUST -->
<period name="LATE_SUMMER">
<!-- 2 --><update startState="harvestReady" endState="dead" />
</period>
<!-- SEPTEMBER -->
<period name="EARLY_AUTUMN" plantingAllowed="true">
<!-- 4 --><update startState="invisible" endState="greenSmall" />
</period>
<!-- OKTOBER -->
<period name="MID_AUTUMN" plantingAllowed="true">
<!-- 3 --><update startState="invisible" endState="greenSmall" />
<!-- 4 --><update startState="greenSmall" endState="greenSmall2" />
</period>
<!-- NOVEMBER -->
<period name="LATE_AUTUMN" >
</period>
<!-- DEZEMBER -->
<period name="EARLY_WINTER" >
</period>
<!-- JANUAR -->
<period name="MID_WINTER" >
</period>
<!-- FEBRUAR -->
<period name="LATE_WINTER" >
<!-- 3 --><update startState="greenSmall" endState="greenSmall2" />
<!-- 4 --><update startState="greenSmall2" endState="greenMiddle" />
</period>
</seasonal>
Für ein einfacheres Verständnis habe ich die einzelnen Wachstumsabläufe (Aussaat bis Ernte) auch nochmal durchnummeriert vor den Einträgen (1 bis 4).
Du müsstest dir die Früchte komplett in die Map holen damit es funktioniert, also du benötigst dafür eine in die map.xml eingebundene maps_fruitTypes.xml und dort dann entsprechend den Pfad zu deinen Früchten (also barley und wheat) angeben welche du geändert hast.
Bei mir sieht das dann so aus:
map.xml
<fruitTypes filename="mapKemnitz/config/maps_fruitTypes.xml" >
<fruitType filename="$data/foliage/meadow/meadowEU/meadow.xml"/>
</fruitTypes>
maps_fruitTypes
<fruitTypes>
<fruitType filename="mapKemnitz/foliage/barley/barley.xml" />
Damit klappt es dann auch, siehe Bild: http://www.blackpanthergroup.de/lawisimu/fs25/barley_ok.png