Go to file
David G d543b7ad80 Warn server operator, not player. 2020-01-03 09:09:04 -07:00
README.md Update README. 2020-01-02 11:43:08 -07:00
init.lua Warn server operator, not player. 2020-01-03 09:09:04 -07:00
mod.conf Initial v6 mapgen support using biomeinfo. 2020-01-01 17:48:58 -07:00
screenshot.png Initial commit. 2019-10-07 21:35:18 -07:00
settingtypes.txt Initial v6 mapgen support using biomeinfo. 2020-01-01 17:48:58 -07:00

README.md

Display Biome [display_biome]

Mod to place a HUD on screen with local temperature, humidity, and biome name.

Screenshot 1

Features

  • New: Now supports v6 mapgen biomes, if used with Wuzzy's biomeinfo mod.
  • New: Defaults to not showing biome information, but this can be changed by adding the following to minetest.conf: "display_biome_enabled = true"
  • Enable state is stored using mod storage, per user.
  • Performs simple ground search to try to be more accurate when flying with multi-elevation biomes.

To Use

  • Use chat command "/biomes" to enable.
  • Further invocations of "/biomes" will toggle display of biome information off and on.

Dependencies

New: Optional dependency on Wuzzy's biomeinfo mod (version ≥ 1.0.3). Only needed to support v6 mapgen.

Licences

Source code: LGPL-2.1

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Media (images): CC-BY-SA-4.0

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.