• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Request Allow to grow plants

Smoczakrew

Refugee
Hello Dev

I have Big Request to you can you allow to grow plants under ground.

Some player like have small growing plants like corn under ground there build houses plus make farms,

or where in files change that.

Regards Smoczakrew

 
Hello Dev

I have Big Request to you can you allow to grow plants under ground.

Some player like have small growing plants like corn under ground there build houses plus make farms,

or where in files change that.

Regards Smoczakrew


Hi Smoczakrew

You can make Farm Plots and have your cultivation underground.
Now that if you mean to farm again in the ground like previous alphas, you can download my mod that reintroduces it.
Regards

 
I'm guessing "under ground" means "where there is no light?"

If so, look at the commented-out code in blocks.xml for "cropsGrowingMaster":

<property name="PlantGrowing.LightLevelGrow" value="8"/> default, light required for growing up
<property name="PlantGrowing.LightLevelStay" value="0"/> default, light required for not dieing off


I think you should be able to set both values to "0" and it should do what you want.

EDIT: Look at "plantedMushroom1" for an example.

 
Last edited by a moderator:
Back
Top