[mod]extruder[git][extruder]

Posted:
Sat Jul 11, 2015 12:23
by cd2
extruder by cd2
This mod adds a block extruder and a block remover.
Download https://github.com/cdqwertz/extruder/archive/master.zipBrowse Code https://github.com/cdqwertz/extruderLicense: LGPL 2.1 or later
Dependencies: -
Report bugs or request help on the forum topic.
Installation
see
http://wiki.minetest.com/wiki/Installing_ModsTodo
post your ideas!
Re: [mod]extruder[git][extruder]

Posted:
Sat Jul 11, 2015 13:10
by ExeterDad
Wasn't sure what your definition of extruder was. Looking at your code it seems to set a copy of what player is pointing at on top.
Is that correct?
Re: [mod]extruder[git][extruder]

Posted:
Sat Jul 11, 2015 14:18
by cd2
yea it is, but it doesnt put it on top, it is putting it at the pointed node face (pointed_thing.above).
Its like extruding something in blender.
I am going to add a new extruder type which is able to extrude structures.