Name: lapis Source: Fork of upstream mod - Do not replace License: WTFPL (see "README.md" for more information) ---------------------------------------------------------------------- 1. This is a fork of an upstream mod. The starting point was obtained originally as follows: rm -fr lapis git clone \ https://github.com/Napiophelios/LapisLazuli.git lapis ---------------------------------------------------------------------- 2. Partial list of changes: 2a. Convert newlines to UNIX format. 2b. Replace contents of "depends.txt" with: default moreblocks? stairs? 2c. Patch to "init.lua": sed -e 's@noise_threshhold@noise_threshold@' \ -i init.lua 2d. Enable "xdecor" "workbench" support for some "lapis" nodes. 2e. Make "lapis" support default stairs whether or not "stairsplus" is available. 2f. Use "stairs.register_all" instead of "stairs.register_stair_and_ slab". 2g. Add "Glow Pyrite Block". 2h. Remove "mod.conf". 2i. Add the files "00README" and "oldcoder.txt" (this file).