Update description & settings for name change

This commit is contained in:
Jordan Irwin 2022-09-09 16:40:51 -07:00
parent b23fb41530
commit 2bce3a29e6
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
# Empty Minetest Game
# Bare Minetest Game
An empty game for Minetest. For this game to do anything you will need to install 3rd party mods.
A bare minimum game for Minetest.
To enable some default ground & water nodes enable the setting `bare_game_enable_ground`.

View File

@ -1,5 +1,5 @@
if not core.settings:get_bool("empty_game_enable_ground", false) then
if not core.settings:get_bool("bare_game_enable_ground", false) then
do return end
end

View File

@ -1,2 +1,2 @@
empty_game_enable_ground (Enable generic ground nodes) bool false
bare_game_enable_ground (Enable generic ground nodes) bool false