From a2bca77549ff3edbd7c3e2d129dc4216a120685a Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Wed, 25 Feb 2026 10:10:01 +0800 Subject: [PATCH] update1 --- config/advRocketry/advancedRocketry.cfg | 88 +++++++----------- config/agricraft/config.cfg | 1 - .../tier6_inferium_plant.json | 4 +- .../plants/tier2_inferium_plant.json | 4 +- .../plants/tier3_inferium_plant.json | 4 +- .../plants/tier4_inferium_plant.json | 4 +- .../plants/tier5_inferium_plant.json | 4 +- .../tier6_inferium_plant.json | 8 +- .../plants/tier2_inferium_plant.json | 4 +- .../plants/tier3_inferium_plant.json | 4 +- .../plants/tier4_inferium_plant.json | 4 +- .../plants/tier5_inferium_plant.json | 4 +- .../tier6_inferium_plant.json | 8 +- .../plants/tier2_inferium_plant.json | 4 +- .../plants/tier3_inferium_plant.json | 4 +- .../plants/tier4_inferium_plant.json | 4 +- .../plants/tier5_inferium_plant.json | 4 +- .../tier6_inferium_plant.json | 8 +- .../plants/tier2_inferium_plant.json | 4 +- .../plants/tier3_inferium_plant.json | 4 +- .../plants/tier4_inferium_plant.json | 4 +- .../plants/tier5_inferium_plant.json | 4 +- modlist_files.txt | Bin 85552 -> 59092 bytes scripts/ToolTips.zs | 2 +- 24 files changed, 86 insertions(+), 97 deletions(-) diff --git a/config/advRocketry/advancedRocketry.cfg b/config/advRocketry/advancedRocketry.cfg index 0164cafe..a0f15cc5 100644 --- a/config/advRocketry/advancedRocketry.cfg +++ b/config/advRocketry/advancedRocketry.cfg @@ -96,6 +96,9 @@ general { # Enables the laser drill machine B:EnableLaserDrill=true + # Enables the orbital registry machine + B:EnableOrbitalRegistry=true + # Enables terraforming items and blocks B:EnableTerraforming=true @@ -138,6 +141,9 @@ general { # Maximum gravity the crystalliser will function at. Use 0.0 to disable! D:crystalliserMaximumGravity=0.0 + + # Multiplier applied to the Data Bus (Big) max data capacity. (Base=2000 -> default= 4 * 2000 = 8000) [range: 1 ~ 20, default: 4] + I:dataBusBigMultiplier=4 B:dropExtinguishedTorches=false B:electricPlantsSpawnLightning=true @@ -151,35 +157,8 @@ general { # Amount of force the jetpack provides with respect to gravity, 1 is the same acceleration as caused by Earth's gravity, 2 is 2x the acceleration caused by Earth's gravity, etc. To make jetpack only work on low gravity planets, simply set it to a value less than 1 D:jetPackForce=1.3 - S:laserDrillOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - oreDiamond - oreDilithium - oreTitanium - oreIridium - oreAnglesite - oreBenitoite - oreMithril - oreArlemite - oreRealmite - oreRupee - oreBloodgem - oreNetherite - oreRosite - oreLimonite - oreRunium - oreAscendedAmethyst - oreAscendedJade - oreAscendedSapphire - oreAlchemicalMatter - > - B:laserDrillOres_blacklist=false - # If true the orbital laser will actually mine blocks on the planet below + # If true the orbital laser will actually mine blocks on the planet below, (false makes it a VoidMiner with improved performance especially when using Void Cobble: ON in the GUI) B:laserDrillPlanet=false # Outputs and chances of objects from Enriched Lava in the Centrifuge. Format: :. Larger weights are more frequent [default: [nuggetCopper:100], [nuggetIron:100], [nuggetTin:100], [nuggetLead:100], [nuggetSilver:100], [nuggetGold:75], [nuggetDiamond:10], [nuggetUranium:10], [nuggetIridium:1]] @@ -469,6 +448,9 @@ rockets { # The multiplier for the thrust of the nuclear core block. With default configuration, this value provides a (max) thrust of 1000 per core. D:nuclearCoreThrustRatio=1.0 + # Nuclear rocket should respect artifact gating for planets + B:nuclearRocketsRespectArtifactGating=true + # How high the rocket has to go before it reaches orbit. This is used by itself when launching from a planet to LEO, which can be either a satellite, a space station, or another point on this planet's surface. It's used in conjunction with the TBI burn when launching to the moon or asteroids. Warp flights will need orbit height + 10x TBI to launch from planets [range: 255 ~ 2147483647, default: 1000] I:orbitHeight=1000 @@ -599,30 +581,32 @@ rockets { # List of oredictionary names of ores allowed to be mined by the laser drill if surface drilling is disabled. Ores can be specified by just the oreName: or by ::: where size is optional S:laserDrillOres < - oreIron - oreGold - oreCopper - oreTin - oreRedstone - oreDiamond - oreDilithium - oreTitanium - oreIridium - oreAnglesite - oreBenitoite - oreMithril - oreArlemite - oreRealmite - oreRupee - oreBloodgem - oreNetherite - oreRosite - oreLimonite - oreRunium - oreAscendedAmethyst - oreAscendedJade - oreAscendedSapphire - oreAlchemicalMatter + oreIron:10 + oreGold:10 + oreCopper:10 + oreTin:10 + oreRedstone:10 + oreDiamond:10 + oreDilithium:10 + oreTitanium:10 + oreIridium:10 + oreAnglesite:10 + oreBenitoite:10 + oreMithril:10 + oreArlemite:10 + oreRealmite:10 + oreRupee:10 + oreBloodgem:10 + oreNetherite:10 + oreRosite:10 + oreLimonite:10 + oreRunium:10 + oreAscendedAmethyst:10 + oreAscendedJade:10 + oreAscendedSapphire:10 + oreAlchemicalMatter:10 + oreUranium:10 + oreThorium:10 > # True if the ores in laserDrillOres should be a blacklist, false for whitelist. if set to false in combination with empty ore list it will crash the game diff --git a/config/agricraft/config.cfg b/config/agricraft/config.cfg index 85428acf..fe9e4960 100644 --- a/config/agricraft/config.cfg +++ b/config/agricraft/config.cfg @@ -187,4 +187,3 @@ world { I:"Irrigated greenhouse weight"=2 } - diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json index 22206cc2..fc951390 100644 --- a/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 7, + "max": 15, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json index 67cf30bd..427d0709 100644 --- a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 2, + "max": 7, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json index 6034846a..3f8993c2 100644 --- a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 3, + "max": 9, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json index 60dea4a7..e32b8619 100644 --- a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 4, + "max": 10, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json index dbcca999..e6deb796 100644 --- a/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 5, + "max": 12, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json index cd73af40..fc951390 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 7, + "max": 15, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", @@ -52,7 +52,9 @@ "max_light": 16, "soils": [ "farmland_soil", - "fertilized_dirt_soil" + "fertilized_dirt_soil", + "loamy_dirt_soil", + "silty_dirt_soil" ], "conditions": [] }, diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json index 67cf30bd..427d0709 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 2, + "max": 7, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json index 6034846a..3f8993c2 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 3, + "max": 9, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json index 60dea4a7..e32b8619 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 4, + "max": 10, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json index dbcca999..e6deb796 100644 --- a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 5, + "max": 12, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json index cd73af40..fc951390 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 7, + "max": 15, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", @@ -52,7 +52,9 @@ "max_light": 16, "soils": [ "farmland_soil", - "fertilized_dirt_soil" + "fertilized_dirt_soil", + "loamy_dirt_soil", + "silty_dirt_soil" ], "conditions": [] }, diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json index 67cf30bd..427d0709 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 2, + "max": 7, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json index 6034846a..3f8993c2 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 3, + "max": 9, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json index 60dea4a7..e32b8619 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 4, + "max": 10, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json index dbcca999..e6deb796 100644 --- a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 5, + "max": 12, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json index cd73af40..fc951390 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 7, + "max": 15, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", @@ -52,7 +52,9 @@ "max_light": 16, "soils": [ "farmland_soil", - "fertilized_dirt_soil" + "fertilized_dirt_soil", + "loamy_dirt_soil", + "silty_dirt_soil" ], "conditions": [] }, diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json index 67cf30bd..427d0709 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 2, + "max": 7, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json index 6034846a..3f8993c2 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 3, + "max": 9, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json index 60dea4a7..e32b8619 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 4, + "max": 10, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json index dbcca999..e6deb796 100644 --- a/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -34,8 +34,8 @@ "products": { "products": [ { - "min": 1, - "max": 5, + "min": 5, + "max": 12, "chance": 0.9, "required": true, "item": "mysticalagriculture:crafting", diff --git a/modlist_files.txt b/modlist_files.txt index 32decc12e19d222f071391f36c8cd038b6afa674..60f60084c8fd6fbf49011d2b6d9563fe05f67190 100644 GIT binary patch delta 5278 zcmdlmhxN)?W~TrDCKgPX?qJGjG^pHJunNbclvrBM)k>kJUo;ASh}Wf;9*potjAh6 zx!^(6WIwim$rEon`VCUX#fVd~+smP>7iPU^!O4wxb0@1L^aw2*lr!g8$cC?qA?qtCz*wL6O3c$xsY-O9?|NLlHwRLncEWLn1>CJQ|Q9VX}Wn>|_B^m&pr6=S?oq*OtjP;RVZ1| zzsBSZN;#7^C`3&@r))DhL1oJ14GJ-nSE$BJp1`FhYQ$gxj|fn3gHopD_*^7 zGMqeDO_|dO9^B^(9Ve%#$4wT{SOK;tLNg2;zAjo(lLe9;ChJ7XO*Ycb0fpt{hKGFo zkhE^d0CKtkgYo1*4OwEGNIzvqj2M z`T8rtiDZjG5GYYYeHaW^@&SVASC1Bs^Eo7UVXJR%vK_zN(kg4C~1)>p? zZOlM))Z_^(SSIV4JAqRTD00LsY$gjNYfQdikuv#0q21(H=~9yw{8=V{uuPfUU^NYF zUV;zXrV08^P1(OZzq9)I?^_Xm62TB$Z)Bi9sa!jtVw*pImEJ$;30JHrZ-6lV9 zTmWXPIeSf>usdq9kc$H-X-{%>nl2#17&G~etI6aCHBpnVxw(O(*5NtJ2EFj7I*v z@_L0xaA15W37gzd+BJDXgVE%9WjSC!f+BK9Ikd#is+c!9KvHdTSY-#e>L{ynnLfdg zF>Z2NH7Ex}O!ld9nf#z;9atyG9XfSZpu8`x&tS-4jFCl+C;NxXPEKfNVF$%1s0@&< zH|8~i7U~eU^>b-5noQs5$tXU(MUzot@}GJxW-|uk$(#+c?C>2*pTD4r^FAEg3*1f(3)gUIW!_pnL`mhTXA~Rl3~3Ih(KBYx08bDd6O_ zrKbX%-mmmJfn9W<&uMZ%{|ZEsE1Qr8P9;qf9VRQ}X-u}6)G~QOgT~|w>+~jvO@@?V z3k+E%drh$ed(~iS09d`;w6Mt=rp*Fpl!h?2$-kz@fx|eVon`W~8D=2MrWub3SIcF~kMR^W)Jn+qug3c}eY7t9Nop5VSVaJUKV z@&cEjpv=a!+iLQJ-IKr$xwgk(t{VS0laW87r5qh8?Ta_8v0$qSCn0Efu4;~|p+BsC^4 zIMDbE~TyTRF)X21AFq)iSDa~!jU;=LWm@$}4zI#G-^1G8N+L;oQgU*IcI=2AA&#Dlatad&EoSKX-#DE>Da8U~s<)9SBGFjk~ z1vs96TnYn+(xb~^;2d`0ireIbt1aMizUNvD$bjh=_!(IyPrHs>eHnpEJ3|H|a8tGO zh9cOZh|-S#=44O|P5;NmXfiqMmJL!tX*AjKoGd%IIl^Eu+4r`lxCw(Eg9U>wLlQ$O zLkUA7ylDa|B_NGQiOD*5Ks9m9WKa@QxC^TOLG5SE#?Hmv@~kEdW(qKPyTz)9_$TJsQ}Rha>26u(?G@R zzh46_AY?CvdhD=s?5(Nq4uxDY={K7T)RUOadx)!O43M`Wyo`V{WN*K0G zJSEEx>K}mYF@52PRGsB7)tvm~MbqR3$6_Y4ys`l2hYzpJAh9q#(U(zt`W7!nsmTGR zY^_2xLSIwBS?b?cP$3yH`NcN~|JwHmP{TnM6bBFt zYKg*HsHWf^jwz^xDhaBKKuudSaCa_{p_Cz!A&;Sip>*=bU!s$nWJM+mH1SO~VAhyC z;YS%LABBNpXv5D4aMs1sn=E9O1odp#jTj6WEEtR@PyDUUZHVX>P6l;JO8yv4ULdN* z462|YZEe%Z8<&D2(0~Ed($4&=J~<$oZ}Nw~pz2>^GRyyIu#lh1!3Zu>r}Hr~rcGbK z$hZxhw>B{`Mu8$=`UPf2P%8y)_T(ZXDPB;)V##2@V9a35U^4wA3!^4DenE{Aa0;B< zzdLqvLl_IFodjtPPETQDYymYnrZ=%Og3?R`SiXRR(PkPa<1}#DW)p5Q-GhtK3?Aa> z4GvHv15^u}PgZ1?WZpJ!LI8OstE7O1QGI~vR z;8UBvj*qbln&&Wc_(pwcK}&E&0SaOThGK>^hTO^a{-V5~e2YlG^=gdq(=YKeCQS}F zl`#E)03*0IobIQ~$ToeAAfq3w16>2k$j5Pfotpq`f1WIk=S=?U_T8KAmjdWHfdOeY&?vrG?DWCYc- zVW4L7bUP(RKTsH<6}g5T(wrdYfyQJkr<*D>nsQn)z$$oqzVOKxdReB6sW2A7npU8C zNM-sCRmMJ06}t!8wdR^WPn|JmvcgKE$#K6qz+H3`Q2A0R$!*49!T@T68!(tp->boB z&1gFPrv{@u$Sty<_Az<^0ZFc){_n;IlH3*ypu7m`pPNiysmZ7~J&Bu9XmWx|$n+L1 z#wbuanXGV;WqOr1qXW1}K0Qr`F#{wFN>ypoALue30yi}Z!da$k=tDzE#DFma6o=5_ z+hVdIE2yV!GI^uEBsXZV1C*F87%Zl98ZtU^B2q)YA>(>*FZjR@mgzT)7+oem_!Kw& zm@y-$7XThfasxF?HcT#9sxdvpjIjigi3AuKS*BN*Gull$X9pTo37WiNTHJI$OK|MO zOt-LNv;n8F4_1t2lP7T5P5)%g7&Lu>4dWqjDK|MlT5S3$TgEtWSqt*WH9JNduoUhB zaC)LVqa-IN^g!5j`f+K@r_!azh3SyCH)igDHc_F_+*`pwEXED45a zQc}z$wiFaQL3S*9sy4ZcEdxayU$Xhch7m+y_oC@xRG2)`Npo_-9Er)t*h7dh9U9Qz znuR7Yu}qHOh$5&7XYxCFqo{uJYktU zk4KG=6(DQicu`2yH@{uqL7%$ z0<%~qSMb~6RSQZ~m*iC@DzHqx$4{_$0=fN?NW|m^!Yq^52w+ciAloO!#!QY8#2u#_ zSlA{`QkuLWm1XidLA+TW9?BqNL7ti-U%AAG- zOK2qLfx-mjZv}U$$sy7S1bqWidqcVfr#et70EIE%ERM+sWc;wH16c_wO|xV%y(h4r zW8x%@$!}yA!E}ODgDh2W=bJ1wmuE5ylg#7`^=zyb43-QglQrcuC(FnSaGDVGGsIz0 zpcaC@DT5({C4(7*0)rDnDnkiF2}3GF5rZ2;0Yfo^E(0k1K<0rec!F&Q)U^0iV{$@~ z#N=(>Qj;I7XJI#IFlR7eFqu4CUU%}l30yEQq3A)13s|}rH)GHTSG-0HCJYJ;3JjnY zjTM8*#Ea701`Gxa5M#|Jn=9B7Zs0H~Oui_u3M$wxXcp_t+$w_1K55)$Yo&p89kb}nL1xmA!)qu2ustQmhoS}@jW`vgW4|G{3 z+o@O}8v=3z1_oJpNhE6W1r?m`o(xj6C?sOi1(wNGs<=xbnT8p`Fap^E%6s5y zLDPsB^%FO+fZRMyvw)y#kZYi|=mjmK$q8B>__Tmh0$erWf*!8aVDda|CwvBjgLwnX zWVjBa$qgkelkIfyH-tf9gQVrbdX~v|bnsh*=HUumyy+R7`jBjp(8HSoLCIflHZdLr zHT6NMBTApJ4?*?i7k%PV3dnnlLLw#$2(V0UGaw=>NJLEzSjRG1!;oNI3=WGV!zK8< z2TJ=Qv6GXGk}y<(GpDfuhBzn=v0$)Ck&`bdu}ofLOxPcw9@@8Np~((fY?B{JNKIbX z$fj<>V9H>`pumvKkjYTOkjIe3Py+1=8Z+pDyM(0G6`-&M)oXK1i0%@BeGv`nm`zSH zMJYi*S*fTmX0no57`7k*NgJibOuk}O)>&nQUN%-8rDZo3u7&@*OL@IcPF8A}2A)O@6=*>dsm) zm@ybKm`v`rw&XS-+?NFf+@-BClMAM^Og69~n5aR@L5&|!X>-bk$mZU}iJFt&$eK-# zu_au^fs*zmk(kLJYzcN}KyCpAQI{Q2Nz{)B`F`VHnyv1!eL>_SoYFKE;Yc`7f@=0<1k{171_h6s6aJJq$%#<8^N~$?a>5~t$rGG$ zdJ19Idi zHjT*=o^^PQ206-rn`QEaWTD9yJn?qWKtn=n<0sGX!dn}IOH;^rTY)^=L^~-^5g}*} zZfqMfC@`clC{R=-!5BQ~U;-XbUl~Qh=6II@{z8G5Fg8Aag)!y<+i(11Q1A_TqF6C`}?^a5)&TGr_4bDQO_N^4sZNTWoRdY+T1JJ*2TL?3U&$ggq@Ji3IeA4k);<|H--41?Ob$`5 zn+)pLf5^ceWT4y#Y7Q*Q#a`}1l5!Mylq4vRuzeu)peT5jhr68(wljYkp#%X6S=d0$ zhkX1gA5=7*DIn}Tkkz2z01X_b6yndFAg?6pMNKLqs%QXZltth{Ui_5_C~!a(txYiz zwkO3+zEh01{Fc1f2tR#UhEg$xjHY1yzwwn&QUrfqYZ&K)wQl34;}b!Q_q8Btg9m zZBqtw1~UdD215n~h8%``h8%`WhD3&9hFk_+21v_^@N_%WAMp4FrD#z93)DyFs==H7 zKiq+O`6Iw`C2{x#xy8oK-EFQe74CI4S3apLT1v#n8^~21Y5!2WC3bDu4^Q|43UVM z?9fEmXi(ff+Mzc2-U*(`>zeS+OM}yK6v<4GJs@*IB{^t~!M|2wry#&ZU|$=-ObT*>CU_-} z@#Mm(il7NEO*3%2TY({$A)g@yoX3h8N*Ll9(ik!sau`w>iW&46N*F2_O7JZb0y!Oq zL0%Br6*pO{9cP{ar;1Bk9VTySZ$rrspz`lS4%_5e9fVU0D8XLpScjq?DKueg2bOi> zoR0;$6x3h@H7o_@iZMdx5J7z^Lk4pO)5-l^`je-z^5L=q!{e81<|NYsCd}B{Bvj0`LNYj9$WRL0&2H`LIRW<1SSw3F#`v5NYvy76R=jV zAfrGPVZcPJ(vVas5(Vy!u}vaa1cFM8f=QSwC6K}cIov^PP}qY8v<<)`4O){4MlPsb ztrra{zfVlYoxnggg1W(w(E*dmiQ%%73phAf%^6G>j3$>(QRD?p+k;l-5gcLyxe|my zC8oUUWKdt~%oMx>iXhb>3<_P)EJoZ^qJ}}C`BN0M*Z?-64;onnP3ap=E|iy_G!?X3 z(S*T>!ECbOG|kBk=UIeJ7<3tuz^f7xi5l!Enntk62dbPl__9qdnNCCrK3VV}r2Mp) zymp%GBpo((BL>i{iN$2m8QPPrZV_C?03T=rEo$PKocD}l5)%uvA%p4UiP_SemJG%W zpotgb$?Ip>a}pjI0>wE`w9sUOwQQ5EW>#TjJ5YWA4WtF+u}E4nn1U9;FeotiGZcWw zZ+*cfe(~f+Q}IbYER&Z=3t$)kN?1?~ir%K3Mw7TWCcm4BJ^w&ef)WD=gLHrzP@oCY zWwQvjwVckyOm>-#yUqZajwr3ci?`T8OE66t3??(q6Q0aAM~NRaiV7N}Ca|s*kwAza*jo zUUQq^$~HM|u@rdZ8Z^^uz+gVva-r(vRepFYN3e0=uyB~XW+DFa3lwZH4DvlF{1x2A zCYiBK)>|(#IbadN>Tssd$qP!VlH+I%^vpcaXo ztg#e(o&*IYsOG(cT^`gwkcb3Nf=yV483dn}?ZZeapqXx-6)_m%V4L(JCLdUV(ZU5S zDo%@?+^`aB^BWYPpcUpTRuS%6LvpRjY%RUOEEaZ42GF_( zgURM=)Hz984+m=6omfNk^vvW<9BPxpP8m%u;9z41r6h9(qsg&r)hB;2^Eni@djptkTFZLZ0yHeerd z1GOSlHWIc2+4UfEL932I6JHA!uuZVSfGpg!Siz5pym9aSvdm+v&pTS zG$&tBW+7tjB-9m{?2y!Eyd^ehMRDI|oV^mzfWj6MO6UmCV9BJd#1)UA0WQ#z z?^#<3c0s_=cxfxqYnDN=7B|(1+Z?<##E`*=!DRBuZMu`Y&Jt`Dfnx)_x>#d7{;@+y z{@0t_Ai^?f2VpOR;s)g91`(FYvv%OGfFA82Jd-H2>i|l|0H?ZL#LO;U?1-IwYB%=u z4ss=^GttE+H92Mv?$$FX->B@x>kCj31yXiwFW%%2id%5eA3Zr~AJ&WpG6*6D&J`bB-S5Ko|yPh=Ws6!X0J`8V$*VlMWHA`oT>F z(7v98Lpbvx*m_8`@JwpqVKe~`O#VC1rVVO!Lbg5yGn9fG)1dXyiQxJ?pP`7MlED{T zqsPhMyzI=MiYgWCu^WQnt^1_d{$t$gb+N)UpCLDTu5CiJW$MAsJ}ZJ>6)%2Cw9 z7ZhBeNL6qbo1CziW%9A3xO;Y>qz!IcUSgTtcZ~470!TfmX`pf(Zvq8JQTXHsN7*Ky zIF7TJ1jWz9NsyKN;**Q=rMN+Ltucc!c< zs@*{;%Xsp_GuDhIlkc99M=>58$nq-SZaKv5a+5(doUqzfpi8fu-!CY?FO1p(JQfy#eZvOH3}xm*538#z5nCpfv<0lSMB(a)P>p zII|qs6(9%iyNr9j6*OFwb_H*W2AczFVsl-^J7fe_2g>81xvzCs@s`ivVFIJc9l<=4 z^{!!0o}i=v8i77>jbIuBC3unO$q&}EO`da|VA(ivk_u>hQAV%WWQiNND=bi10>fap zghWj?sArpe>IU9W0OxEC+`& z$oHVZ#7PfOO9zmDuwht|0@ZvG4~a`ClO7VgDHgJ#8*6VA?pjb>{d+{x@a|+#TXWlE zJ(MyVo9|#^U|&8}n_Mu7XR_E6qGz5U>nFJ;^YHOZ7FsAX`GN`yy8#1eb(!Jh+fSsy z>&l2P{9%p(IUcl@JLxIGVd=?>o}!f8@QMUx7IZbHkb}|Wyl1F|Kavu-whb(7JiH8C H3@{7;TApO% diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index 81e47d73..eda4c382 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -464,7 +464,7 @@ .addTooltip(format.red("通过远古飞龙召唤石获得")); -.addTooltip(format.red("通过使用精准采集破坏世界中林业和Binnie模组的树获得")); +.addTooltip(format.red("通过使用精准采集破坏世界中自然生成的林业和Binnie模组的树获得")); .addTooltip(format.red("召唤石")); .addTooltip(format.red("召唤石"));