Page 1 of 1

[Mod] Homedecor Roof using new noncubic API [0.1] [roof]

PostPosted: Sun Apr 28, 2013 20:19
by Bas080
This is a demo of the rewritten noncubic mod which now has an API.

Noncubic
Noncubic gives block mod creators the ability to easily add certain nodebox like nodes and detail. This is done using a variety of functions. Also contains the nodes from original noncubic mod!

The API functions are explained in the api.lua

Screenshot of nodes:
Image

Download
noncubic

PostPosted: Mon Apr 29, 2013 10:23
by webdesigner97
Looks nice!

PostPosted: Mon Apr 29, 2013 11:35
by VanessaE
Homedecor's "slopes" branch now contains a version of the non-cubic code thanks to a contribution by Bas080, so this particular mod is already obsolete. ;-) Note that the node names and recipes used therein are completely different from what is shown for this mod.

PostPosted: Mon Apr 29, 2013 17:57
by Bas080
It is not obsolete, It contains node from original noncubic and some new ones. Modders can also choose to depend on this mod to easily add noncubic nodes.

PostPosted: Tue Apr 30, 2013 19:47
by kpo
I see your API resembles very much what I had to do to the original noncubic mod to get my industrial:white_brick in a sloped version. (right above your comment http://forum.minetest.net/viewtopic.php?id=4297&p=4)
That is a plus. I like that the new sloped nodes in your version also takes name after the mod that registers the sloped node. That way future creative inventories or recipe pages can have sensible searches.

I put the material first instead of last because I think this is an extension of the basic block so names should follow the scheme of <material>_<extension> instead of <extension>_<material>. That way sorting algorithms will have an easier time ordering like blocks.

One thing I'd like to see is the circular saw and milling machine merged into a single CNC machine driven by the technic mod.
If you care I'd like to work with you on something like that.
Also I'd like all of these blocks out of the creative inventory and just have the CNC machine there.
There are so many blocks to chose from but creative mode should also (imho) make use of the machines to get some sense of usability for those.