add readme
This commit is contained in:
parent
4656f4adc8
commit
1dedcd5924
15
README.md
15
README.md
@ -1,15 +0,0 @@
|
||||
[img]http://ubuntuone.com/3wQ8Ck3LT0AO79ViQVapQn[/img]
|
||||
|
||||
[b]Depends:[/b] riesenpilz, habitat[color=grey], jungletree, default[/color]
|
||||
[b]Recommends:[/b] lavacooling
|
||||
[b]License:[/b] CC [i](sounds)[/i], WTFPL [i](code, textures except birch)[/i]
|
||||
[b]Download:[/b] [url=https://github.com/HybridDog/sumpf/archive/master.tar.gz]tar.gz[/url], [url=https://github.com/HybridDog/sumpf/archive/master.zip]zip[/url]
|
||||
[b]Code:[/b] [url=https://github.com/HybridDog/sumpf/tree/master]github[/url]
|
||||
|
||||
[u]Screenshots:[/u]
|
||||
[img]http://ubuntuone.com/759WlhYPWbSm2vrMqk3k9p[/img]
|
||||
[url=http://dl.dropbox.com/u/65428713/screenshot_3694573463.png][img]http://ubuntuone.com/3s1YycohHej8MBz0Q5x7dY[/img][/url]
|
||||
|
||||
Textures (edited with [url=http://www.gimp.org/]gimp[/url]) from [url=http://gamiano.de/]gamiano.de[/url].
|
||||
[spoiler=Click here for a screenshot of the original jungle.]
|
||||
[img]http://ubuntuone.com/7A4U8v4NPRI0VFzwqxLIvo[/img][/spoiler]
|
8
README.txt
Normal file
8
README.txt
Normal file
@ -0,0 +1,8 @@
|
||||
------Swamps------
|
||||
— Textures from: gimp, gamiano.de
|
||||
— Sounds from: http://www.freesound.org/people/dobroide/sounds/16771/, supertux (GPL)
|
||||
— I looked at snow mod for mapgen and
|
||||
— at the jungletree mod for birches.
|
||||
|
||||
TODO:
|
||||
— fix swampwater
|
@ -1,10 +1,3 @@
|
||||
--[[
|
||||
sumpf
|
||||
Textures from: gimp, gamiano.de
|
||||
Sounds from: supertux (GPL), http://www.freesound.org/people/dobroide/sounds/16771/
|
||||
I looked at snow mod for mapgen and
|
||||
at the jungletree mod for birches.
|
||||
]]
|
||||
minetest.register_craft({
|
||||
output = "sumpf:junglestonebrick",
|
||||
recipe = {
|
||||
@ -22,7 +15,7 @@ minetest.register_craft({
|
||||
|
||||
minetest.register_node("sumpf:junglestone", {
|
||||
description = "Swamp Stone",
|
||||
tile_images = {"sumpf_swampstone.png"},
|
||||
tiles = {"sumpf_swampstone.png"},
|
||||
groups = {cracky=3},
|
||||
legacy_mineral = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
@ -30,7 +23,7 @@ minetest.register_node("sumpf:junglestone", {
|
||||
|
||||
minetest.register_node("sumpf:cobble", {
|
||||
description = "Swamp Cobble Stone",
|
||||
tile_images = {"sumpf_cobble.png"},
|
||||
tiles = {"sumpf_cobble.png"},
|
||||
groups = {cracky=3},
|
||||
legacy_mineral = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
@ -122,7 +115,7 @@ stairs.register_stair_and_slab("swampstonebrick", "sumpf:swampstonebrick",
|
||||
|
||||
minetest.register_node("sumpf:gras", {
|
||||
description = "Swamp Grass",
|
||||
tile_images = {"sumpfgrass.png"},
|
||||
tiles = {"sumpfgrass.png"},
|
||||
inventory_image = "sumpfgrass.png",
|
||||
drawtype = "plantlike",
|
||||
paramtype = "light",
|
||||
|
@ -1,6 +1,6 @@
|
||||
--This file contains configuration options for swamp mod.
|
||||
|
||||
sumpf.enable_mapgen = true
|
||||
sumpf.enable_mapgen = false
|
||||
|
||||
--Always generate swamps (causes some lag)
|
||||
sumpf.always_generate = false
|
||||
@ -15,7 +15,7 @@ sumpf.enable_plants = true
|
||||
sumpf.swampwater = false
|
||||
|
||||
--habitat stuff (no vm yet)
|
||||
sumpf.spawn_plants = true
|
||||
sumpf.spawn_plants = false
|
||||
|
||||
--says some information.
|
||||
sumpf.info = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user