Go to file
DanDuncombe ebb222b328 Delete README.txt 2018-11-30 01:52:14 +01:00
models commit badly documented changes 2018-11-30 01:36:30 +01:00
textures commit badly documented changes 2018-11-30 01:36:30 +01:00
.gitattributes Version 5 2018-11-30 01:51:22 +01:00
.gitignore Version 5 2018-11-30 01:51:22 +01:00
README.md commit badly documented changes 2018-11-30 01:36:30 +01:00
crafts.lua instabuild spliced into 3 files 2016-12-31 15:35:06 +01:00
depends.txt commit badly documented changes 2018-11-30 01:36:30 +01:00
init.lua rebase on original repo 2018-11-30 01:51:47 +01:00
nodes.lua instabuild spliced into 3 files 2016-12-31 15:35:06 +01:00

README.md

instabuild

Edited from instabuild mod by Dan Duncombe (I could not make a proper fork since the github link is dead)

https://forum.minetest.net/viewtopic.php?f=11&t=6221

"This mod is based heavily on thefamilygrog66's instacabin mod. The base code for spawning the structures is from worldedit.

It adds several items, which are used to spawn in various types of building.

Protip: as a general rule face along the positive z axis and the buildings should spawn in front of you.

Depends: Default, Worldedit

License: CC-By-SA

Thanks to Evergreen for the V 2.0 Buildings."


I had the need to be able to easily activate / deactivate one model or an other so I spliced the file in tree :

nodes.lua - contains the registered nodes crafts.lua - contains an array with register craft instructions init.lua - still has models list and loop but now the loop include minetest.registercraft ( if corresponding instruction exist in craft.lua array )

Now, commenting an element of the list completely deactivate and it can be reactivated as easily

This edit also add one or two models including one found there : http://uberi.mesecons.net/projects/Clock/ licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.