Poll: Growing crops and/or saplings underground?

Light levels and crop and saplling growth

Poll ended at Tue Jan 10, 2017 21:39

1 - No Change: Light level 14 is needed to grow anything. A mese lamp will be needed to grow anything underground. A prettier mese light will be added.
22
42%
2 - Allow torches to grow saplings underground. Doesn't change crops - those still need sunlight to grow. This would change the sapling to grow at the light level that torches produce.
1
2%
3 - Allow saplings to grow irregardless of light. Restores something which was possible much earlier (0.4.13 and before).
2
4%
4 - Allow everything to grow slower at low light levels. This would allow crops and saplings to grow underground, with torches, but they would just grow slower (a lot).
25
47%
5 - Saplings and crops grow at lower light (torch) levels. If torches are reduced in light level, this means the light level for the crops/saplings to grow is reduced accordingly. This is the same as (4), but plants grow the same speed as at max light levels, not slower.
3
6%
 
Total votes : 53

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Poll: Growing crops and/or saplings underground?

by sofar » Fri Jan 06, 2017 18:49

stu wrote:it seems a little ironic that those who are complaining of changed game mechanics are the ones trying to change them completely.


I think you're reading too much into it.

The whole discussion about what happened in the past is mostly irrelevant. The poll asks "what do you want" and people chose their favorite option. Ignoring the github poll, the poll results above show nothing about who voted what option or even who they are. It's entirely possible that people complain about the past but didn't even vote or voted something completely different.

In the end what matters is that we'll end up with a better and more consistent game mechanic. If you remove the complaining thread and just look at the poll outcome, it's pretty clear what people want. Now we just have to come up with a way to make as many people get what they want with as simple of a code as possible.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Poll: Growing crops and/or saplings underground?

by stu » Fri Jan 06, 2017 19:10

sofar wrote:I think you're reading too much into it..


Whatever, it makes absolutely zero sense for certain plants to grow in complete darkness, no matter how long it takes. It is a kludge and a compromise which ultimately pleases no one.

There is also a very real chance of world breakage, say for example someone uses a sappling as a decoration, imagine their supprise when they return to find a tree poking through the roof ;-)
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Poll: Growing crops and/or saplings underground?

by sofar » Fri Jan 06, 2017 19:50

stu wrote:
sofar wrote:I think you're reading too much into it..


There is also a very real chance of world breakage, say for example someone uses a sappling as a decoration, imagine their supprise when they return to find a tree poking through the roof ;-)


Every addition to the code will always remove something as well.

I'd love to see it when people realize that this is a consequence, they may come to like it as well. Of course, tree grow code should really just check for air nodes first before growing (or should it?).
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: Poll: Growing crops and/or saplings underground?

by TumeniNodes » Fri Jan 06, 2017 20:11

sofar wrote:
stu wrote:
sofar wrote:I think you're reading too much into it..


There is also a very real chance of world breakage, say for example someone uses a sappling as a decoration, imagine their supprise when they return to find a tree poking through the roof ;-)


Every addition to the code will always remove something as well.

I'd love to see it when people realize that this is a consequence, they may come to like it as well. Of course, tree grow code should really just check for air nodes first before growing (or should it?).


Bonzai trees would fix that problem :D No worries about it growing through your roof.... just snip, pinch, enjoy ; )
Flick?... Flick who?
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Poll: Growing crops and/or saplings underground?

by stu » Fri Jan 06, 2017 22:35

sofar wrote:I'd love to see it when people realize that this is a consequence, they may come to like it as well. Of course, tree grow code should really just check for air nodes first before growing (or should it?).


No, plants should not grow in the dark nor by torch-light, that is not a sensible game mechanic. I understand that the voxel games genre has not been renowned for its realism but given the current interest in educational use, I suggest we stay within the bounds of common sense, at least.
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Poll: Growing crops and/or saplings underground?

by sofar » Sat Jan 07, 2017 04:36

stu wrote:
sofar wrote:I suggest we stay within the bounds of common sense, at least.


Again I think you're thinking too much into it.

If plants really can't grow without direct sunlight then there shouldn't be grass under trees, or jungle grass in the denser parts of minetest jungles. But yet, there is plenty of growth everywhere in minetest in shadier spots.

Many plants need a little less light. I'm not saying darkness. But light levels 12 and 13 aren't darkness. I don't think we should pull plant growth down to light level 7. Maybe 11 tops. Still bright enough for many shade loving plants. Maybe even vary needed light per plant.

