Hello, friend! There are some new crops in town, will these also be able to have genetics added to them?
New crops from FacepunchSolved
add
"clone.wheat",
"seed.wheat",
"clone.rose",
"seed.rose",
"clone.orchid",
"seed.orchid",
"clone.sunflower",
"seed.sunflower"
dfgasadd
"clone.wheat",
"seed.wheat",
"clone.rose",
"seed.rose",
"clone.orchid",
"seed.orchid",
"clone.sunflower",
"seed.sunflower"
it doesn't work, added and reloaded but genetic are not set to gggyyy properly... when planting, genetric are random adn not gggyyy...
dfgasadd
"clone.wheat",
"seed.wheat",
"clone.rose",
"seed.rose",
"clone.orchid",
"seed.orchid",
"clone.sunflower",
"seed.sunflower"
OK, got it to work. Thank you
Tankiit doesn't work, added and reloaded but genetic are not set to gggyyy properly... when planting, genetric are random adn not gggyyy...
It works. He wasn't specific on the details. This is how I did it. I edited the .CS file, not the config. This file will populate the .json file on it's own. But, since my arrangement is different, you may want to delete your config file first.
Starting at line 33
{
"seed.black.berry",
"seed.blue.berry",
"seed.corn",
"seed.green.berry",
"seed.hemp",
"seed.potato",
"seed.pumpkin",
"seed.red.berry",
"seed.white.berry",
"seed.yellow.berry",
"seed.wheat",
"seed.rose",
"seed.orchid",
"seed.sunflower",
"clone.black.berry",
"clone.blue.berry",
"clone.corn",
"clone.green.berry",
"clone.hemp",
"clone.potato",
"clone.pumpkin",
"clone.red.berry",
"clone.white.berry",
"clone.yellow.berry",
"clone.wheat",
"clone.rose",
"clone.orchid",
"clone.sunflower"
};
i know how add no worries about that... but thanks for explanation, it can help other's. for me it don't work...
So, yes, the indicator gives you gggyyy but when you plant in a container or on the ground, the genes are not those defined.
config:
{
"allowed seeds (full or short names)": [
"seed.black.berry",
"seed.blue.berry",
"seed.corn",
"seed.green.berry",
"seed.hemp",
"seed.potato",
"seed.pumpkin",
"seed.red.berry",
"seed.white.berry",
"seed.yellow.berry",
"seed.orchid",
"seed.rose",
"seed.sunflower",
"seed.wheat",
"clone.black.berry",
"clone.blue.berry",
"clone.corn",
"clone.green.berry",
"clone.hemp",
"clone.potato",
"clone.pumpkin",
"clone.red.berry",
"clone.white.berry",
"clone.yellow.berry",
"clone.orchid",
"clone.rose",
"clone.sunflower",
"clone.wheat"
],
"admins bypass (true/false)": false,
"only affect the active item (true/false)": true,
"command name": "setgenes"
}Merged post
ok my apologies, it work when planting on a planter.deployed but on ground, thanks!
Locked automatically