We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prefabs/farm_plant_defs.lua
蔬菜如果定义 data_only 会让生成内核代码跳过生成蔬菜对应植物的过程。
data_only
prefabs/veggies.lua
创造相关物品:
prefabs/farm_plants.lua
每个蔬菜都会对应一个作物:
读取 prefabs/farm_plant_defs.lua 蔬菜列表,动态生成对应的蔬菜:
prefabs/trophyscale_oversizedveggies.lua
替换巨大化作物,应该暂时不用管。
plantregistrydata.lua
看起来是截图用的,应该也用不到。
注入 prefabs/farm_plant_defs.lua 添加相关作物信息,然后自制 prefabs/veggies.lua 注册对应的蔬菜。
AddSimPostInit
farm_soil_debris
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
蔬菜定义
prefabs/farm_plant_defs.lua
蔬菜如果定义
data_only
会让生成内核代码跳过生成蔬菜对应植物的过程。蔬菜
prefabs/veggies.lua
创造相关物品:
作物
prefabs/farm_plants.lua
每个蔬菜都会对应一个作物:
读取
prefabs/farm_plant_defs.lua
蔬菜列表,动态生成对应的蔬菜:称重器
prefabs/trophyscale_oversizedveggies.lua
替换巨大化作物,应该暂时不用管。
植物截图
plantregistrydata.lua
看起来是截图用的,应该也用不到。
思路
注入
prefabs/farm_plant_defs.lua
添加相关作物信息,然后自制prefabs/veggies.lua
注册对应的蔬菜。杂项
AddSimPostInit
看起来是世界注册完毕后做的事情farm_soil_debris
:农场土地碎片,会给其他植物压力The text was updated successfully, but these errors were encountered: