3
9
Fork
You've already forked farming
14

The 2-nd recipe of Bibimbap has unknown items #21

Closed
opened 2025年02月23日 18:54:49 +01:00 by andriyndev · 4 comments
No description provided.

Normally recipes that contain items which are unknown are removed so wont appear, and this 2nd recipe uses meat items from mobs_redo to fill in the gaps.

Which Minetest version are you using ? also which game and inventory mod ?

Normally recipes that contain items which are unknown are removed so wont appear, and this 2nd recipe uses meat items from mobs_redo to fill in the gaps. Which Minetest version are you using ? also which game and inventory mod ?

Luanti 5.11.0
Minetest Game
Unified Inventory

Luanti 5.11.0 Minetest Game Unified Inventory

IMHO, core.register_craft() shouldn't be called if the recipe contains unknown nodes, otherwise it'll be placed and kept in the list of recipes, and take some memory and computational resources while the server is running.

IMHO, `core.register_craft()` shouldn't be called if the recipe contains unknown nodes, otherwise it'll be placed and kept in the list of recipes, and take some memory and computational resources while the server is running.

The default sfinv inventory does exactly that, if parts are missing the recipe is never registered, seems unified inventory should be doing the same,

The default sfinv inventory does exactly that, if parts are missing the recipe is never registered, seems unified inventory should be doing the same,
Sign in to join this conversation.
No Branch/Tag specified
master
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
tenplus1/farming#21
Reference in a new issue
tenplus1/farming
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?