Description
No description provided
Releases
2024-09-16 02:12 UTC
2024-09-16
- fix crash with technic_cnc
- improve crafting form
- Fix crash with Technic Plus' technic_cnc
- "Craft" button in guide which goes to Crafting
- Remove dead code
- Cleanup
- Cleanup
- update copyright, fixes
2023-02-21 02:15 UTC
2023-02-21
No release notes
2023-01-30 02:16 UTC
2023-01-30
No release notes
2023-01-26 02:16 UTC
2023-01-26
No release notes
2022-09-27 01:16 UTC
2022-09-27
No release notes
All releases
Threads
New thread
Information
Provides
glcraft
zzzz_glcraft_crafthook
Dependencies
- Required
-
mtg_craftguide
sfinv
- Optional
-
concrete
extranodes
moreblocks
scifi_nodes
stairs
technic
technic_cnc
Information
- Type
- Mod
- Technical Name
- glcraft
- Languages
-
English
- License
-
MIT
- Maintenance State
- Unknown
- Added
- 2022-09-17 14:20 UTC
- Maintainers
-
Kimapr
Good idea
This is the mod I was looking for. It's great that it shows crafts currently possible given a player's inventory contents.
Would love a setting to turn +1, +10 and +100 buttons off altogether.
me like!
I really like this take on a different crafting system. Gone is the default crafting grid, a cargo cult reimplementation of one of Minecraft's worst features that requires you to memorise recipes or look them up in the recipes book. It has been replaced with a selection of crafting options you can search through and select, and pressing on a button brings up the different recipes to pick between (if applicable) and the ability to craft either just one or many in bulk.
What I especially like about this is that it hooks into the regular
minetest.register_craftfunction and reads all the regular crafting recipes that get registered, so this could be used as a drop-in replacement that is compatible with all mods that use the regular Minetest crafting system. And of course it can also be dropped in as part of a game without having to change existing crafting recipes, which is what I'm personally using it for.Good mod! Especially for mobile.
It would be nice if in addition to the buttons +1, +10, +100 you would add also -1, -10, -100 and a field to enter the exact number.