moretrees:date_palm_sapling generate date palm trees with 11th part of trunk missing #7760
Labels
No Label
1. kind/balancing
1. kind/breaking
1. kind/bug
1. kind/construction
1. kind/documentation
1. kind/enhancement
1. kind/griefing
1. kind/invalid
1. kind/meme
1. kind/node limit
1. kind/other
1. kind/protocol
2. prio/controversial
2. prio/critical
2. prio/elevated
2. prio/good first issue
2. prio/interesting
2. prio/low
3. source/art
3. source/client
3. source/engine
3. source/ingame
3. source/integration
3. source/lag
3. source/license
3. source/mod upstream
3. source/petz
3. source/testserver
3. source/unknown
3. source/website
4. step/approved
4. step/at work
4. step/blocked
4. step/discussion
4. step/help wanted
4. step/needs confirmation
4. step/partially fixed
4. step/possible close
4. step/QA main
4. step/QA NOK
4. step/QA OK
4. step/question
4. step/ready to deploy
4. step/ready to QA test
4. step/want approval
5. result/cannot reproduce
5. result/duplicate
5. result/fixed
5. result/maybe
5. result/wontfix
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: your-land/bugtracker#7760
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Date palm has a missing trunk block and seems also no more dates production.
dtae palm treeto date palm treedaydream reports a bug:
date palm treeto date palm tree generates with 11th part of trunk missingdate palm tree generates with 11th part of trunk missingto moretrees:date_palm_sapling generate date palm trees with 11th part of trunk missingThis also seems to be 5.10 issue - switching back to 5.8 makes palms grow correctly.
The node missing is the one that flowers shold be attached to, from what I can see.
maybe this one broke it? Did not test.
60810c2d37
I found a quite useful tool to debug this: https://content.luanti.org/packages/Wuzzy/ltool/
Playing around with it I noticed, that the
R
-Rule only seems to place air nowFound out that the normal palm is using the
R
-Rule too, so I planted a 🌴. It's missing a the fruit node too :/https://github.com/minetest/minetest/issues/15506
Let's see what we get...
made a pr against yl_commons with a "fix" (not sure if a hack like that can be called fix), so the bugtracker isn't spammed with reports until the next engine update happens :-)
tour wrote in the PR:
Tried changing those values on test without server restart - it works, trunks and fruits are there.
Are any other trees affected? Apples are there, cones too...UPD: checked as tour has suggested below: don't see anymore R rules used. Thanks tour :)
I actually applied it as auto running snippet called
temp_fix_moretrees_date_palms
...Idk if there's even need to add it to yl_commons, but maybe Alias will decide that is better.
I think no. If you want to be really sure, you can follow the steps I did to come to this conclusion :-)
grep for "axiom" to find the mods that make use of ltrees. In my local mods folder only moretrees seems to do so. But I don't have all mods YL has.
Go into the files where the Axioms are defined and see if there is an axiom with the
R
-key. If there is one andfruit_chance = 0/nil
in the same treedef, then the tree is affected and needs fixing too...lol, did not know it works like that :-) Feel free to close if there is no need
It got fixed in the engine :-)
https://github.com/minetest/minetest/pull/15513
Is there a 5.11 Milestone already?
Not yet, but it already feels like there should be at least 5.10.1 :p
Also, thanks :)
https://github.com/minetest/minetest/milestone/25
The issue appears fixed, but only due to yl_commons and snippets. Contrary to what /status says, we are not on 5.11.0 yet. See your-land/administration#226