Wuzzy

Results 508 comments of Wuzzy

I think adding more micromanagement or buttons is not a good solution. I thought the point of the game is to avoid micromanagement (mostly) because you can't directly control the...

I just looked at the code and what it does is that `allfaces_optional` actually internally just changes the drawtype depending on the leaves style: * Fancy makes it `allfaces` *...

I am against this. The dictionary should _only_ there to define stuff, _not_ to make statements about the real world. If you show a picture of a “plise” (for example),...

Unfortunately, the Minetest TR format does not support numerus (e.g. singluar/plural in English). So a workaround for this would be to slightly repharse the string. Instead of writing "n items",...

The problem with the "alternative workaround" is that it doesn't work. Many languages do NOT have a singlular/plural system like English. Check out this list: https://www.unicode.org/cldr/cldr-aux/charts/29/supplemental/language_plural_rules.html

By the way: Gettext has solved this problem ages ago.

Why not just giving the text more space to breathe in the meantime? Will also benefit translations which are usually more verbose than English.

I've got a question: Would it be OK to allow selection boxes to be arbitrarily high? A leveled plantlike node (`testnodes:plantlike_leveled` in DevTest) can reach a maximum Y of 15.4375...

I totally understand that PRs can take months or even years to be even recognized by the core devs. I understand that time is a limited resource. I also understand...