a minetest game.
Go to file
trans_soup 20b29c833f complete cleanup after rename.
clean up things that were broken after renaming `bg_core` to
`bg_terrain`.

also clean up after global rename that added `bg_` prefix to every mod
name.
2023-10-16 10:14:34 +02:00
menu initial commit. 2023-10-11 09:17:21 +02:00
mods complete cleanup after rename. 2023-10-16 10:14:34 +02:00
README.md update the readme. 2023-10-16 08:59:41 +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

about

this is a game for the minetest engine. a big inspiration is nodecore.

basically all current recipes are placeholders.

initially, textures were taken from minetestgame. some of these are still left in.

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. there must be air on all 4 horizontal sides of the log.

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.

warning

updates might introduce changes that are not backwards-compatible. i'll probably use semantic versioning eventually.

i'll try to make sure new code includes ways of converting stuff in old worlds to work with the new code, but can't guarantee it.