summaryrefslogtreecommitdiff
path: root/init.lua
Commit message (Collapse)AuthorAge
* added option to specify text position when making a custom sign nodeVanessa Ezekowitz2016-09-09
|
* remove debug stuffVanessa Ezekowitz2016-09-09
|
* add support for visible text on default steel signsVanessa Ezekowitz2016-09-09
| | | | (if defined by subgame)
* Use minetest_game steel sign to craft the various colored metal signsVanessa Ezekowitz2016-09-09
| | | | | | | instead of using steel ingots. Reduced yield to one per craft. (the "sheet metal" recipes still exist for users of "steel" mod, yield there is unchanged)
* adjusted positions of all signs' entitiesVanessa Ezekowitz2016-09-09
| | | | | | | to move them to approx. 1 pixels in front of the surface (trying to workaround an apparent irrlicht/Minetest precision glitch on entity reload)
* Clarify comment/reason for LBMVanessa Ezekowitz2016-09-09
|
* Use LBM instead of ABM to restore sign textCarter Kolwey2016-09-03
|
* "debug" is not a valid log level.Auke Kok2016-04-23
|
* Support renamed default wooden sign.Diego Martinez2016-03-14
|
* First commit.Diego Martinez2016-03-14
Split from [homedecor](https://github.com/VanessaE/homedecor_modpack). See the homedecor repository's commit log for full history. Additionally, removed extra fonts. These will be distributed separately to avoid bloating the repo too much.