diff --git a/install.sh b/install.sh index 81adf9b..40ce204 100755 --- a/install.sh +++ b/install.sh @@ -199,7 +199,7 @@ install_mods() { if [[ $ver == "dev" ]]; then branch="dev" - elif [[ $ver == "1.3" || $ver == "stable" ]]; then + elif [[ $ver == "1.3" ]]; then branch="stable-1.3" elif [[ $ver == "1.2" ]]; then branch="stable-1.2" diff --git a/world/news-1.3.txt b/world/news-1.3.txt index 0ee3c91..8c2db9c 100644 --- a/world/news-1.3.txt +++ b/world/news-1.3.txt @@ -5,7 +5,7 @@ Contactez moi par mail (/mail sys4) pour vos propositions et afin que je puisse ### NOTES DE VERSIONS / CHANGELOG ### -=== 1.3.0 (master) === +=== 1.3.0 === * Minetest 5.3.0 * Maj de plusieurs mods : bonemeal, craftguide, death_messages, farming, hudbars, mobs, mobs_animal, mobs_monster, pipeworks, unified_inventory, unifieddyes, irc, maptools * [locks] Corrige warning diff --git a/world/news-dev.txt b/world/news-dev.txt index 79c3dd3..3f227db 100644 --- a/world/news-dev.txt +++ b/world/news-dev.txt @@ -5,7 +5,11 @@ Contactez moi par mail (/mail sys4) pour vos propositions et afin que je puisse ### NOTES DE VERSIONS / CHANGELOG ### -=== dev-1.3 === +=== dev-1.3.1 === +* [nalc_mediterranean] Ajoute support bonemeal +* [nalc_riesenpilz] Ajoute support bonemeal pour faire pousser les champignons géants + +=== 1.3.O === * Minetest 5.3.0 * Maj de plusieurs mods : bonemeal, craftguide, death_messages, farming, hudbars, mobs, mobs_animal, mobs_monster, pipeworks, unified_inventory, unifieddyes, irc, maptools * [locks] Corrige warning diff --git a/world/news-stable.txt b/world/news-stable.txt index 0ee3c91..d78c24c 100644 --- a/world/news-stable.txt +++ b/world/news-stable.txt @@ -5,7 +5,11 @@ Contactez moi par mail (/mail sys4) pour vos propositions et afin que je puisse ### NOTES DE VERSIONS / CHANGELOG ### -=== 1.3.0 (master) === +=== 1.3.1 (master) === +* [nalc_mediterranean] Ajoute support bonemeal +* [nalc_riesenpilz] Ajoute support bonemeal pour faire pousser les champignons géants + +=== 1.3.0 === * Minetest 5.3.0 * Maj de plusieurs mods : bonemeal, craftguide, death_messages, farming, hudbars, mobs, mobs_animal, mobs_monster, pipeworks, unified_inventory, unifieddyes, irc, maptools * [locks] Corrige warning