You seem to see things very black/white. Or perhaps I should say dark/light? :)
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Poll: Growing crops and/or saplings underground?

by sofar » Sat Jan 07, 2017 04:37

forum made an error. deleted dupe
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: Poll: Growing crops and/or saplings underground?

by TenPlus1 » Sat Jan 07, 2017 09:09

nope nope nope... Anything below light level 13 should not be considered unless someone is using a custom setting for they're own singleplayer or server game... Adding a minetest.conf setting for 'grow_light_level' and defaulting to 13 while having a global variable for mods to use is all the change that is really needed.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Poll: Growing crops and/or saplings underground?

by stu » Sat Jan 07, 2017 18:41

TenPlus1 wrote:Adding a minetest.conf setting for 'grow_light_level' and defaulting to 13 while having a global variable for mods to use is all the change that is really needed.

Precisely, I think the game developers should focus on improving the game mechanics by adding more survival based content instead of trying to fix something that clearly isn't broken.

Giving plants their own individual light levels is an interesting idea but that is completely different to option 4.
 

zing269
Member
 
Posts: 19
Joined: Sat Apr 30, 2016 19:10

Re: Poll: Growing crops and/or saplings underground?

by zing269 » Sat Jan 07, 2017 20:06

Giving plants their own individual light levels is an interesting idea but that is completely different to option 4.


The MTG farming mod already allows for min and max light levels per plant, they just all happen to be set to the same thing. Those settings can easily be overridden by a mod that just registers the plant again with different values. The grow_plant function could be redefined to allow plants to grow outside of the min max range at a slower rate.

Similarly for trees, the can_grow function can be redefined by a mod to allow saplings to grow at what ever light level you choose.

I don't think there's a need to make any changes to MTG.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Poll: Growing crops and/or saplings underground?

by stu » Sat Jan 07, 2017 20:24

Another thing, it seems a bit strange that most of the comments in this topic are pro option 1, however, the votes do not seem to be reflecting that. I am beginning to suspect foul-play, perhaps one of the forum admins can take a closer look at who is actually voting.

inb4 sofar says I am reading too much into things :p
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: Poll: Growing crops and/or saplings underground?

by paramat » Sat Jan 07, 2017 20:31

Nah, option 4 is actually popular, with MTGame devs too, those who vote 1 are probably more vocal.
 

User avatar
stu
Member
 
Posts: 737
Joined: Sat Feb 02, 2013 02:51
GitHub: stujones11

Re: Poll: Growing crops and/or saplings underground?

by stu » Sat Jan 07, 2017 20:44

paramat wrote:Nah, option 4 is actually popular, with MTGame devs too, those who vote 1 are probably more vocal.

Yeah, you are probably right but I would still love to know just how many of these 'votes' came from newly created accounts.
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Poll: Growing crops and/or saplings underground?

by sofar » Sat Jan 07, 2017 23:28

stu wrote:
paramat wrote:Nah, option 4 is actually popular, with MTGame devs too, those who vote 1 are probably more vocal.

Yeah, you are probably right but I would still love to know just how many of these 'votes' came from newly created accounts.


The github poll shows almost exactly the same results (if you look at smileys) and you can see everyone's vote there - there don't seem to be any newly created accounts there, so it's unlikely that this poll is being trolled.
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: Poll: Growing crops and/or saplings underground?

by TumeniNodes » Sat Jan 07, 2017 23:47

Just adding my opinion here. Maybe subjects such as this should just be voted on between devs (unless there was a tie?).... sometimes dev teams are best off using the "do it now and ask forgiveness later" method.

If a large number of end users complain, then make the changes to appease them.. but only after the initial fact/action ; )
Just my penny's worth... carry on :P
Flick?... Flick who?
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: Poll: Growing crops and/or saplings underground?

by addi » Sun Jan 08, 2017 09:19

I voted for option 4, because not only underground farms are affected by this.
Just take a look at the screenshots.
Image
Image
Under the wings of the mill there is nothing growing, because of the shadow of the wings.
If there is a small shadow, e.g. because of a tree or a mill, a normal on-ground farm doesn't work.

If the light level would only affect underground farms I would say that at least Mese lights should be required.
The whole lightning/growing should be balanced better.
Attachments
screenshot_20170108_095959.png
Wheat does not grow under the wings
screenshot_20170108_095959.png (809.42 KiB) Viewed 4049 times
screenshot_20170108_095937.png
Windmill
screenshot_20170108_095937.png (850.57 KiB) Viewed 4049 times
 

