SmartSeeds (SmartSeeds)-MOD模组
SmartSeeds (SmartSeeds)Github |相关wiki |源站链接支持: fabric这个模组可以根据生长植物所处的生物群系的温度,改变部分植物的生长速度。每种植物都有一个理想温度、最低温度和最高温度。在理想温度下,植物的生长速度比原版快strongVIMF倍strong。(VIMF代表strongVanilla理想乘法因子strong)https://i.sodamc.com/modrinth/5s2EvZPyaK.jpg模组介绍
这个模组是在alpha版本中,依然存在*bug*。如果发现任何bug,请不要犹豫,及时在*(链接)*上报告。这对我完善该模组有很大帮助。我可能不会添加更多功能,但会尽快更新模组,以适应Minecraft的新版本。
技术信息
这些是植物方块可能具有的新属性。其中包括:
展开新的植物属性
- SPEED_FACTOR (VIMF)- MIN_TEMPERATURE, IDEAL_TEMPERATURE,MAX_TEMPERATURE- GROW_IN_SNOW- NEED_RAIN- ~~SURVIVE_SNOW, SURVIVE_RAIN~~仍在开发中
这些属性相当直观。目前,SURVIVE_SNOW 和 SURVIVE_RAIN 只是在满足条件时停止植物生长。
温度偏好
_注意_:每个生物群系都有一个TEMPERATURE属性,(在原版中)范围为-1到2。这个属性用于生物群系的分布。在理想温度下,植物的生长速度等于VANILLA_SPEED _VIMF。在最低温度和最高温度下,速度为零。计算生长速度的通用公式为VANILLA_SPEED_ VMF,其中*VMF*(*V*anilla *M*ultiplication *F*actor)的计算如下:
VIMF * (1 - max((BIOME_TEMPERATURE - IDEAL) / (MIN - IDEAL), (BIOME_TEMPERATURE - IDEAL) / (MAX - IDEAL)))
展开显示温度偏好
- 植物_NAME _ _ _ : _ 温度偏好 _ | VIMF- 小麦_ _ _ _ _ _ : 0.2 < 0.7 < 1.6 | 5.00
- 胡萝卜 _ _ _ _ _ : -0.7 < -0.1 < 1.3 | 5.00
- 马铃薯_ _ _ _ _ : -0.6 < 0.8 < 1.2 | 5.00
- 甜菜根 _ _ _ _ : -0.8 < 0.2 < 0.8 | 4.00
- 甜浆果灌木 : -1_ < -0.2 < 0.7 | 1.50
- 甘蔗_ _ _ _ _ : 0.3 < 1.4 < 2.7 | 2.00
- 仙人掌 _ _ _ _ : 0.6 < 2.0 < 2.0 | 3.00
- 竹子 _ _ _ _ _ : 0.6 < 1.4 < 2.2 | 4.50
- 海泡菜 _ _ _ _ : -0.6 < 0.8 < 1.2 | 2.00
- 南瓜_ _ _ _ _ : 0.8 < 0.1 < 1.2 | 1.20
- 西瓜_ _ _ _ _ : 0.6 < 1.4 < 2.2 | 1.20

