Update README and description

main 1.0.0
lanxu 2022-12-16 00:42:09 +02:00
parent b175f91d10
commit 72b9d012cd
3 changed files with 20 additions and 7 deletions

View File

@ -1,7 +1,7 @@
World Border
============
Simple World Border
===================
World Border mod by lanxu. This is a Minetest Mod that limits the player movement within square area and shows a stop sign to the player at the border. If the world_border is changed, the player is pushed within the square area.
Simple World Border mod. This is a Minetest Mod that limits the player movement within square area and shows a stop sign to the player at the border. If the world_border is changed, the player is pushed within the square area. This mod has no dependencies and it can be used with any Minetest Game.
The border size is by default 500 which produces 500x500 square around origin. This value can be configured with a setting in init.lua
@ -30,4 +30,16 @@ place it in minetest/mods/
the folder in worldmods/ in your worlddirectory. )
For further information or help see:
http://wiki.minetest.com/wiki/Installing_Mods
http://wiki.minetest.com/wiki/Installing_Mods
Similar mods
------------
There are already similar mods which might be better fit than this one:
- World Borders by Argyle https://content.minetest.net/packages/argyle/borders/
- World Edge by Don https://content.minetest.net/packages/Don/worldedge/
I created Simple World Border because World Borders depends on default and it uses worldgen limits as edges. I did not want to modify worldgen and it does not fit that well to Games that do not use default. The second mod, World Edge was actually the base of this mod. It had different use case which I found interesting but not that useful for my use case.
Great mods. Check them out!

View File

@ -1 +1 @@
Adds a visible world border which player cannot bypass
Adds a simple visible world border which player cannot bypass

View File

@ -1,2 +1,3 @@
name = worldborder
description = Adds a visible world border which player cannot bypass
name = simpleworldborder
description = Adds a simple visible world border which player cannot bypass
title = Simple World Border