attempt to index global 'ele' (a nil value) #1

Closed
opened 2023-12-19 09:17:25 +00:00 by programmerjake · 1 comment

it looks like this mod depends on elepower, but shouldn't.

.minetest/mods/fluid_lib/fluid_lib/buffer.lua:69: attempt to index global 'ele' (a nil value)

I expect that to be simple to fix by just using minetest.get_item_group(....) > 0 instead of using ele.helpers.get_item_group(....)

it looks like this mod depends on elepower, but shouldn't. ``` .minetest/mods/fluid_lib/fluid_lib/buffer.lua:69: attempt to index global 'ele' (a nil value) ``` I expect that to be simple to fix by just using `minetest.get_item_group(....) > 0` instead of using `ele.helpers.get_item_group(....)`
Owner

Wow, that's a massive oversight on my part 😄

Wow, that's a massive oversight on my part 😄
evert referenced this issue from a commit 2023-12-22 18:59:45 +00:00
evert closed this issue 2023-12-22 18:59:45 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 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: evert/fluid_lib#1
No description provided.