Go to file
bas080 d15c557c49 fixed wrong modpath 2014-07-09 00:36:20 +02:00
textures FIxed elements crafts 2013-04-29 00:36:24 +02:00
api.lua Some changes 2013-04-29 04:46:46 +02:00
bas080.lua Fixed crafts for certain nodes 2013-04-28 22:03:32 +02:00
demo.lua added demo 2013-04-28 22:19:08 +02:00
depends.txt Removed stairplus dependency 2013-04-28 23:22:22 +02:00
init.lua fixed wrong modpath 2014-07-09 00:36:20 +02:00
mill.lua Make corner slope and inner corner node boxes have same detail as other nodes 2013-04-28 05:41:37 +02:00
readme.txt FIxed elements crafts 2013-04-29 00:36:24 +02:00
register.lua Some changes 2013-04-29 04:46:46 +02:00
stairsplus.lua Some changes 2013-04-29 04:46:46 +02:00

readme.txt

NONCUBIC

BY:             yves_de_beck
DESCRIPTION:    Easily register stairs and other irregular nodes
VERSION:        0.1
FORUM:          http://forum.minetest.net/viewtopic.php?id=5332

CONTRIBUTERS
------------
bas080
-Added API capability
-Fixed node details for slope corners
-Added register stairs and slabs

API
---
Use detail_level varaible to set detail
See api.lua for api functions

For Slower PC's:
----------------
You can change in the init.lua the 'detail_level = 20' lower (or higher for faster PC's)
Example: 'detail_level = 16' works very well for older PC's and looks good. =D

RECIPES
-------

Milling Machine Block:
----------------------
[cobble]	[stick]		[cobble]
[wood planks]	[wood planks]	[wood planks]
[stick]		[nothing]	[stick]

Craft NonCubics without Milling Machine:
----------------------------------------
(o=nothing) 
(x=regular stairblocklock wood/stone/sandstone/cobble/brick, 
 Leaves, Dirt or Glass)

Slope:
xoo   oox
xxo   oxx
xxx   xxx

Slope Upside Down:
xxx   xxx
oxx   xxo
oox   xoo

Slope Edge:
ooo   ooo
xoo   oox
xxo   oxx

Slope Inner Edge:
oox   xoo
xoo   oox
xxo   oxx

Slope Edge Upside Down:
oxx   xxo
oox   xoo
ooo   ooo

Slope Inner Edge Upside Down:
oxx   xxo
oox   xoo
xoo   oox

Pyramid:
ooo
oxo
xox

Spike:
oxo
xox
xox

Cylinder Vertical: 
xxo
xxo
xxo
(You can also craft one cylinder vertical 
 in a cylinder horizontal)

Cylinder Horizontal: 
ooo
xxx
xxx
(You can also craft one cylinder horizontal 
 in a cylinder vertical)

Sphere:
oxo
xox
oxo

Element Straight:
oxo
oxo
oxo

Element Edge:
xxx
oox
oox

Element T:
ooo
xxx
oxo

Element Cross:
oxo
xxx
oxo

Element End:
ooo
oxo
oxo

For double height Elements simply craft:
(o=nothing)
(x=element Straight, Edge, T, Cross or Element End)
ooo
xoo
xoo

Sticks: 
(o=nothing) 
(x=regular wood, stone, sandstone, cobble, brick, 
 leaves or glass) 
(y=regular wooden stick)
yoo
ooo
xoo