forked from VoxeLibre/VoxeLibre
Rename “subgame” to “game” (partial fix)
This commit is contained in:
parent
7821a69226
commit
bb6f2f7770
|
@ -14,7 +14,7 @@ channel on irc.freenode.net. And finally, you can send e-mails to
|
|||
|
||||
There is **no** guarantee I will accept anything from anybody.
|
||||
|
||||
By sending me patches or asking me to include your changes in this subgame,
|
||||
By sending me patches or asking me to include your changes in this game,
|
||||
you agree that they fall under the terms of the LGPLv2.1, which basically
|
||||
means they will become part of a free software.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Groups
|
||||
This document explains all the groups used in this subgame.
|
||||
This document explains all the groups used in this game.
|
||||
|
||||
### Special groups
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ by PilzAdam
|
|||
Introduction:
|
||||
This mod adds Minecraft like drop/pick up of items to Minetest.
|
||||
|
||||
This mod has been forked from item_drop in the VoxBox subgame.
|
||||
This mod has been forked from item_drop in the VoxBox game.
|
||||
|
||||
License:
|
||||
Sourcecode: WTFPL (see below)
|
||||
|
|
|
@ -14,5 +14,5 @@ Use the advanced settings to finetune the railway corridors.
|
|||
* License: MIT License.
|
||||
|
||||
## Info for modders
|
||||
Want to include this mod in a subgame, but you hate the dependencies?
|
||||
Want to include this mod in a game, but you hate the dependencies?
|
||||
You can edit the node names in gameconfig.lua to fit your needs. :-)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- This file stores the various node types. This makes it easier to plug this mod into subgames
|
||||
-- This file stores the various node types. This makes it easier to plug this mod into games
|
||||
-- in which you need to change the node names.
|
||||
|
||||
-- Adapted for MineClone 2!
|
||||
|
|
Loading…
Reference in New Issue