mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
Add extractor.
Add extractor for make more rubber from latex. Moved make dyes from grinder to extractor.
This commit is contained in:
@ -44,6 +44,7 @@ dofile(modpath.."/grinder.lua")
|
||||
dofile(modpath.."/cnc.lua")
|
||||
dofile(modpath.."/cnc_api.lua")
|
||||
dofile(modpath.."/cnc_nodes.lua")
|
||||
dofile(modpath.."/extractor.lua")
|
||||
|
||||
--MV machines
|
||||
dofile(modpath.."/wires_mv.lua")
|
||||
|
Reference in New Issue
Block a user