44 lines
887 B
Plaintext
Raw Normal View History

2021-03-22 11:29:28 -04:00
TERRAIN LEVELS
--------------
stone
ors
tuff
2021-03-22 22:49:21 -04:00
bedrock -- solid layer atm, add noise or something for one layer above it
2021-03-22 11:29:28 -04:00
2021-04-07 20:46:25 -04:00
do something with - big ore pockets, or could be used to blend between layers
2021-03-22 11:29:28 -04:00
basalt
gneiss
2021-03-26 20:54:54 -04:00
hardware coloring
2021-03-27 19:37:50 -04:00
bricks, 2 glass blocks, 2 glass panes, wool
2021-04-06 16:07:10 -04:00
^[colorize:gray:90
2021-04-10 21:54:14 -04:00
mapgen granite, decoblocks refined granite
submodules
git pull --recurse-submodules
2021-04-19 21:44:19 -04:00
cd into repo, checkout main
2021-04-28 00:31:26 -04:00
links:
https://minetest.gitlab.io/minetest/helper-functions/
https://forum.minetest.net/viewtopic.php?f=9&t=26046
2021-05-27 19:23:44 -04:00
Aspect-oriented programming
goals
-----
2021-08-19 21:58:56 -04:00
performance, low media, low dependancies
sounds from https://opengameart.org/content/snowsong-sound-and-music-pack cc-by-sa 4.0
2021-09-04 23:06:34 -04:00
digging
-------
how to handle fl_plantlife, fl_ores, fl_workshop?
2021-09-04 23:06:34 -04:00
how to handle mob damage in fl_wildlife
crafts
------
start at fl_plantlife and keep working down
furnace needs to get done