update the readme.

This commit is contained in:
trans_soup 2023-10-16 08:59:41 +02:00
parent 7755583fa4
commit 07987229b5
1 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,11 @@
# about
this is a game for the [minetest](https://www.minetest.net/) engine. the main inspirations is [nodecore](https://content.minetest.net/packages/Warr1024/nodecore/).
this is a game for the [minetest](https://www.minetest.net/) engine. a big inspiration is [nodecore](https://content.minetest.net/packages/Warr1024/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.
@ -14,8 +16,14 @@ two decorative stone variants, tiles and bricks, can be created by pummeling cob
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 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](https://semver.org/) 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.