From e9032475b0b2299f5cc11f9736623a008db6a4fb Mon Sep 17 00:00:00 2001 From: sys4 Date: Fri, 27 May 2022 20:32:31 +0200 Subject: [PATCH] Mods update * 3d_armor - use `player_api` to register player model - add feather falling * basic_materials - add silver-spool recipes only if silver is present - Fix item alias in Hades Revisited integration. * bonemeal - change of jungle grass on rainforest litter - fix large cactus seedling growth * exchange_shop: Copy metadata of sold items * farming - lower refill time, add player check - add sound to hemp block * hangglider: add Z-Index * homedecor_modpack - fix recipes broken by 546cd711 - fix https://github.com/mt-mods/homedecor_modpack/issues/34 * irc: Fix error caused by ident check notice * mesecons - Avoid duplicating VManip data in Lua memory - Fix error prone negation reported by luacheck - v2022-04-01 Fix MTG doors not reacting correctly to Mesecon power - Use FIFO queue for mvps - Make modpack mostly independent from MTG - Make some fixes to movement and rotation - Fix mesecon cooking recipes * mobs_redo - add nil check - nil checks - tweak mobs.drive() speed - tweak riding functions - add "hover" animation - revert hover - select proper animation for flying mobs - tidy api - fix api typo * mobs_animal - add penguin hover animation - revert penguin hover - added support for wooden bucket and milking cow with recipes - add missing butter recipe for wooden buckets * pipeworks - fix digiline formspec spacing - Make tubes opaque when entities are not used - Better Hades Revisited support - fix https://github.com/mt-mods/pipeworks/issues/31 - Return early from on_step - fix broken shift-clicking in wielder formspec - Add configurable globalstep interval * plantlife_modpack - fix https://github.com/mt-mods/plantlife_modpack/issues/16 - fix typo in bushes mod.conf * player_monoids: Don't save player ref after callback * scifi_nodes - fix https://github.com/D00Med/scifi_nodes/issues/68 and adding additional game digging support - remove deprecated `depends.txt` * signs_lib - hotfix fake player action - remove sign entity if sign is gone (due to voxelmanip or such) - force all signs into the sign group * skinsdb - implement skinned 1st person view hand - adjustments from code review - fix Undeclared global variable "unified_inventory" accessed - fix hand node not respected the range * unified_inventory - Revert "Remove mod name from tooltips" - Change background to rounded corners - Fix error caused by slow starts and mod dependencies - Obligatory screenshot update - Fix reverse item lookup ("usage") broken by 5ac2558 * unifieddyes - fix https://github.com/mt-mods/unifieddyes/issues/6 - fix luacheck error - workaround patch for https://github.com/minetest-mods/i3/issues/68 closes https://github.com/mt-mods/unifieddyes/issues/7 - Revert "workaround for engine bug in crafting, placing, digging items with a palette index of 0" * warps: Delete depends.txt and description.txt and update mod.conf --- 3d_armor | 2 +- basic_materials | 2 +- bonemeal | 2 +- exchange_shop | 2 +- farming | 2 +- hangglider | 2 +- homedecor_modpack | 2 +- irc | 2 +- mesecons | 2 +- mobs | 2 +- mobs_animal | 2 +- pipeworks | 2 +- plantlife_modpack | 2 +- player_monoids | 2 +- scifi_nodes | 2 +- signs_lib | 2 +- skinsdb | 2 +- unified_inventory | 2 +- unifieddyes | 2 +- warps | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/3d_armor b/3d_armor index c95eb77..1869d4b 160000 --- a/3d_armor +++ b/3d_armor @@ -1 +1 @@ -Subproject commit c95eb77a4e4de8d5681bf1e7d774ff7f480bd59a +Subproject commit 1869d4b0c35679afd5210eabdbe3e6c70f48faa6 diff --git a/basic_materials b/basic_materials index 8631a26..9d55f99 160000 --- a/basic_materials +++ b/basic_materials @@ -1 +1 @@ -Subproject commit 8631a2670bbca0bf8dbc5c128cdf8cde02fbda52 +Subproject commit 9d55f9916d20779ecbf93c7e95dae8adebd2079b diff --git a/bonemeal b/bonemeal index 52a3856..131024e 160000 --- a/bonemeal +++ b/bonemeal @@ -1 +1 @@ -Subproject commit 52a3856f26fbe47c962ba5e8a321967614005615 +Subproject commit 131024ee975ad72f9f12c9d84978ecad2a15a736 diff --git a/exchange_shop b/exchange_shop index 0495aa6..3f98513 160000 --- a/exchange_shop +++ b/exchange_shop @@ -1 +1 @@ -Subproject commit 0495aa6e332b3bbd47e89af0785b8060ad288a80 +Subproject commit 3f98513ba3a59dfe144256f06fc6266c3a9e1fc9 diff --git a/farming b/farming index cfe7313..7e5db83 160000 --- a/farming +++ b/farming @@ -1 +1 @@ -Subproject commit cfe731352d4d1087b8691e65c20666a9acd82551 +Subproject commit 7e5db833e0253d54f3af2551778b7e714144b565 diff --git a/hangglider b/hangglider index 54afc34..b65b647 160000 --- a/hangglider +++ b/hangglider @@ -1 +1 @@ -Subproject commit 54afc348ee67f767c1b48d957729da599462373d +Subproject commit b65b6473c74e589efb321a84bd2a40c2498150e8 diff --git a/homedecor_modpack b/homedecor_modpack index 680f8e8..d667e39 160000 --- a/homedecor_modpack +++ b/homedecor_modpack @@ -1 +1 @@ -Subproject commit 680f8e899528aa0ba76638bff7c0efd73027f37f +Subproject commit d667e3985177954f59c8bd941ef70b61d74a6920 diff --git a/irc b/irc index ee81559..bb8b755 160000 --- a/irc +++ b/irc @@ -1 +1 @@ -Subproject commit ee8155953274ddc1cdf89fb8e959022ce4a7e448 +Subproject commit bb8b755362de07e17e4a67b2b0c962bab189c398 diff --git a/mesecons b/mesecons index 69a4b6b..e4d7c07 160000 --- a/mesecons +++ b/mesecons @@ -1 +1 @@ -Subproject commit 69a4b6b332bffc778ff704b6777dbe3f26c7321c +Subproject commit e4d7c07962a7b507bcd6a84454af804bd638b568 diff --git a/mobs b/mobs index 65e369e..ca34cc2 160000 --- a/mobs +++ b/mobs @@ -1 +1 @@ -Subproject commit 65e369e5fc8b59f2365294cab56ca54c1372f483 +Subproject commit ca34cc2274082bd4a3cf4843f7f5ff939d659e1e diff --git a/mobs_animal b/mobs_animal index e00766a..e7dc535 160000 --- a/mobs_animal +++ b/mobs_animal @@ -1 +1 @@ -Subproject commit e00766a6d721e7a75a3bb35775105635bcf8d214 +Subproject commit e7dc5350a69084621185d6803fa8fe56bae3d164 diff --git a/pipeworks b/pipeworks index 66070dd..5bba517 160000 --- a/pipeworks +++ b/pipeworks @@ -1 +1 @@ -Subproject commit 66070dd801ba91a9450d607a2e4c2c3491d5e8d9 +Subproject commit 5bba517b034118fbbc8d61a52ed751c65d25a19c diff --git a/plantlife_modpack b/plantlife_modpack index 3239650..183c043 160000 --- a/plantlife_modpack +++ b/plantlife_modpack @@ -1 +1 @@ -Subproject commit 3239650e68cfb9445213c83a77e1a317a9b176be +Subproject commit 183c043066a352b80c4ef5032c0e5ad6ce2bce0c diff --git a/player_monoids b/player_monoids index 64f8057..0bbad01 160000 --- a/player_monoids +++ b/player_monoids @@ -1 +1 @@ -Subproject commit 64f8057333621aa11caebda65920740d809fba6b +Subproject commit 0bbad015efa1983444bc7630ea959d4f28692ac9 diff --git a/scifi_nodes b/scifi_nodes index 8816db8..4f2d2a3 160000 --- a/scifi_nodes +++ b/scifi_nodes @@ -1 +1 @@ -Subproject commit 8816db8ecf1ccca1d8aab4b981927e91d6eba6ef +Subproject commit 4f2d2a304f1e038ee1e937af330af65485d69d62 diff --git a/signs_lib b/signs_lib index b0808a3..60d67af 160000 --- a/signs_lib +++ b/signs_lib @@ -1 +1 @@ -Subproject commit b0808a376afddd270f41e38841b3ee0e23bfeafa +Subproject commit 60d67afab3d78ece7e9b4a61b50c60903e8c72a9 diff --git a/skinsdb b/skinsdb index da820d0..03d424f 160000 --- a/skinsdb +++ b/skinsdb @@ -1 +1 @@ -Subproject commit da820d06cb960a55572450655671fa9938103604 +Subproject commit 03d424fea7edca9338d22fa3ca5b547af5726f45 diff --git a/unified_inventory b/unified_inventory index 6da71e1..8c56e27 160000 --- a/unified_inventory +++ b/unified_inventory @@ -1 +1 @@ -Subproject commit 6da71e181975d3fd683a641a3756b98928ff5b48 +Subproject commit 8c56e27c9408f1b7e7b5946c313e0db3f438261d diff --git a/unifieddyes b/unifieddyes index 41dd54d..2af4f1f 160000 --- a/unifieddyes +++ b/unifieddyes @@ -1 +1 @@ -Subproject commit 41dd54d1be15ca38b02c66d100cabf3801f2ae0f +Subproject commit 2af4f1fb989a9e87fef5a090fd51510a516575f4 diff --git a/warps b/warps index ba55253..d803650 160000 --- a/warps +++ b/warps @@ -1 +1 @@ -Subproject commit ba5525305a0b4eeca354bc159345a052daad5e19 +Subproject commit d8036504dac9c7b024e756072f1af93bf18454b4