a minetest game.
Find a file
trans_soup 1aecdeb752 refactor: create general player interface.
create utility function for acting on player properties, and refactor
code for running and step height to make use of this.
2023-10-13 08:48:11 +02:00
menu initial commit. 2023-10-11 09:17:21 +02:00
mods refactor: create general player interface. 2023-10-13 08:48:11 +02:00
game.conf initial commit. 2023-10-11 09:17:21 +02:00
minetest.conf initial commit. 2023-10-11 09:17:21 +02:00
README.md create readme. 2023-10-12 11:38:09 +02:00

about

this is a game for the minetest engine. the main inspirations is nodecore.

basically all current recipes are placeholders.

how to install

download this entire directory and place it inside ~/.minetest/games/ (or wherever your minetest games are stored). then select this game (it's the one with a trans flag as icon) in the minetest menu.

how to do stuff

two decorative stone variants, tiles and bricks, can be created by pummeling cobblestone and tiles respectively. you must be holding cobblestone while doing this, and the targetted node must be on top of a stone-type node.

pummeling is when you punch a node repeatedly. it's a mechanic taken directly from nodecore.

you can turn a log into planks by pummeling it with stone.

you can grow a tree by placing a dirty node (dirt or grass) on top of a nut. this will create a sapling, which will grow into something vaguely resembling a tree (including roots in the ground). note that there's currently no way to get nuts, so you'll have to use cheats for now if you want trees.

you can create dirt by pummeling leaves with leaves.