From 3288334515715d7db3cbc5c610fac9358d491a3e Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 20 Mar 2025 14:26:39 +0100 Subject: [PATCH] Mods update [3d_armor] tweak feather falling [ambience] tweak icecrack and birds [areas] Make smallest area concept optional [climate_api] Require lighting monoid [farming] - tweaked pineapple textures - new burger texture - mortar and juicer now use group:stone - add {drink} group to soup - hoe bome removes dry shrub along with flora - hoe bomb's replace dry dirt - add weed and weed bale [homedecor_modpack] - free player when seat is dug - make the bottle opaque to improve rendering performance and hide bad geometry - make the items opaque to improve rendering performance and hide bad geometry - improve usage of use_texture_alpha to improve client rendering [led_marquee] reemove use_texture_alpha as the texture results are always on black background, so we dont need to waste transparency rendering performance [mesecons] - Limit chatcommand parameter length in command blocks - Add missing `use_texture_alpha` - Make the detector recipe from luacontroller optional - mesecons_pistons: Fix impercise placement orientation [mob_horse] - horse can defend itself - view range 7 [mobs] - wee jump bug - fix knockback when breeding - fix boom texture - tweak do_jump so mobs dont jump on carpets - tweak & tidy code, exploding mobs brighten and glow - add mob repellent [mobs_animal] - add 16px cheeseblock texture - add white rat, replace sounds - change armor levels to 100 - tweak cow die animation [mobs_monster] - tweak lava pick dig sound - frost and healing tree monsters glow slightly - spawn stone monster in permafrost biome - tweak fire spirit - spider armor 100 [more_chests] Fix shared chest failing to open for users with hyphen in their me [nether] Fix client-side particle texture errors [pipeworks] Allow digging injectors without clearing the filter [regional_weather] v1.2.1 Fix ambient saturation adjustment [scifi_nodes] - add ambience sounds - Add access cards - fix missing texture in plastic slope code [spears] Version 3.2.0 [technic] - Fix power monitor instability - Fix machines connected to multiple networks - Chainsaw: Chat message for 'aborted by safe cut' - Fix incorrect recipe registration for craftguide - Fix shading on CNC shape models [unified_inventory] Fix error when clicking unknown item in the recipe --- 3d_armor | 2 +- WorldEdit | 2 +- ambience | 2 +- areas | 2 +- awards | 2 +- bakedclay | 2 +- basic_materials | 2 +- basic_signs | 2 +- bonemeal | 2 +- climate_api | 2 +- darkage | 2 +- digilines | 2 +- fakelib | 2 +- farming | 2 +- hangglider | 2 +- headanim | 2 +- homedecor_modpack | 2 +- led_marquee | 2 +- mesecons | 2 +- mob_horse | 2 +- mobs | 2 +- mobs_animal | 2 +- mobs_monster | 2 +- more_chests | 2 +- moreblocks | 2 +- moremesecons | 2 +- moreores | 2 +- moretrees | 2 +- nether | 2 +- pipeworks | 2 +- quartz | 2 +- regional_weather | 2 +- scifi_nodes | 2 +- signs_lib | 2 +- skinsdb | 2 +- spears | 2 +- technic | 2 +- unified_inventory | 2 +- unifieddyes | 2 +- xcompat | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/3d_armor b/3d_armor index 357cc3a..a6779e7 160000 --- a/3d_armor +++ b/3d_armor @@ -1 +1 @@ -Subproject commit 357cc3aada35a888c419ef1e152a63b32ca9f673 +Subproject commit a6779e79114785e32bc5b832d9965293fe156c76 diff --git a/WorldEdit b/WorldEdit index ae77f73..ceb2c2c 160000 --- a/WorldEdit +++ b/WorldEdit @@ -1 +1 @@ -Subproject commit ae77f736507543c3ae19d910097a7a6b753a630b +Subproject commit ceb2c2cded0955b90b36c89f0debca74826f46d0 diff --git a/ambience b/ambience index d98e906..adecc1b 160000 --- a/ambience +++ b/ambience @@ -1 +1 @@ -Subproject commit d98e90656e4f3f5a87a8e911cbbce758b8b12181 +Subproject commit adecc1b95c38829f2fc6b8853c66753a010ac719 diff --git a/areas b/areas index 2184118..7f277db 160000 --- a/areas +++ b/areas @@ -1 +1 @@ -Subproject commit 2184118a4b931e61c1e0eb974ee5212dfac6c469 +Subproject commit 7f277db7ac2e5e6f378f3ee4b2d7440d24355065 diff --git a/awards b/awards index 2d7a306..a78db04 160000 --- a/awards +++ b/awards @@ -1 +1 @@ -Subproject commit 2d7a306ddea118c0041464344e2850b33f81fcae +Subproject commit a78db04f7ef10d518483654f9a4c8490892a5ffa diff --git a/bakedclay b/bakedclay index 04b9577..a3d97b7 160000 --- a/bakedclay +++ b/bakedclay @@ -1 +1 @@ -Subproject commit 04b9577a91125c7f2020446e3683add2aa8bf854 +Subproject commit a3d97b75cc444a795e7358315a4619853884a89b diff --git a/basic_materials b/basic_materials index 800310c..b85e99d 160000 --- a/basic_materials +++ b/basic_materials @@ -1 +1 @@ -Subproject commit 800310c0fa2522d04409d95676d1d0e9ed3964db +Subproject commit b85e99ded01ba2dc8241a1b158a0e19610fd69ce diff --git a/basic_signs b/basic_signs index cf94744..70a5c78 160000 --- a/basic_signs +++ b/basic_signs @@ -1 +1 @@ -Subproject commit cf9474409a5e511634a545d8f84853173f543835 +Subproject commit 70a5c787ba96325fd8fbf65236debe85220428e7 diff --git a/bonemeal b/bonemeal index edeee0f..57a018c 160000 --- a/bonemeal +++ b/bonemeal @@ -1 +1 @@ -Subproject commit edeee0ffbd049ca95acdb06dafd77ae0759b045c +Subproject commit 57a018cbe45a6a3d15b3c5d81576820cb4e2db3f diff --git a/climate_api b/climate_api index c232772..85e4553 160000 --- a/climate_api +++ b/climate_api @@ -1 +1 @@ -Subproject commit c23277284a45cbc3bf2b6a1f3c6a6a3e66244d05 +Subproject commit 85e4553f2aa0a98b093141e29576e347f9b13e76 diff --git a/darkage b/darkage index 9227671..36feb4d 160000 --- a/darkage +++ b/darkage @@ -1 +1 @@ -Subproject commit 9227671f4ebf07e9fc20d00b5cc57f5b99b994e5 +Subproject commit 36feb4dffeb68593c21a5397e49f377986c01b9d diff --git a/digilines b/digilines index e77c1e7..4ed6d10 160000 --- a/digilines +++ b/digilines @@ -1 +1 @@ -Subproject commit e77c1e7df188b6f44dcab872856ffa213862b673 +Subproject commit 4ed6d10a75cab6303e8302f7f3dd8e72a7970058 diff --git a/fakelib b/fakelib index c1cf529..2658008 160000 --- a/fakelib +++ b/fakelib @@ -1 +1 @@ -Subproject commit c1cf5297124b6113d82e5431f13b2194e9d15001 +Subproject commit 26580085f3bd65d0b66c36aa10a46582bd9d9535 diff --git a/farming b/farming index c202ced..0415a7a 160000 --- a/farming +++ b/farming @@ -1 +1 @@ -Subproject commit c202ced9291a0083c02943016bb1ccc7665c6c8d +Subproject commit 0415a7aee165b38086c20e273c311b01c20c4db5 diff --git a/hangglider b/hangglider index 49a878a..071fe93 160000 --- a/hangglider +++ b/hangglider @@ -1 +1 @@ -Subproject commit 49a878aa03679b51fac5b34d7cbcc9c15a97fd34 +Subproject commit 071fe93cf5b1562962e3d32bfbb5ff2131e3f4d3 diff --git a/headanim b/headanim index 7d4fb05..580816f 160000 --- a/headanim +++ b/headanim @@ -1 +1 @@ -Subproject commit 7d4fb05ecb108c49ca1603fb96d04a0f04cea8c4 +Subproject commit 580816fb3a492d1ceca4e6cd2a1c0dc796e5c9f9 diff --git a/homedecor_modpack b/homedecor_modpack index 0a93b0f..f1a3223 160000 --- a/homedecor_modpack +++ b/homedecor_modpack @@ -1 +1 @@ -Subproject commit 0a93b0f8df20d9d3bdf68b263df3c76af55011a0 +Subproject commit f1a3223d20e41fa9813682b698f65208e5b09573 diff --git a/led_marquee b/led_marquee index 5fb7669..3d00c81 160000 --- a/led_marquee +++ b/led_marquee @@ -1 +1 @@ -Subproject commit 5fb766921fa14e471d877b759b5260bef7795c92 +Subproject commit 3d00c81f550cbf4f8459af27a34128cba1597a99 diff --git a/mesecons b/mesecons index 2d973fb..a9feea1 160000 --- a/mesecons +++ b/mesecons @@ -1 +1 @@ -Subproject commit 2d973fb77bddf32a7f322d3c4a3bcfe77653f63a +Subproject commit a9feea1b32b4dccd0a2b54204ccb5703a64cd7fc diff --git a/mob_horse b/mob_horse index 2ff662c..94351e8 160000 --- a/mob_horse +++ b/mob_horse @@ -1 +1 @@ -Subproject commit 2ff662c2e1d770bf4cb30d7f73559207b78c42d8 +Subproject commit 94351e84e0356ae6f46913a0e85ff9ed4960ae99 diff --git a/mobs b/mobs index e8e7745..5fb7b91 160000 --- a/mobs +++ b/mobs @@ -1 +1 @@ -Subproject commit e8e774566b5cab274ee39ef5b37c0edfd837f732 +Subproject commit 5fb7b91db0882843b012566e3d244d504e1ad035 diff --git a/mobs_animal b/mobs_animal index 39f4ffa..766f6ff 160000 --- a/mobs_animal +++ b/mobs_animal @@ -1 +1 @@ -Subproject commit 39f4ffa2d963c0684634358c26ae8eb79aa9da09 +Subproject commit 766f6ff754429ed017aad9a656c30e0d87b76cdc diff --git a/mobs_monster b/mobs_monster index bb6a664..2671360 160000 --- a/mobs_monster +++ b/mobs_monster @@ -1 +1 @@ -Subproject commit bb6a664f1ee621cadf41d7f9779b4e5612746607 +Subproject commit 2671360c0d35df4a6e68e080877933633bbb8e42 diff --git a/more_chests b/more_chests index 98edbfc..c626c9f 160000 --- a/more_chests +++ b/more_chests @@ -1 +1 @@ -Subproject commit 98edbfc5cc7002bf14bb5db30fb3ffd9b3ba03e8 +Subproject commit c626c9f675b916b41b4bf3b462a318ce84ac7b93 diff --git a/moreblocks b/moreblocks index 4df0dd5..6db9f3f 160000 --- a/moreblocks +++ b/moreblocks @@ -1 +1 @@ -Subproject commit 4df0dd5964094d0f94d250b2b1319292dba31387 +Subproject commit 6db9f3ffe748748ab2475c18ad3abe6ffdde79ad diff --git a/moremesecons b/moremesecons index a32f2a2..781e388 160000 --- a/moremesecons +++ b/moremesecons @@ -1 +1 @@ -Subproject commit a32f2a29779e428c6072177860e61f2bd61b1827 +Subproject commit 781e388150415785b07f8087deae56ae68d9f5ff diff --git a/moreores b/moreores index 75927e6..3c00ff1 160000 --- a/moreores +++ b/moreores @@ -1 +1 @@ -Subproject commit 75927e6d3ad9d9d0021fec09cb8e468e0b6cf995 +Subproject commit 3c00ff13b7d828eab8f0aefa514e3b940c26e5bf diff --git a/moretrees b/moretrees index 9560970..7d9c4fd 160000 --- a/moretrees +++ b/moretrees @@ -1 +1 @@ -Subproject commit 956097051599ddd1dd5c22fff10f2761beb10014 +Subproject commit 7d9c4fdf3149e17104e0465cfd3f903a102b9d04 diff --git a/nether b/nether index da15db1..aa22033 160000 --- a/nether +++ b/nether @@ -1 +1 @@ -Subproject commit da15db184e8c6603d73062d88488ae06e8349313 +Subproject commit aa22033711d44bc35026233be1ac11fcb56512cd diff --git a/pipeworks b/pipeworks index ba2e433..e0b8265 160000 --- a/pipeworks +++ b/pipeworks @@ -1 +1 @@ -Subproject commit ba2e4333c5847116aa0e5164511d5ac6ae9f5e3f +Subproject commit e0b826576b55e44a33f84af992a5fe5f198ce085 diff --git a/quartz b/quartz index 86c9506..cd0050d 160000 --- a/quartz +++ b/quartz @@ -1 +1 @@ -Subproject commit 86c95065a41b1e720800f063cb90938208ffad84 +Subproject commit cd0050d8cab41c12db4b7e1221201086fa721cd2 diff --git a/regional_weather b/regional_weather index caeff69..9ecf5b6 160000 --- a/regional_weather +++ b/regional_weather @@ -1 +1 @@ -Subproject commit caeff69f27e1e693365265e7200e871dbf29c66d +Subproject commit 9ecf5b65203c410a23fdbce2fa22e744a9bd402d diff --git a/scifi_nodes b/scifi_nodes index f79e84b..fb1fdcf 160000 --- a/scifi_nodes +++ b/scifi_nodes @@ -1 +1 @@ -Subproject commit f79e84b92d6a10b2e974d436d88ae215be06f2fd +Subproject commit fb1fdcf69ea296eccc555c73ff7c0c4e134a9c53 diff --git a/signs_lib b/signs_lib index 87d6543..1d98c6a 160000 --- a/signs_lib +++ b/signs_lib @@ -1 +1 @@ -Subproject commit 87d65439a1ec4de4ee26f45fce7f10a40bce28c6 +Subproject commit 1d98c6a5cc1a71d9745fc1cf61da9d733d1a9f7f diff --git a/skinsdb b/skinsdb index df62f20..247bcdd 160000 --- a/skinsdb +++ b/skinsdb @@ -1 +1 @@ -Subproject commit df62f2042d061bfb963f35429d8193935d6cb9f4 +Subproject commit 247bcdd05835886f307944cfa8c8ba1c9599df4b diff --git a/spears b/spears index 6bc9733..69937f7 160000 --- a/spears +++ b/spears @@ -1 +1 @@ -Subproject commit 6bc97332e63a261735d4d635c81217338634343e +Subproject commit 69937f7d0f6efb9feca0b7e8a2a252dde4ad1975 diff --git a/technic b/technic index 18df281..0ff7cb7 160000 --- a/technic +++ b/technic @@ -1 +1 @@ -Subproject commit 18df2813a0abfe6cf890223254cb2286260b51d5 +Subproject commit 0ff7cb769b12de871daf1c99b94a1d06883c3075 diff --git a/unified_inventory b/unified_inventory index 6f13218..99bdfe9 160000 --- a/unified_inventory +++ b/unified_inventory @@ -1 +1 @@ -Subproject commit 6f132186ab3a54d9d1bc1ba2b0dd053a807f10df +Subproject commit 99bdfe9e143e3bb9e96c589311039c783fc6dadd diff --git a/unifieddyes b/unifieddyes index de6e2e0..82f026f 160000 --- a/unifieddyes +++ b/unifieddyes @@ -1 +1 @@ -Subproject commit de6e2e0e35f2f14390ef1d7ccdb0d7bc1acce2f8 +Subproject commit 82f026fc7e7c77149803eb2bfb0a7297070f7865 diff --git a/xcompat b/xcompat index b18dc7b..7a136dc 160000 --- a/xcompat +++ b/xcompat @@ -1 +1 @@ -Subproject commit b18dc7ba14a58c2933a7bf2da7bda8d6262d9f20 +Subproject commit 7a136dc7393dcb8d50d34f55aa357b15811cbc59