User avatar
Punk
Member
 
Posts: 14
Joined: Sun Dec 25, 2016 06:52

Re: Poll: Growing crops and/or saplings underground?

by Punk » Sun Jan 08, 2017 09:57

It makes more sense to use mods for these unrealistic options.
 

User avatar
Ferk
Member
 
Posts: 330
Joined: Tue Aug 18, 2015 17:18
GitHub: Ferk

Re: Poll: Growing crops and/or saplings underground?

by Ferk » Sun Jan 08, 2017 12:40

sofar wrote:I don't think we should pull plant growth down to light level 7. Maybe 11 tops. Still bright enough for many shade loving plants.

So there's a minimum light level also in option 4. Basically option 4 then is not that different from option 1 in terms of what can grow, if it wasn't because you are moving the limit below torch light.

So, alternative compromise: do that, but then decrease light level of torches to 11 so they don't grow crops like before and tweak the visual brightness curve so even though they would decrease in light value the visual brightness is still high so torches won't be darker (which actually was already merged before in #4873).

That way you can have crops grow in the shadow under a tree or structure outdoors without breaking current underground growth mechanics.

Changing underground forests to grow that easily with torches is making the game easier. I though the line of development was to try and add some challenge, not remove it.

sofar wrote:Maybe even vary needed light per plant.

That would be a better solution, if only special plants/fungi can grown in lower light. It would give some much needed variability to the underground. Which also happens to be one of the development goals I think.
{ ☠ Dungeontest ☠ , ᗧ••myarcade•• }
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

Re: Poll: Growing crops and/or saplings underground?

by addi » Sun Jan 08, 2017 12:52

Ferk wrote:So, alternative compromise: do that, but then decrease light level of torches to 11 so they don't grow crops like before and tweak the visual brightness curve so even though they would decrease in light value the visual brightness is still high so torches won't be darker (which actually was already merged before in #4873).

That way you can have crops grow in the shadow under a tree or structure outdoors without breaking current underground growth mechanics.

+1
 

Bodo
New member
 
Posts: 2
Joined: Sun Jan 08, 2017 18:57
In-game: Bodo

Re: Poll: Growing crops and/or saplings underground?

by Bodo » Sun Jan 08, 2017 19:52

Hello,

I've just registered myself to voice my opinion on this topic. I don't think that normal plants like trees, cotton or wheat should grow underground. Instead new crops should be introduced that allow sustainable underground farming. Let's just say these crops (mushrooms for example) have lower yield and grow slower, thus needing bigger farms for the same amount of food.
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: Poll: Growing crops and/or saplings underground?

by TumeniNodes » Mon Jan 09, 2017 01:26

Why not simply allow 1-(one) mod which is a lighting mod... and with that mod, if you have 4 of them in a certain area, will produce the = light of the Sun?
In real life, people use lighting indoors and I am sure underground a bit to grow vegetation and certain food crops. I grow tomatoes indoors.... (as seen on t.v, not sold in stores, limited quantities so order now...)

My opinion might not make much difference because I don't even do any farming in MT but, in my thoughts..., why make such a severe changes which may have implications down the road?
Why not (as I stated) allow someone to create that lighting mod so those who want it, have it... those who don't, ... well, they just don't.

I honestly have a hard time understanding how such a small topic has seemed to become such a huge fuss? In real life, many things that grow above ground., will not grow underground (or indoors) except for the genius of man created by necessity... (Build the Mod). ; )

I guess my vote goes to #1 in this case :P

You can have or use whatever my meselamp texture from my tp if someone is a skilled enough pixel artist (I know we have quite a few here) to make the 32px version look nice at 16px... if you want it
Flick?... Flick who?
 

User avatar
Alcyone
Member
 
Posts: 32
Joined: Mon Dec 12, 2016 18:47
IRC: Alcyone
In-game: Alcyone

Re: Poll: Growing crops and/or saplings underground?

by Alcyone » Mon Jan 09, 2017 09:18

Be able to grow some culture underground like tomato could be realistic but not in the light of a torch : see for the indoor culture, it's always powerful light, so let's use mese lamps if we want to grow something underground but not torches.
-- Alcyone --

Website with french articles on MT : alcyone.toile-libre.org
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Poll: Growing crops and/or saplings underground?

by sofar » Thu Jan 12, 2017 07:57

Poll is now closed. We have enough feedback to understand what people would like to see.
 

Previous

Return to Minetest General

Who is online

Users browsing this forum: Bing [Bot] and 14 guests

cron