master
maikerumine 2016-03-07 19:57:22 -05:00
parent f3ab7bf293
commit 0c881d9405
1 changed files with 14 additions and 82 deletions

View File

@ -21,9 +21,10 @@ ___________ __ _________
--[[es]]-- Maikerumine's Extreme Survival mod, has extra crafting recipies for tools and ores.
==================================================================
===============================================================
[CRAFTING]
----------------------------
Craft dirt from 9 papyrus.. or 9 bones
Craft sand from 5 bones in an "X"
Craft coal from 5 bones in an "+"
@ -39,6 +40,7 @@ Craft Infinium container from glass_bottle+infinium_goo+water_flowing (shapeles
[COOKING]
-------------------------
Craft Water flowing from cooking ice in furnace.
Craft Mese Crystal from cooking mesecook_crystal in furnace.
Craft Infinium ingot from cooking infinium_container in furnace.
@ -50,10 +52,12 @@ technic:uranium_block=> 604800 burntime
[ORES]
Emeralds: Below -100
Rubys: Below -300
Aikerum: Below -400
Infinium: Below -430
---------------------------
Emeralds: Below -1000
Rubys: Below -3000
Aikerum: Below -4000
Infinium: Below -4300
Purpellium: Below -4300
Depleted uranium: Above -1000
Coal, Iron, and Gold now generate in desert stone.
@ -64,6 +68,7 @@ To craft these tools you will replace the stick with an iron ingot.
To craft an Infinium ingot you must craft first a vessel with Infinium goo to get Infinium container and water flowing. then cook the Infinium container in furnace to get ingot.
[TOOLS]
------------------------
ES Sword and pick crafting is different than default minetest.
Aikerum, Emerald, Ruby crystals go in usual spots to craft, the handle however, substitutes the sticks for an steel ingot.
@ -82,21 +87,20 @@ Sword Crafting:
[STAIRS]
--------------------------
Stair crafting the following blocks will give you a stair or slab:
Aikerum
Dirt
Emerald
Infinium
Purpellium
Ruby
[ARMOR]
----------------------------
Must have 3d_armor installed to craft the Infinium Armor.
License of source code:
-----------------------
LGPLv2.1 for extreme_survival game, based off of minetest_game (SEE BOTTOM FOR ORIGINAL LICENsE INFO.)
@ -104,8 +108,6 @@ WTFPL or otherwise stated in mods.
License of media:
-----------------------
Vanessa Ezekowitz (WTFPL):
vessels_glass_bottle.png -->Used and modified for es:infinium container
InfinityProject (WTFPL):
@ -132,8 +134,6 @@ Maikerumine (CC BY-SA 3.0)
or otherwise stated in mods included in this subgame.
The main game for the Minetest game engine [minetest_game]
==========================================================
@ -187,73 +187,5 @@ http://creativecommons.org/licenses/by-sa/3.0/
License of menu/header.png
Copyright (C) 2013 BlockMen CC BY-3.0
soft dependancies:
esarmor
mese_crystals
technic
Other mods:
These are heavily modded to suit the Extreme Survival game.
The main game for the Minetest game engine [minetest_game]
==========================================================
To use this game with Minetest, insert this repository as
/games/minetest_game
in the Minetest Engine.
The Minetest Engine can be found in:
https://github.com/minetest/minetest/
Compatibility
--------------
The minetest_game github master HEAD is generally compatible with the github
master HEAD of minetest.
Additionally, when the minetest engine is tagged to be a certain version (eg.
0.4.10), minetest_game is tagged with the version too.
When stable releases are made, minetest_game is packaged and made available in
http://minetest.net/download
and in case the repository has grown too much, it may be reset. In that sense,
this is not a "real" git repository. (Package maintainers please note!)
License of source code
----------------------
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
See README.txt in each mod directory for information about other authors.
This program 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 program 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 program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
License of media (textures and sounds)
--------------------------------------
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
See README.txt in each mod directory for information about other authors.
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
License of menu/header.png
Copyright (C) 2013 BlockMen CC BY-3.0