Update description & settings for name change
This commit is contained in:
parent
b23fb41530
commit
2bce3a29e6
@ -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`.
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
|
||||
empty_game_enable_ground (Enable generic ground nodes) bool false
|
||||
bare_game_enable_ground (Enable generic ground nodes) bool false
|
||||
|
Loading…
x
Reference in New Issue
Block a user