Description
minetest mod containing some useful machines Self made and out of other mods.
Releases
2026-04-30 08:11 UTC
v0.3.0
added the cobblestone generator
2024-01-04 02:12 UTC
v0.2.1
No release notes
2024-01-03 11:31 UTC
v0.2.0
No release notes
2023-12-10 02:11 UTC
v0.1.1
No release notes
2018-09-09 15:20 UTC
2018-09-09
No release notes
All releases
Threads
New thread
Information
Provides
useful_contraptions
Dependencies
- Required
-
default
farming
- Optional
-
mesecons
pipeworks
tubelib
Information
- Type
- Mod
- Technical Name
- useful_contraptions
- Languages
-
English
- License
-
MIT
- Maintenance State
- Actively Developed
- Added
- 2018-05-24 15:11 UTC
- Maintainers
-
theFox
It's a good idea, but has bugs
It's a good idea, but the programming logic needs improvement to avoid breaking the system.
thera are some bugs:
first load, error because no use pipeworks, but it is optionl
ModError: Failed to load and run script from .minetest/mods/useful_contraptions/init.lua: .../useful_contraptions/contraptions/cobble_generator.lua:92: attempt to index global 'pipeworks' (a nil value) stack traceback: .../useful_contraptions/contraptions/cobble_generator.lua:92: in main chunk [C]: in function 'dofile' /useful_contraptions/init.lua:46: in main chunk
i don't know why do this error: AsyncErr: Lua: Runtime error from mod 'useful_contraptions' in callback item_OnPlace(): .minetest/mods/useful_contraptions/nodes_straw.lua:146: bad argument #1 to 'set_physics_override' (table expected, got number) stack traceback: [C]: in function 'set_physics_override' ....minetest/mods/useful_contraptions/nodes_straw.lua:146: in function 'on_rightclick' /usr/share/luanti/builtin/game/item.lua:344: in function </usr/share/luanti/builtin/game/item.lua:337>