![仙人掌 : 0.6 < 2 < 2 / 甘蔗 : 0.3 < 1.4 < 2.7 / 竹子 : 0
截图:
https://i.sodamc.com/modrinth/OluBQtK1W5.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/rVbQk7Wq7k.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/lTNTS4yzHS.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/0ew6w0B9yt.jpg?x-oss-process=style/forge2https://i.sodamc.com/modrinth/9SJH8nACxF.jpg?x-oss-process=style/forge2
来自Modrinth所有游戏版本1.20.2所有类型fabricSmartSeeds beta-1.2-1smart_seeds-minecraft-1.20.2-beta-1.2-1.jar下载beta-1.2-1#Beta# SmartSeeds beta-1.2-1This is a small update including only two small fixes.### Full Support for TooltipsSea pickles and sweet berries didn\'t showed any tooltip when hovering over the item. They now do !### Bushes TagSweet berries are now categorised as bushes thanks to the new item tag : ```smartseeds:bushes```展开版本: beta-1.2-1支持游戏: 1.20.2类型:FabricBeta下载次数: 4SmartSeeds beta-1.2smart_seeds-minecraft-1.20.2-beta-1.1.1.jar下载beta-1.2#Beta# SmartSeeds beta-1.2This update adds support for new plants (mainly nether ones) and adds a **tooltip** system for supported plants.Furthermore, this versions lays the foundations for **other minecraft version support**. I plan on making the mod available for versions ranging from at least **1.20** to to latest version (currently **1.21.6**).## Item TooltipSupported plants now show information about the **temperature** preference, **height** settings and **VIMF** when hovered in the inventory (the ```Shift``` key needs to be pressed).The goal of those tooltips is to make the mod more **integrated** into the **minecraft experience**. While before one wouldn\'t have any idea why his plant didn\'t grew, one can now simply hover the item to know why.Tooltips also show a **type** attribute based on new **modded tags** :- ```smartseeds:crop_seeds```- ```smartseeds:flower_seeds```- ```smartseeds:seeds```- ```smartseeds:stem_plant_seeds```- ```smartseeds:tall_plants```- ```smartseeds:mushrooms```As well as the vanilla tag : ```minecraft:saplings```The addition of modded tags is part of a plan to make SmartSeeds a library usable by other mods.## New Supported Plants### Nether PlantsThe mod now supports **twisting** and **weeping vines**, **nether wart** and **fungi**. Here are the temperature preferences and VIMF for those :- ```Twisting Vines : 0.5 < 2 < 2.5 VIMF:2.5```- ```Weeping Vines : 0.5 < 2 < 2.5 VIMF:2.5```- ```Nether Wart : 0.5 < 2 < 2.5 VIMF:2.5```- ```Crimson Fungus : -1.2 < 2 < 2.2 VIMF:1.75```- ```Warped Fungus : -1.2 < 1.8 < 2.2 VIMF:1.75```### Kelp**Kelp** is now supported, althought no **height attribute** are implemented yet (the same situation applies to **twisting** and **weeping vines**).Temperature preferences : ```0 < 0.5 < 1.3``` VIMF : ```2.5```### MushroomsMushrooms are now supported : that includes **mushrooms** as well as **fungi**. Because those plant don\'t grow on a random tick based system but only with **bonemeal**, the chances to grow when **fertilized** are now multiplied by the VMF (A factor based on the biome\'s temperature and the plant\'s temperature preferences). Here are the temperature preferences and VIMF for mushrooms :- ```Red : -1.2 < 1 < 5 VIMF:1.5```- ```Brown : -1.2 < 0.8 < 5 VIMF:1.5```This bonemeal sytem might be expanded to all supported plants in the future.## MiscellaneousDark oak temperature preferences where changed to ```-0,2 < 0.5 < 1.3```展开版本: beta-1.2支持游戏: 1.20.2类型:FabricBeta下载次数: 8SmartSeeds alpha-1.1smart_seeds-minecraft-1.20.1-alpha-1.1.jar下载alpha-1.1#Alpha# SmartSeeds alpha-1.0-1This is a pretty big change from the precedent version. Here is what changed :## Saplings SupportThe mod now supports saplings. Here are the temperature preferences for them :- ```Oak : 0 < 0.8 < 2.3```- ```Dark oak : -1 < 0.1 < 0.9```- ```Spruce : -1 < 0.1 < 0.9```- ```Birch : -0.1 < 0.6 < 1.5```- ```Jungle : 0.7 < 1 < 2.5```- ```Acacia : 0.8 < 2 < 2```- ```Cherry : 0.4 < 1 < 2```- ```Mangrove : 0.7 < 0.9 < 1.9```If the sapling is in a biome where it can\'t grow because of the temperature, applying bone meal to it becomes impossible.## Sea Pickle and Sweet Berry BushBoth where buggy in the last version ; Now they work how they should.## Maximum SizeNow the size of the plant is also affected by the biome.Some plants have two new attributes :- ```MAX_SIZE```- ```MIN_SIZE```Wich, you guessed it, allow the plant to have a variable height depending on the biome it is growing in. Here are the plants wich have those attributes set :- Bamboo : 1 < 24- Sugar Cane : 2 < 5- Cactus : 2 < 4- Sea Pickle : 1 < 6 (_number of sea pickles, when it goes bigger than four, the mod just considers that there are four sea pickles_)## Other- improved compatibility with other mods.- Sugar cane and bamboo now both have an IDEAL_TEMPERATURE of 1.0展开版本: alpha-1.1支持游戏: 1.20.2类型:FabricAlpha下载次数: 84SmartSeeds alpha-1.0-1smart_seeds-minecraft-1.20.1-alpha-1.1.jar下载alpha-1.0-1#Alpha## SmartSeeds alpha-1.0-1This is a really small update. Here is what changed :### Carrots & beetrootsThe carrots\'s temperature preferences where overwriting the beetroots\'s temperature preferences, making beetroots having carrots\'s temperature preferences and carrots having no temperature preferences. Now carrots and beetroots both have the properties they are supposed to have.### Sweet Berries & Sea picklesNow the mod should work with **sweet berries** and **sea pickles**, but I need to do more testing on thoses to be sure they work properly.Here are the temperature preferences and the VIMF :- **Sweet Berries** : -1.0 < -0.2 < 0.7 / VIMF:1.5- **Sea Pickle** : -0.6 < 0.8 < 1.2 / VIMF:2### Other things- The **speed calculation** has been tweaked.- I **optimized** the mod for compatibility with other mods.展开版本: alpha-1.0-1支持游戏: 1.20.2类型:FabricAlpha下载次数: 68SmartSeeds alpha-1.0smart_seeds-minecraft-1.20.1-alpha-1.0.jar下载alpha-1.0#AlphaThis mod is changing the growing speed of some plants depending on the temperature of the biome the plant is growing in.Each plant has an **ideal** temperature, a **min** and a **max** temperature. At the ideal temperature, the plant grows _VMF_ time faster than in vanilla. (**VIMF** stands for **V**anilla **I**deal **M**ultiplication **F**actor)Here are those values for all the plants that are currently supported :- **Wheat** :0.2 < 0.7 < 1.6 / VIMF:5- **Beetroot** : -0.8 < 0.2 < 0.8 / VIMF:2- **Potato** : -0.6 < 0.8 < 1.2 / VIMF:5- **Carrot** : -0.7 < -0.1 < 1.3 / VIMF:4- **Cactus** : 0.6 < 2 < 2 / VIMF:3- **Sugar Cane**: 0.3 < 1.4 < 2.7 / VIMF:2- **Bamboo** : 0.6 < 1.4 < 2.2 / VIMF:4.5- **Melon** : 0.6 < 1.4 < 2.2 / VIMF:1.2- **Pumpkin** : -0.8 < -0.1 < 1.2 / VIMF:1.2展开版本: alpha-1.0支持游戏: 1.20.2类型:FabricAlpha下载次数: 59全部版本
文章类型:收录layui.use([\'form\'], function(){
var form = layui.form;
});
**** Hidden Message ***** SmartSeeds
页:
[1]