wine barrel UI is not automatically updated #3625

Closed
opened 2023-01-25 21:31:07 +00:00 by flux · 5 comments
Member

Originally posted by @flux in #3392 (comment)

the new wine update is live, HOWEVER old barrels are not automatically updated. putting a fermentable item updates them partially, but they're in a broken state. we need to create an LBM that re-runs the constructor logic.

_Originally posted by @flux in https://gitea.your-land.de/your-land/bugtracker/issues/3392#issuecomment-40006_ the new wine update is live, HOWEVER old barrels are not automatically updated. putting a fermentable item updates them partially, but they're in a broken state. we need to create an LBM that re-runs the constructor logic.
flux added the
1. kind/bug
2. prio/elevated
labels 2023-01-25 21:31:20 +00:00
flux added this to the 1.1.117.1 milestone 2023-01-25 21:31:24 +00:00
flux added this to the flux's TODO list project 2023-01-25 21:31:37 +00:00
flux self-assigned this 2023-01-25 21:31:41 +00:00
Author
Member

it appears they update when you punch them, but an LBM is still needed.

it appears they update when you punch them, but an LBM is still needed.
AliasAlreadyTaken added the
3. source/mod upstream
label 2023-01-26 06:03:28 +00:00
Author
Member

trying to create an upstream issue, but notabug is bugged out.

minetest.register_lbm({
	name = "wine:upgrade_barrels",
	label = "upgrade wine barrel inventory and formspec",
	nodenames = {"wine:wine_barrel"},
	run_at_every_load = false,
	action = minetest.registered_nodes["wine:wine_barrel"].on_punch,
})
trying to create an upstream issue, but notabug is bugged out. ```lua minetest.register_lbm({ name = "wine:upgrade_barrels", label = "upgrade wine barrel inventory and formspec", nodenames = {"wine:wine_barrel"}, run_at_every_load = false, action = minetest.registered_nodes["wine:wine_barrel"].on_punch, }) ```
Author
Member
upstream issue: https://notabug.org/TenPlus1/wine/issues/23
flux added the
4. step/ready to QA test
label 2023-01-31 21:08:20 +00:00
Author
Member

upstream was fixed

upstream was fixed
AliasAlreadyTaken added the
ugh/QA NOK
label 2023-02-10 23:10:15 +00:00
AliasAlreadyTaken added
ugh/QA OK
and removed
ugh/QA NOK
labels 2023-02-11 00:32:11 +00:00
flux added
5. result/fixed
and removed
4. step/ready to QA test
labels 2023-02-12 18:39:53 +00:00
Author
Member

this is live

this is live
flux closed this issue 2023-02-12 18:40:00 +00:00
flux removed this from the flux's TODO list project 2023-02-23 22:49:17 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#3625
No description provided.