2022-09-18 01:18:39 +02:00
|
|
|
# Cave Game
|
|
|
|
A recreation of Cave Game, the earliest version of Minecraft.
|
|
|
|
|
2022-09-18 01:24:54 +02:00
|
|
|
## Features
|
|
|
|
- Stone and grass nodes.
|
|
|
|
- Place & destroy them.
|
|
|
|
- That's about it.
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
|
|
Whilst looking like cobble, stone is infact `minecraft:stone`.
|
|
|
|
|
2022-09-21 20:37:07 +02:00
|
|
|
Block's ID are aliased to their "modern" Minecraft name.
|
2022-09-18 01:24:54 +02:00
|
|
|
|
|
|
|
Select mapgen `singlenode` for a truly flat world.
|
|
|
|
Mapgen v6 unsupported.
|
|
|
|
|
2022-09-26 14:02:50 +02:00
|
|
|
If you want Cave Game's flipped mouse buttons,
|
|
|
|
change the following in your `minetest.conf`:
|
|
|
|
```
|
|
|
|
keymap_dig = KEY_RBUTTON
|
|
|
|
keymap_place = KEY_LBUTTON
|
|
|
|
```
|
|
|
|
|
2022-09-18 01:18:39 +02:00
|
|
|
##
|
|
|
|
[CDB] · [Issues] · [Git]
|
|
|
|
|
|
|
|
Game by olive - ISC
|
2022-09-18 01:24:54 +02:00
|
|
|
[Textures by Rollerozxa], based upon [REFI] - CC-BY-SA 4.0
|
2022-09-18 01:18:39 +02:00
|
|
|
|
2022-09-18 01:24:54 +02:00
|
|
|
[REFI]: https://content.minetest.net/packages/MysticTempest/refi_textures/
|
|
|
|
[Textures by Rollerozxa]: https://github.com/rollerozxa/minecraftnt-classic/
|
2022-09-18 01:18:39 +02:00
|
|
|
[Git]: https://git.minetest.land/olive/cavegame
|
|
|
|
[Issues]: https://git.minetest.land/olive/cavegame/issues
|
2022-09-18 01:30:29 +02:00
|
|
|
[CDB]: https://content.minetest.net/packages/GoodClover/cavegame/
|