From b8a1119426e231c8fa03f022f0185ceaf31ed609 Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 8 Apr 2021 13:40:59 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20plusieurs=20mods?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * biome_lib : Optimise et réécrit une partie du mod. * chesttools : Ajoute listrings dans formspecs. * mobs : - Ajoute mob protector de niveau 2, - Ajuste dommages et protecteurs, - Joueurs avec protection_bypass peuvent s'emparer des animaux d'autres joueurs, - Permet aux joueurs avec 'protection_bypass' de renommer les animaux appartenants à d'autres joueurs. * mobs_animal : Ajoute _is_arrow=true aux œufs qui peuvent se lancer. * mobs_monster : - Ajoute fire_damage = 0 au lava flan, - Ajoute dommage de feu à l'obsidian flan. * more_chests : Vérifie que le joueur qui prend un item dans un coffre Dropbox en soit le propriétaire. * moretrees : Utilise la bonne commande de log et le bon niveau. * pipeworks : - Ajoute support des catégories Unified Inventory, - Supprime l'obsolète invsize - Rend luacheck joyeux. * plantlife_modpack : - Ne pas utiliser une fonction pour choisir aléatoirement l'herbe sèche, juste utilise la table de fourniture random-choice de `biome_lib` (c'était seulement là pour laisser le mod remplacer la junglegrass, mais ce n'est pas pertinent quand la junglegrass n'a pas tendance à apparaître dans les même zones), - Laisse biome_lib placer les galets plutôt que d'utiliser du code de génération de map personnalisé, - Permet aux galets d'apparaître sur quelques surfaces supplémentaires. * unified_inventory : Ajoute la fonctionnalité filter-by-category. --- biome_lib | 2 +- chesttools | 2 +- mobs | 2 +- mobs_animal | 2 +- mobs_monster | 2 +- more_chests | 2 +- moretrees | 2 +- pipeworks | 2 +- plantlife_modpack | 2 +- unified_inventory | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/biome_lib b/biome_lib index 43b2c6d..eabc053 160000 --- a/biome_lib +++ b/biome_lib @@ -1 +1 @@ -Subproject commit 43b2c6db4228efa37bc0000be8015fb2f0217887 +Subproject commit eabc053c059bb3d9400e0328ff036ee831f89a7b diff --git a/chesttools b/chesttools index 5f9ba41..6bc54f0 160000 --- a/chesttools +++ b/chesttools @@ -1 +1 @@ -Subproject commit 5f9ba4148dda04a577714a4958c4fd6d3a1029ec +Subproject commit 6bc54f0f3a762ca9d866792f0e2e398f4fe8849b diff --git a/mobs b/mobs index 34b06df..c06d071 160000 --- a/mobs +++ b/mobs @@ -1 +1 @@ -Subproject commit 34b06df758bd5d4f01e0a24e77cf4a8df44d078b +Subproject commit c06d071220d34fb08923d3df7bca0e09d13ffd51 diff --git a/mobs_animal b/mobs_animal index 5293673..86987aa 160000 --- a/mobs_animal +++ b/mobs_animal @@ -1 +1 @@ -Subproject commit 52936735471c3e5a1b4d542953e126bbd64ab69a +Subproject commit 86987aaddecb00c210cab679a76a9c72335daef8 diff --git a/mobs_monster b/mobs_monster index 2baa1cc..7bd9080 160000 --- a/mobs_monster +++ b/mobs_monster @@ -1 +1 @@ -Subproject commit 2baa1cc77de33952e4d0c092c92623fe5cd68ce7 +Subproject commit 7bd9080edac182d1197c7ff203564db2a27d4cac diff --git a/more_chests b/more_chests index ddb75a7..7bd7a66 160000 --- a/more_chests +++ b/more_chests @@ -1 +1 @@ -Subproject commit ddb75a756472a4d96a6f9dab721572355092ada7 +Subproject commit 7bd7a6600886fa6d13ecc6d3fd0ba67cd9d4df0e diff --git a/moretrees b/moretrees index 19d4141..bce9f8d 160000 --- a/moretrees +++ b/moretrees @@ -1 +1 @@ -Subproject commit 19d41419a01cec3fbb1b9ec1d3caf107ba48b8aa +Subproject commit bce9f8d1cb7f452585a0d0597d619c9f9f26bf8d diff --git a/pipeworks b/pipeworks index e4db1e8..e2fdcc4 160000 --- a/pipeworks +++ b/pipeworks @@ -1 +1 @@ -Subproject commit e4db1e885e4069c55124f429192bd604b608bb3b +Subproject commit e2fdcc4fb2de4e606f203b4e3ccefe21047ec5fe diff --git a/plantlife_modpack b/plantlife_modpack index d97f25e..fa9f300 160000 --- a/plantlife_modpack +++ b/plantlife_modpack @@ -1 +1 @@ -Subproject commit d97f25e112f5a2355bb17775fd4a4bf30a442bcc +Subproject commit fa9f30043f72d0ccc18fca54b5f5c50bd9f49556 diff --git a/unified_inventory b/unified_inventory index 829b38c..03b077c 160000 --- a/unified_inventory +++ b/unified_inventory @@ -1 +1 @@ -Subproject commit 829b38c6fc78bda35ffcdc3055404f3f3330e9df +Subproject commit 03b077cd1badd2b637129bfccb464e9d5355a463