Keya reports: 2 violet butterflies floating ... #8041
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/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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: your-land/bugtracker#8041
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?
Keya reports a bug:
Player position:
Player look:
Player information:
Player meta:
Log identifier
Profiler save:
Status:
Teleport command:
Compass command:
I can confirm this.
Visitied those coords on testserver and tried to catch those butter´flies with both nets, left and rightclick and had no success.
Caught a Petz-Butterflie and ten fireflies without problem.
It's
butterflies:butterfly_violet
node there.And it's because of this upstream issue: https://github.com/luanti-org/minetest_game/pull/3099
Although, I'm using 5.11-dev and still can't point at them with a bug net?
Looking at YL's
core.registered_nodes['butterflies:butterfly_violet']
I see
pointable = false
, which means we have this commit andminetest.features.item_specific_pointabilities
is enabled.But looking at
core.registered_items['fireflies:bug_net']
, I don't see thepointabilities
parameter...We override the MTG fireflies mod with https://gitea.your-land.de/your-land/fireflies so we need to update it to use this new feature.
Or revert the MTG change to keep fireflies catchable with older clients.
I don't understand why we have 2 mods defining same bug net...
Anyway, created new upstream issue:
https://github.com/Ezhh/fireflies/issues/10
Since upstream is not responding, I think we should fix this ourselves.
fireflies mod just overrides default net unconditionally, I guess we can comment it out?
Let's unify nets.
should be fixed through yl_commons:
84f2e1031c
(works in newer clients only)QA
problem solved, but mod needs a maintainer and a unification with others.