mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Structure syntax
This commit is contained in:
parent
96ad809dc5
commit
a4ac66a91b
28 changed files with 491 additions and 487 deletions
|
@ -4,16 +4,16 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by BlockMen (MIT)
|
Originally by BlockMen (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
BlockMen (CC BY-SA 3.0)
|
BlockMen (CC BY-SA 3.0)
|
||||||
All textures unless otherwise noted
|
- All textures unless otherwise noted
|
||||||
|
|
||||||
TumeniNodes (CC BY-SA 3.0)
|
TumeniNodes (CC BY-SA 3.0)
|
||||||
beds_bed_under.png
|
- beds_bed_under.png
|
||||||
|
|
||||||
This mod adds a bed to Minetest which allows players to skip the night.
|
This mod adds a bed to Minetest which allows players to skip the night.
|
||||||
To sleep, right click on the bed. If playing in singleplayer mode the night gets skipped
|
To sleep, right click on the bed. If playing in singleplayer mode the night gets skipped
|
||||||
|
@ -23,8 +23,8 @@ than half of the players are lying in bed and use this option.
|
||||||
|
|
||||||
Another feature is a controlled respawning. If you have slept in bed (not just lying in
|
Another feature is a controlled respawning. If you have slept in bed (not just lying in
|
||||||
it) your respawn point is set to the beds location and you will respawn there after
|
it) your respawn point is set to the beds location and you will respawn there after
|
||||||
death.
|
death.<br>
|
||||||
You can disable the respawn at beds by setting "enable_bed_respawn = false" in
|
You can disable the respawn at beds by setting "enable_bed_respawn = false" in
|
||||||
minetest.conf.
|
minetest.conf.<br>
|
||||||
You can disable the night skip feature by setting "enable_bed_night_skip = false" in
|
You can disable the night skip feature by setting "enable_bed_night_skip = false" in
|
||||||
minetest.conf or by using the /set command in-game.
|
minetest.conf or by using the /set command in-game.
|
||||||
|
|
|
@ -9,23 +9,25 @@ paramat (MIT)
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
binoculars_binoculars.png
|
- binoculars_binoculars.png
|
||||||
|
|
||||||
Crafting
|
Crafting
|
||||||
--------
|
--------
|
||||||
binoculars:binoculars
|
binoculars:binoculars
|
||||||
|
|
||||||
default:obsidian_glass O
|
default:obsidian_glass O<br>
|
||||||
default:bronze_ingot B
|
default:bronze_ingot B
|
||||||
|
|
||||||
|
```
|
||||||
|
O_O<br>
|
||||||
|
BBB<br>
|
||||||
O_O
|
O_O
|
||||||
BBB
|
```
|
||||||
O_O
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
In survival mode, use of zoom requires the binoculars item in your inventory,
|
In survival mode, use of zoom requires the binoculars item in your inventory,
|
||||||
they will allow a 10 degree field of view.
|
they will allow a 10 degree field of view.<br>
|
||||||
It can take up to 5 seconds for adding to or removal from inventory to have an
|
It can take up to 5 seconds for adding to or removal from inventory to have an
|
||||||
effect, however to instantly allow the use of this zoom 'use' (leftclick) the
|
effect, however to instantly allow the use of this zoom 'use' (leftclick) the
|
||||||
item.
|
item.
|
||||||
|
|
|
@ -4,28 +4,30 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by PilzAdam (MIT)
|
Originally by PilzAdam (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures and model)
|
Authors of media (textures and model)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
Textures: Zeg9 (CC BY-SA 3.0)
|
Textures: Zeg9 (CC BY-SA 3.0)<br>
|
||||||
Model: thetoon and Zeg9 (CC BY-SA 3.0),
|
Model: thetoon and Zeg9 (CC BY-SA 3.0),
|
||||||
modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
|
- modified by PavelS(SokolovPavel) (CC BY-SA 3.0),
|
||||||
modified by sofar (CC BY-SA 3.0)
|
- modified by sofar (CC BY-SA 3.0)
|
||||||
|
|
||||||
Controls
|
Controls
|
||||||
--------
|
--------
|
||||||
Right mouse button = Enter or exit boat when pointing at boat.
|
```
|
||||||
Forward = Speed up.
|
Right mouse button = Enter or exit boat when pointing at boat.<br>
|
||||||
Slow down when moving backwards.
|
Forward = Speed up.<br>
|
||||||
Forward + backward = Enable cruise mode: Boat will accelerate to maximum forward
|
Slow down when moving backwards.<br>
|
||||||
|
Forward + backward = Enable cruise mode: Boat will accelerate to maximum forward.<br>
|
||||||
speed and remain at that speed without needing to hold the
|
speed and remain at that speed without needing to hold the
|
||||||
forward key.
|
forward key.<br>
|
||||||
Backward = Slow down.
|
Backward = Slow down.<br>
|
||||||
Speed up when moving backwards.
|
Speed up when moving backwards.<br>
|
||||||
Disable cruise mode.
|
Disable cruise mode.<br>
|
||||||
Left = Turn to the left.
|
Left = Turn to the left.<br>
|
||||||
Turn to the right when moving backwards.
|
Turn to the right when moving backwards.<br>
|
||||||
Right = Turn to the right.
|
Right = Turn to the right.<br>
|
||||||
Turn to the left when moving backwards.
|
Turn to the left when moving backwards.<br>
|
||||||
|
```
|
||||||
|
|
|
@ -4,7 +4,7 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by PilzAdam (MIT)
|
Originally by PilzAdam (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
|
|
|
@ -4,9 +4,9 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Kahrl <kahrl@gmx.net> (LGPLv2.1+)
|
Kahrl <kahrl@gmx.net> (LGPLv2.1+)<br>
|
||||||
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
|
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)<br>
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
|
@ -10,5 +10,5 @@ Shara RedCat (MIT)
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
Shara RedCat (CC BY-SA 3.0):
|
Shara RedCat (CC BY-SA 3.0):
|
||||||
butterflies_butterfly_*.png
|
- butterflies_butterfly_*.png
|
||||||
butterflies_butterfly_*_animated.png
|
- butterflies_butterfly_*_animated.png
|
||||||
|
|
|
@ -10,9 +10,9 @@ Cart textures are based on original work from PixelBOX by Gambit (permissive
|
||||||
license).
|
license).
|
||||||
|
|
||||||
|
|
||||||
[1] https://github.com/SmallJoker/boost_cart/
|
[1] https://github.com/SmallJoker/boost_cart/<br>
|
||||||
[2] https://github.com/PilzAdam/carts/
|
[2] https://github.com/PilzAdam/carts/<br>
|
||||||
[3] https://github.com/stujones11/railcart/
|
[3] https://github.com/stujones11/railcart/<br>
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
|
@ -4,7 +4,7 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
|
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)<br>
|
||||||
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
|
Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com> (MIT)
|
||||||
|
|
||||||
Author of media (textures)
|
Author of media (textures)
|
||||||
|
|
|
@ -4,384 +4,384 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
|
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)
|
||||||
|
|
||||||
The torch code was derived by sofar from the 'torches' mod by
|
The torch code was derived by sofar from the 'torches' mod by<br>
|
||||||
BlockMen (LGPLv2.1+)
|
BlockMen (LGPLv2.1+)
|
||||||
|
|
||||||
Authors of media (textures, sounds, models and schematics)
|
Authors of media (textures, sounds, models and schematics)
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
Everything not listed in here:
|
Everything not listed in here:<br>
|
||||||
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0)
|
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0)
|
||||||
|
|
||||||
|
|
||||||
Textures
|
Textures
|
||||||
--------
|
--------
|
||||||
Cisoun's texture pack (CC BY-SA 3.0):
|
Cisoun's texture pack (CC BY-SA 3.0):
|
||||||
default_jungletree.png
|
- default_jungletree.png
|
||||||
default_lava.png
|
- default_lava.png
|
||||||
default_leaves.png
|
- default_leaves.png
|
||||||
default_sapling.png
|
- default_sapling.png
|
||||||
default_bush_sapling.png
|
- default_bush_sapling.png
|
||||||
default_stone.png
|
- default_stone.png
|
||||||
default_tree.png
|
- default_tree.png
|
||||||
default_tree_top.png
|
- default_tree_top.png
|
||||||
default_water.png
|
- default_water.png
|
||||||
|
|
||||||
RealBadAngel's animated water (CC BY-SA 3.0):
|
RealBadAngel's animated water (CC BY-SA 3.0):
|
||||||
default_water_source_animated.png
|
- default_water_source_animated.png
|
||||||
default_water_flowing_animated.png
|
- default_water_flowing_animated.png
|
||||||
|
|
||||||
VanessaE (CC BY-SA 3.0):
|
VanessaE (CC BY-SA 3.0):
|
||||||
default_torch_animated.png
|
- default_torch_animated.png
|
||||||
default_torch_on_ceiling_animated.png
|
- default_torch_on_ceiling_animated.png
|
||||||
default_torch_on_floor_animated.png
|
- default_torch_on_floor_animated.png
|
||||||
default_torch_on_floor.png
|
- default_torch_on_floor.png
|
||||||
default_desert_sand.png
|
- default_desert_sand.png
|
||||||
default_desert_stone.png
|
- default_desert_stone.png
|
||||||
default_sand.png
|
- default_sand.png
|
||||||
default_mese_crystal.png
|
- default_mese_crystal.png
|
||||||
default_mese_crystal_fragment.png
|
- default_mese_crystal_fragment.png
|
||||||
|
|
||||||
Calinou (CC BY-SA 3.0):
|
Calinou (CC BY-SA 3.0):
|
||||||
default_brick.png
|
- default_brick.png
|
||||||
default_papyrus.png
|
- default_papyrus.png
|
||||||
default_mineral_copper.png
|
- default_mineral_copper.png
|
||||||
|
|
||||||
PilzAdam (CC BY-SA 3.0):
|
PilzAdam (CC BY-SA 3.0):
|
||||||
default_jungleleaves.png
|
- default_jungleleaves.png
|
||||||
default_junglesapling.png
|
- default_junglesapling.png
|
||||||
default_obsidian_glass.png
|
- default_obsidian_glass.png
|
||||||
default_obsidian_shard.png
|
- default_obsidian_shard.png
|
||||||
default_mineral_gold.png
|
- default_mineral_gold.png
|
||||||
|
|
||||||
jojoa1997 (CC BY-SA 3.0):
|
jojoa1997 (CC BY-SA 3.0):
|
||||||
default_obsidian.png
|
- default_obsidian.png
|
||||||
|
|
||||||
InfinityProject (CC BY-SA 3.0):
|
InfinityProject (CC BY-SA 3.0):
|
||||||
default_mineral_diamond.png
|
- default_mineral_diamond.png
|
||||||
|
|
||||||
Splizard (CC BY-SA 3.0):
|
Splizard (CC BY-SA 3.0):
|
||||||
default_pine_sapling.png
|
- default_pine_sapling.png
|
||||||
default_pine_needles.png
|
- default_pine_needles.png
|
||||||
|
|
||||||
Zeg9 (CC BY-SA 3.0):
|
Zeg9 (CC BY-SA 3.0):
|
||||||
default_coal_block.png
|
- default_coal_block.png
|
||||||
|
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
wieldhand.png -- Copied from character.png by Jordach (CC BY-SA 3.0)
|
- wieldhand.png -- Copied from character.png by Jordach (CC BY-SA 3.0)
|
||||||
default_pinetree.png
|
- default_pinetree.png
|
||||||
default_pinetree_top.png
|
- default_pinetree_top.png
|
||||||
default_pinewood.png
|
- default_pinewood.png
|
||||||
default_acacia_leaves.png
|
- default_acacia_leaves.png
|
||||||
default_acacia_leaves_simple.png
|
- default_acacia_leaves_simple.png
|
||||||
default_acacia_sapling.png
|
- default_acacia_sapling.png
|
||||||
default_acacia_bush_sapling.png
|
- default_acacia_bush_sapling.png
|
||||||
default_pine_bush_sapling.png
|
- default_pine_bush_sapling.png
|
||||||
default_acacia_tree.png
|
- default_acacia_tree.png
|
||||||
default_acacia_tree_top.png
|
- default_acacia_tree_top.png
|
||||||
default_acacia_wood.png
|
- default_acacia_wood.png
|
||||||
default_acacia_bush_stem.png
|
- default_acacia_bush_stem.png
|
||||||
default_bush_stem.png
|
- default_bush_stem.png
|
||||||
default_pine_bush_stem.png
|
- default_pine_bush_stem.png
|
||||||
default_junglewood.png
|
- default_junglewood.png
|
||||||
default_jungletree_top.png
|
- default_jungletree_top.png
|
||||||
default_sandstone_brick.png
|
- default_sandstone_brick.png
|
||||||
default_obsidian_brick.png
|
- default_obsidian_brick.png
|
||||||
default_stone_brick.png
|
- default_stone_brick.png
|
||||||
default_desert_stone_brick.png
|
- default_desert_stone_brick.png
|
||||||
default_sandstone_block.png
|
- default_sandstone_block.png
|
||||||
default_obsidian_block.png
|
- default_obsidian_block.png
|
||||||
default_stone_block.png
|
- default_stone_block.png
|
||||||
default_desert_stone_block.png
|
- default_desert_stone_block.png
|
||||||
default_river_water.png
|
- default_river_water.png
|
||||||
default_river_water_source_animated.png
|
- default_river_water_source_animated.png
|
||||||
default_river_water_flowing_animated.png
|
- default_river_water_flowing_animated.png
|
||||||
default_dry_grass.png
|
- default_dry_grass.png
|
||||||
default_dry_grass_side.png
|
- default_dry_grass_side.png
|
||||||
default_dry_grass_*.png
|
- default_dry_grass_*.png
|
||||||
default_grass_side.png -- Derived from a texture by TumeniNodes (CC-BY-SA 3.0)
|
- default_grass_side.png -- Derived from a texture by TumeniNodes (CC-BY-SA 3.0)
|
||||||
default_mese_block.png
|
- default_mese_block.png
|
||||||
default_silver_sand.png
|
- default_silver_sand.png
|
||||||
default_mese_post_light_side.png
|
- default_mese_post_light_side.png
|
||||||
default_mese_post_light_side_dark.png
|
- default_mese_post_light_side_dark.png
|
||||||
default_mese_post_light_top.png
|
- default_mese_post_light_top.png
|
||||||
default_silver_sandstone.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0)
|
- default_silver_sandstone.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0)
|
||||||
default_silver_sandstone_brick.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0)
|
- default_silver_sandstone_brick.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0)
|
||||||
default_silver_sandstone_block.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0)
|
- default_silver_sandstone_block.png -- Derived from a texture by GreenXenith (CC-BY-SA 3.0)
|
||||||
default_bookshelf_slot.png -- Derived from a texture by Gambit (CC-BY-SA 3.0)
|
- default_bookshelf_slot.png -- Derived from a texture by Gambit (CC-BY-SA 3.0)
|
||||||
default_marram_grass_*.png -- Derived from textures by TumeniNodes (CC-BY-SA 3.0)
|
- default_marram_grass_*.png -- Derived from textures by TumeniNodes (CC-BY-SA 3.0)
|
||||||
default_emergent_jungle_sapling.png
|
- default_emergent_jungle_sapling.png
|
||||||
default_permafrost.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
|
- default_permafrost.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
|
||||||
default_stones.png -- Derived from a texture by sofar (CC0 1.0)
|
- default_stones.png -- Derived from a texture by sofar (CC0 1.0)
|
||||||
default_stones_side.png -- Derived from a texture by sofar (CC0 1.0)
|
- default_stones_side.png -- Derived from a texture by sofar (CC0 1.0)
|
||||||
default_moss.png
|
- default_moss.png
|
||||||
default_moss_side.png
|
- default_moss_side.png
|
||||||
default_fence_rail_acacia_wood
|
- default_fence_rail_acacia_wood
|
||||||
default_fence_rail_aspen_wood -- Derived from a texture by sofar (CC BY-SA 3.0)
|
- default_fence_rail_aspen_wood -- Derived from a texture by sofar (CC BY-SA 3.0)
|
||||||
default_fence_rail_junglewood
|
- default_fence_rail_junglewood
|
||||||
default_fence_rail_pine_wood
|
- default_fence_rail_pine_wood
|
||||||
default_fence_rail_wood -- Derived from a texture by BlockMen (CC BY-SA 3.0)
|
- default_fence_rail_wood -- Derived from a texture by BlockMen (CC BY-SA 3.0)
|
||||||
gui_hotbar.png
|
- gui_hotbar.png
|
||||||
gui_hotbar_selected.png
|
- gui_hotbar_selected.png
|
||||||
|
|
||||||
TumeniNodes (CC BY-SA 3.0):
|
TumeniNodes (CC BY-SA 3.0):
|
||||||
default_desert_cobble.png -- Derived from a texture by brunob.santos (CC BY-SA 3.0)
|
- default_desert_cobble.png -- Derived from a texture by brunob.santos (CC BY-SA 3.0)
|
||||||
default_coniferous_litter.png
|
- default_coniferous_litter.png
|
||||||
default_coniferous_litter_side.png
|
- default_coniferous_litter_side.png
|
||||||
default_grass.png
|
- default_grass.png
|
||||||
default_dry_dirt.png
|
- default_dry_dirt.png
|
||||||
|
|
||||||
BlockMen (CC BY-SA 3.0):
|
BlockMen (CC BY-SA 3.0):
|
||||||
default_aspen_leaves.png -- Derived from Sofar's texture
|
- default_aspen_leaves.png -- Derived from Sofar's texture
|
||||||
default_wood.png
|
- default_wood.png
|
||||||
default_clay_brick.png
|
- default_clay_brick.png
|
||||||
default_iron_ingot.png
|
- default_iron_ingot.png
|
||||||
default_gold_ingot.png
|
- default_gold_ingot.png
|
||||||
default_tool_steelsword.png
|
- default_tool_steelsword.png
|
||||||
default_diamond.png
|
- default_diamond.png
|
||||||
default_tool_*.png
|
- default_tool_*.png
|
||||||
default_lava_source_animated.png
|
- default_lava_source_animated.png
|
||||||
default_lava_flowing_animated.png
|
- default_lava_flowing_animated.png
|
||||||
default_stick.png
|
- default_stick.png
|
||||||
default_chest_front.png
|
- default_chest_front.png
|
||||||
default_chest_lock.png
|
- default_chest_lock.png
|
||||||
default_chest_side.png
|
- default_chest_side.png
|
||||||
default_chest_top.png
|
- default_chest_top.png
|
||||||
default_mineral_mese.png
|
- default_mineral_mese.png
|
||||||
default_meselamp.png
|
- default_meselamp.png
|
||||||
bubble.png
|
- bubble.png
|
||||||
gui_formbg.png
|
- gui_formbg.png
|
||||||
gui_furnace_arrow_bg.png
|
- gui_furnace_arrow_bg.png
|
||||||
gui_furnace_arrow_fg.png
|
- gui_furnace_arrow_fg.png
|
||||||
gui_hb_bg.png
|
- gui_hb_bg.png
|
||||||
|
|
||||||
sofar (CC BY-SA 3.0):
|
sofar (CC BY-SA 3.0):
|
||||||
default_aspen_sapling
|
- default_aspen_sapling
|
||||||
default_aspen_tree
|
- default_aspen_tree
|
||||||
default_aspen_tree_top, derived from default_pine_tree_top (by paramat)
|
- default_aspen_tree_top, derived from default_pine_tree_top (by paramat)
|
||||||
default_aspen_wood, derived from default_pine_wood (by paramat)
|
- default_aspen_wood, derived from default_pine_wood (by paramat)
|
||||||
default_chest_inside
|
- default_chest_inside
|
||||||
|
|
||||||
sofar (CC0 1.0):
|
sofar (CC0 1.0):
|
||||||
default_gravel.png -- Derived from Gambit's PixelBOX texture pack light gravel
|
- default_gravel.png -- Derived from Gambit's PixelBOX texture pack light gravel
|
||||||
|
|
||||||
Neuromancer (CC BY-SA 3.0):
|
Neuromancer (CC BY-SA 3.0):
|
||||||
default_cobble.png, based on texture by Brane praefect
|
- default_cobble.png, based on texture by Brane praefect
|
||||||
default_mossycobble.png, based on texture by Brane praefect
|
- default_mossycobble.png, based on texture by Brane praefect
|
||||||
default_furnace_*.png
|
- default_furnace_*.png
|
||||||
|
|
||||||
Gambit (CC BY-SA 3.0):
|
Gambit (CC BY-SA 3.0):
|
||||||
default_bronze_ingot.png
|
- default_bronze_ingot.png
|
||||||
default_copper_ingot.png
|
- default_copper_ingot.png
|
||||||
default_copper_lump.png
|
- default_copper_lump.png
|
||||||
default_iron_lump.png
|
- default_iron_lump.png
|
||||||
default_gold_lump.png
|
- default_gold_lump.png
|
||||||
default_clay_lump.png
|
- default_clay_lump.png
|
||||||
default_coal.png
|
- default_coal.png
|
||||||
default_grass_*.png
|
- default_grass_*.png
|
||||||
default_paper.png
|
- default_paper.png
|
||||||
default_diamond_block.png
|
- default_diamond_block.png
|
||||||
default_ladder_steel.png
|
- default_ladder_steel.png
|
||||||
default_sign_wall_wood.png
|
- default_sign_wall_wood.png
|
||||||
default_flint.png
|
- default_flint.png
|
||||||
default_snow.png
|
- default_snow.png
|
||||||
default_snow_side.png
|
- default_snow_side.png
|
||||||
default_snowball.png
|
- default_snowball.png
|
||||||
default_key.png
|
- default_key.png
|
||||||
default_key_skeleton.png
|
- default_key_skeleton.png
|
||||||
default_book.png
|
- default_book.png
|
||||||
|
|
||||||
asl97 (CC BY-SA 3.0):
|
asl97 (CC BY-SA 3.0):
|
||||||
default_ice.png
|
- default_ice.png
|
||||||
|
|
||||||
KevDoy (CC BY-SA 3.0):
|
KevDoy (CC BY-SA 3.0):
|
||||||
heart.png
|
- heart.png
|
||||||
|
|
||||||
Pithydon (CC BY-SA 3.0)
|
Pithydon (CC BY-SA 3.0)
|
||||||
default_coral_brown.png
|
- default_coral_brown.png
|
||||||
default_coral_orange.png
|
- default_coral_orange.png
|
||||||
default_coral_skeleton.png
|
- default_coral_skeleton.png
|
||||||
|
|
||||||
Ferk (CC0 1.0):
|
Ferk (CC0 1.0):
|
||||||
default_item_smoke.png
|
- default_item_smoke.png
|
||||||
|
|
||||||
npx (CC BY-SA 3.0):
|
npx (CC BY-SA 3.0):
|
||||||
default_rainforest_litter.png
|
- default_rainforest_litter.png
|
||||||
default_rainforest_litter_side.png
|
- default_rainforest_litter_side.png
|
||||||
|
|
||||||
kaeza (CC-BY-SA 3.0):
|
kaeza (CC-BY-SA 3.0):
|
||||||
default_desert_sandstone.png
|
- default_desert_sandstone.png
|
||||||
default_desert_sandstone_brick.png
|
- default_desert_sandstone_brick.png
|
||||||
default_desert_sandstone_block.png
|
- default_desert_sandstone_block.png
|
||||||
|
|
||||||
kilbith (CC BY-SA 3.0):
|
kilbith (CC BY-SA 3.0):
|
||||||
default_steel_block.png
|
- default_steel_block.png
|
||||||
default_copper_block.png
|
- default_copper_block.png
|
||||||
default_bronze_block.png
|
- default_bronze_block.png
|
||||||
default_gold_block.png
|
- default_gold_block.png
|
||||||
default_tin_block.png
|
- default_tin_block.png
|
||||||
default_mineral_tin.png
|
- default_mineral_tin.png
|
||||||
default_tin_ingot.png
|
- default_tin_ingot.png
|
||||||
default_tin_lump.png
|
- default_tin_lump.png
|
||||||
|
|
||||||
tobyplowy (CC BY-SA 3.0):
|
tobyplowy (CC BY-SA 3.0):
|
||||||
default_kelp.png
|
- default_kelp.png
|
||||||
|
|
||||||
CloudyProton (CC BY-SA 3.0):
|
CloudyProton (CC BY-SA 3.0):
|
||||||
default_book_written.png, based on default_book.png by Gambit
|
- default_book_written.png, based on default_book.png by Gambit
|
||||||
|
|
||||||
Mossmanikin (CC BY-SA 3.0):
|
Mossmanikin (CC BY-SA 3.0):
|
||||||
default_fern_*.png
|
- default_fern_*.png
|
||||||
|
|
||||||
random-geek (CC BY-SA 3.0):
|
random-geek (CC BY-SA 3.0):
|
||||||
default_blueberries.png
|
- default_blueberries.png
|
||||||
default_blueberry_overlay.png
|
- default_blueberry_overlay.png
|
||||||
default_blueberry_bush_leaves.png, derived from default_bush_leaves (by paramat)
|
- default_blueberry_bush_leaves.png, derived from default_bush_leaves (by paramat)
|
||||||
default_blueberry_bush_sapling.png
|
- default_blueberry_bush_sapling.png
|
||||||
default_dirt.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
|
- default_dirt.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
|
||||||
|
|
||||||
Krock (CC0 1.0):
|
Krock (CC0 1.0):
|
||||||
default_glass.png
|
- default_glass.png
|
||||||
default_glass_detail.png
|
- default_glass_detail.png
|
||||||
|
|
||||||
Topywo (CC BY-SA 3.0)
|
Topywo (CC BY-SA 3.0)
|
||||||
default_coral_cyan.png
|
- default_coral_cyan.png
|
||||||
default_coral_green.png
|
- default_coral_green.png
|
||||||
default_coral_pink.png
|
- default_coral_pink.png
|
||||||
|
|
||||||
Extex101 (CC BY-SA 3.0)
|
Extex101 (CC BY-SA 3.0)
|
||||||
default_large_cactus_seedling.png
|
- default_large_cactus_seedling.png
|
||||||
|
|
||||||
|
|
||||||
Sounds
|
Sounds
|
||||||
------
|
------
|
||||||
Glass breaking sounds (CC BY 3.0):
|
Glass breaking sounds (CC BY 3.0):
|
||||||
1: http://www.freesound.org/people/cmusounddesign/sounds/71947/
|
- 1: http://www.freesound.org/people/cmusounddesign/sounds/71947/
|
||||||
2: http://www.freesound.org/people/Tomlija/sounds/97669/
|
- 2: http://www.freesound.org/people/Tomlija/sounds/97669/
|
||||||
3: http://www.freesound.org/people/lsprice/sounds/88808/
|
- 3: http://www.freesound.org/people/lsprice/sounds/88808/
|
||||||
|
|
||||||
Mito551 (sounds) (CC BY-SA 3.0):
|
Mito551 (sounds) (CC BY-SA 3.0):
|
||||||
default_dig_choppy.ogg
|
- default_dig_choppy.ogg
|
||||||
default_dig_cracky.ogg
|
- default_dig_cracky.ogg
|
||||||
default_dig_crumbly.1.ogg
|
- default_dig_crumbly.1.ogg
|
||||||
default_dig_crumbly.2.ogg
|
- default_dig_crumbly.2.ogg
|
||||||
default_dig_dig_immediate.ogg
|
- default_dig_dig_immediate.ogg
|
||||||
default_dig_oddly_breakable_by_hand.ogg
|
- default_dig_oddly_breakable_by_hand.ogg
|
||||||
default_dug_node.1.ogg
|
- default_dug_node.1.ogg
|
||||||
default_dug_node.2.ogg
|
- default_dug_node.2.ogg
|
||||||
default_grass_footstep.1.ogg
|
- default_grass_footstep.1.ogg
|
||||||
default_grass_footstep.2.ogg
|
- default_grass_footstep.2.ogg
|
||||||
default_grass_footstep.3.ogg
|
- default_grass_footstep.3.ogg
|
||||||
default_gravel_footstep.1.ogg
|
- default_gravel_footstep.1.ogg
|
||||||
default_gravel_footstep.2.ogg
|
- default_gravel_footstep.2.ogg
|
||||||
default_gravel_footstep.3.ogg
|
- default_gravel_footstep.3.ogg
|
||||||
default_gravel_footstep.4.ogg
|
- default_gravel_footstep.4.ogg
|
||||||
default_grass_footstep.1.ogg
|
- default_grass_footstep.1.ogg
|
||||||
default_place_node.1.ogg
|
- default_place_node.1.ogg
|
||||||
default_place_node.2.ogg
|
- default_place_node.2.ogg
|
||||||
default_place_node.3.ogg
|
- default_place_node.3.ogg
|
||||||
default_place_node_hard.1.ogg
|
- default_place_node_hard.1.ogg
|
||||||
default_place_node_hard.2.ogg
|
- default_place_node_hard.2.ogg
|
||||||
default_hard_footstep.1.ogg
|
- default_hard_footstep.1.ogg
|
||||||
default_hard_footstep.2.ogg
|
- default_hard_footstep.2.ogg
|
||||||
default_hard_footstep.3.ogg
|
- default_hard_footstep.3.ogg
|
||||||
default_sand_footstep.1.ogg
|
- default_sand_footstep.1.ogg
|
||||||
default_sand_footstep.2.ogg
|
- default_sand_footstep.2.ogg
|
||||||
default_wood_footstep.1.ogg
|
- default_wood_footstep.1.ogg
|
||||||
default_wood_footstep.2.ogg
|
- default_wood_footstep.2.ogg
|
||||||
default_dirt_footstep.1.ogg
|
- default_dirt_footstep.1.ogg
|
||||||
default_dirt_footstep.2.ogg
|
- default_dirt_footstep.2.ogg
|
||||||
default_glass_footstep.ogg
|
- default_glass_footstep.ogg
|
||||||
|
|
||||||
Metal sounds:
|
Metal sounds:
|
||||||
default_dig_metal.ogg - yadronoff - CC-BY-3.0
|
- default_dig_metal.ogg - yadronoff - CC-BY-3.0
|
||||||
- https://www.freesound.org/people/yadronoff/sounds/320397/
|
- https://www.freesound.org/people/yadronoff/sounds/320397/
|
||||||
default_dug_metal.*.ogg - Iwan Gabovitch - qubodup - CC0
|
- default_dug_metal.*.ogg - Iwan Gabovitch - qubodup - CC0
|
||||||
- http://opengameart.org/users/qubodup
|
- http://opengameart.org/users/qubodup
|
||||||
default_metal_footstep.*.ogg - Ottomaani138 - CC0
|
- default_metal_footstep.*.ogg - Ottomaani138 - CC0
|
||||||
- https://www.freesound.org/people/Ottomaani138/sounds/232692/
|
- https://www.freesound.org/people/Ottomaani138/sounds/232692/
|
||||||
default_place_node_metal.*.ogg - Ogrebane - CC0
|
- default_place_node_metal.*.ogg - Ogrebane - CC0
|
||||||
- http://opengameart.org/content/wood-and-metal-sound-effects-volume-2
|
- http://opengameart.org/content/wood-and-metal-sound-effects-volume-2
|
||||||
|
|
||||||
Tool breaking sounds added by sofar: CC-BY-3.0
|
Tool breaking sounds added by sofar: CC-BY-3.0
|
||||||
default_tool_breaks.* - http://www.freesound.org/people/HerbertBoland/sounds/33206/
|
- default_tool_breaks.* - http://www.freesound.org/people/HerbertBoland/sounds/33206/
|
||||||
|
|
||||||
AGFX (CC BY 3.0):
|
AGFX (CC BY 3.0):
|
||||||
https://www.freesound.org/people/AGFX/packs/1253/
|
https://www.freesound.org/people/AGFX/packs/1253/
|
||||||
default_water_footstep.1.ogg
|
- default_water_footstep.1.ogg
|
||||||
default_water_footstep.2.ogg
|
- default_water_footstep.2.ogg
|
||||||
default_water_footstep.3.ogg
|
- default_water_footstep.3.ogg<br>
|
||||||
(default_water_footstep.4.ogg is silent)
|
(default_water_footstep.4.ogg is silent)
|
||||||
|
|
||||||
blukotek (CC0 1.0):
|
blukotek (CC0 1.0):
|
||||||
https://www.freesound.org/people/blukotek/sounds/251660/
|
https://www.freesound.org/people/blukotek/sounds/251660/
|
||||||
default_dig_snappy.ogg
|
- default_dig_snappy.ogg
|
||||||
|
|
||||||
Chests sounds added by sofar, derived of several files mixed together:
|
Chests sounds added by sofar, derived of several files mixed together:
|
||||||
default_chest_open.ogg
|
- default_chest_open.ogg
|
||||||
default_chest_close.ogg
|
- default_chest_close.ogg
|
||||||
- http://www.freesound.org/people/Sevin7/sounds/269722/ CC0
|
- http://www.freesound.org/people/Sevin7/sounds/269722/ CC0
|
||||||
- http://www.freesound.org/people/Percy%20Duke/sounds/23448/ CC-BY-3.0
|
- http://www.freesound.org/people/Percy%20Duke/sounds/23448/ CC-BY-3.0
|
||||||
- http://www.freesound.org/people/kingsamas/sounds/135576/ CC-BY-3.0
|
- http://www.freesound.org/people/kingsamas/sounds/135576/ CC-BY-3.0
|
||||||
- http://www.freesound.org/people/bulbastre/sounds/126887/ CC-BY-3.0
|
- http://www.freesound.org/people/bulbastre/sounds/126887/ CC-BY-3.0
|
||||||
- http://www.freesound.org/people/Yoyodaman234/sounds/183541/ CC0
|
- http://www.freesound.org/people/Yoyodaman234/sounds/183541/ CC0
|
||||||
|
|
||||||
Ryding (CC0 1.0):
|
Ryding (CC0 1.0):
|
||||||
http://freesound.org/people/Ryding/sounds/94337/
|
http://freesound.org/people/Ryding/sounds/94337/
|
||||||
default_snow_footstep.*.ogg
|
- default_snow_footstep.*.ogg
|
||||||
|
|
||||||
Ferk (CC0 1.0):
|
Ferk (CC0 1.0):
|
||||||
default_item_smoke.ogg, based on a sound by http://opengameart.org/users/bart
|
- default_item_smoke.ogg, based on a sound by http://opengameart.org/users/bart
|
||||||
|
|
||||||
sonictechtonic (CC BY 3.0):
|
sonictechtonic (CC BY 3.0):
|
||||||
https://www.freesound.org/people/sonictechtonic/sounds/241872/
|
https://www.freesound.org/people/sonictechtonic/sounds/241872/
|
||||||
player_damage.ogg
|
- player_damage.ogg
|
||||||
|
|
||||||
|
|
||||||
Models
|
Models
|
||||||
------
|
------
|
||||||
sofar (CC BY-SA 3.0):
|
sofar (CC BY-SA 3.0):
|
||||||
chest_open.obj
|
- chest_open.obj
|
||||||
torch_ceiling.obj
|
- torch_ceiling.obj
|
||||||
torch_floor.obj
|
- torch_floor.obj
|
||||||
torch_wall.obj
|
- torch_wall.obj
|
||||||
|
|
||||||
|
|
||||||
Schematics
|
Schematics
|
||||||
----------
|
----------
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
acacia_bush.mts
|
- acacia_bush.mts
|
||||||
acacia_tree.mts
|
- acacia_tree.mts
|
||||||
acacia_tree_from_sapling.mts
|
- acacia_tree_from_sapling.mts
|
||||||
apple_tree.mts
|
- apple_tree.mts
|
||||||
apple_tree_from_sapling.mts
|
- apple_tree_from_sapling.mts
|
||||||
aspen_tree.mts
|
- aspen_tree.mts
|
||||||
aspen_tree_from_sapling.mts
|
- aspen_tree_from_sapling.mts
|
||||||
bush.mts
|
- bush.mts
|
||||||
emergent_jungle_tree.mts
|
- emergent_jungle_tree.mts
|
||||||
emergent_jungle_tree_from_sapling.mts
|
- emergent_jungle_tree_from_sapling.mts
|
||||||
jungle_tree.mts
|
- jungle_tree.mts
|
||||||
jungle_tree_from_sapling.mts
|
- jungle_tree_from_sapling.mts
|
||||||
large_cactus.mts
|
- large_cactus.mts
|
||||||
papyrus.mts
|
- papyrus.mts
|
||||||
pine_tree.mts
|
- pine_tree.mts
|
||||||
pine_tree_from_sapling.mts
|
- pine_tree_from_sapling.mts
|
||||||
snowy_pine_tree_from_sapling.mts
|
- snowy_pine_tree_from_sapling.mts
|
||||||
small_pine_tree.mts
|
- small_pine_tree.mts
|
||||||
small_pine_tree_from_sapling.mts
|
- small_pine_tree_from_sapling.mts
|
||||||
snowy_small_pine_tree_from_sapling.mts
|
- snowy_small_pine_tree_from_sapling.mts
|
||||||
|
|
||||||
Shara RedCat (CC BY-SA 3.0):
|
Shara RedCat (CC BY-SA 3.0):
|
||||||
acacia_log.mts
|
- acacia_log.mts
|
||||||
apple_log.mts
|
- apple_log.mts
|
||||||
aspen_log.mts
|
- aspen_log.mts
|
||||||
jungle_log.mts
|
- jungle_log.mts
|
||||||
pine_log.mts
|
- pine_log.mts
|
||||||
|
|
||||||
TumeniNodes (CC BY-SA 3.0):
|
TumeniNodes (CC BY-SA 3.0):
|
||||||
pine_bush.mts
|
- pine_bush.mts
|
||||||
|
|
||||||
random-geek (CC BY-SA 3.0):
|
random-geek (CC BY-SA 3.0):
|
||||||
blueberry_bush.mts
|
- blueberry_bush.mts
|
||||||
|
|
|
@ -8,10 +8,10 @@ Originally by PilzAdam (MIT)
|
||||||
|
|
||||||
Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.
|
Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.
|
||||||
|
|
||||||
Modified by sofar (sofar@foo-projects.org) (MIT):
|
Modified by sofar (sofar@foo-projects.org) (MIT):<br>
|
||||||
Added Steel trapdoor.
|
Added Steel trapdoor.<br>
|
||||||
Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
|
Re-implemented most of the door algorithms, added meshes, UV wrapped texture.<br>
|
||||||
Added doors API to facilitate coding mods accessing and operating doors.
|
Added doors API to facilitate coding mods accessing and operating doors.<br>
|
||||||
Added Fence Gate model, code, and sounds.
|
Added Fence Gate model, code, and sounds.
|
||||||
|
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
@ -20,41 +20,41 @@ Various Minetest developers and contributors (MIT)
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
Following textures created by Fernando Zapata (CC BY-SA 3.0):
|
Following textures created by Fernando Zapata (CC BY-SA 3.0):
|
||||||
door_wood.png
|
- door_wood.png
|
||||||
door_wood_a.png
|
- door_wood_a.png
|
||||||
door_wood_a_r.png
|
- door_wood_a_r.png
|
||||||
door_wood_b.png
|
- door_wood_b.png
|
||||||
door_wood_b_r.png
|
- door_wood_b_r.png
|
||||||
|
|
||||||
Following textures created by BlockMen (CC BY-SA 3.0):
|
Following textures created by BlockMen (CC BY-SA 3.0):
|
||||||
door_trapdoor.png
|
- door_trapdoor.png
|
||||||
door_obsidian_glass_side.png
|
- door_obsidian_glass_side.png
|
||||||
|
|
||||||
Following textures created by celeron55 (CC BY-SA 3.0):
|
Following textures created by celeron55 (CC BY-SA 3.0):
|
||||||
door_glass_a.png
|
- door_glass_a.png
|
||||||
door_glass_b.png
|
- door_glass_b.png
|
||||||
|
|
||||||
Following textures created by PenguinDad (CC BY-SA 4.0):
|
Following textures created by PenguinDad (CC BY-SA 4.0):
|
||||||
door_glass.png
|
- door_glass.png
|
||||||
door_obsidian_glass.png
|
- door_obsidian_glass.png
|
||||||
|
|
||||||
Following textures created by sofar (CC-BY-SA-3.0):
|
Following textures created by sofar (CC-BY-SA-3.0):
|
||||||
doors_trapdoor_steel.png
|
- doors_trapdoor_steel.png
|
||||||
|
|
||||||
Following textures created by paramat (CC-BY-SA-3.0):
|
Following textures created by paramat (CC-BY-SA-3.0):
|
||||||
door_trapdoor_side.png
|
- door_trapdoor_side.png
|
||||||
doors_trapdoor_steel_side.png
|
- doors_trapdoor_steel_side.png
|
||||||
|
|
||||||
Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
|
Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
|
||||||
door_obsidian_glass.png
|
- door_obsidian_glass.png
|
||||||
|
|
||||||
Glass door textures by Krock and paramat based on textures by VanessaE (CC BY-SA 3.0):
|
Glass door textures by Krock and paramat based on textures by VanessaE (CC BY-SA 3.0):
|
||||||
doors_door_glass.png
|
- doors_door_glass.png
|
||||||
doors_item_glass.png
|
- doors_item_glass.png
|
||||||
|
|
||||||
All other textures (created by PilzAdam) (CC BY-SA 3.0):
|
All other textures (created by PilzAdam) (CC BY-SA 3.0):
|
||||||
|
|
||||||
Door textures were converted to the new texture map by sofar, paramat and
|
Door textures were converted to the new texture map by sofar, paramat and<br>
|
||||||
red-001, under the same license as the originals.
|
red-001, under the same license as the originals.
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ Authors of media (models)
|
||||||
-------------------------
|
-------------------------
|
||||||
Door 3d models by sofar (CC-BY-SA-3.0)
|
Door 3d models by sofar (CC-BY-SA-3.0)
|
||||||
- door_a.obj
|
- door_a.obj
|
||||||
- door_b.obj
|
- door_b.obj<br>
|
||||||
Fence gate models by sofar (CC-BY-SA-3.0)
|
Fence gate models by sofar (CC-BY-SA-3.0)
|
||||||
- fencegate_open.obj
|
- fencegate_open.obj
|
||||||
- fencegate_closed.obj
|
- fencegate_closed.obj
|
||||||
|
@ -71,17 +71,17 @@ Fence gate models by sofar (CC-BY-SA-3.0)
|
||||||
Authors of media (sounds)
|
Authors of media (sounds)
|
||||||
-------------------------
|
-------------------------
|
||||||
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
|
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
|
||||||
door_open.ogg
|
- door_open.ogg<br>
|
||||||
Closing-Sound created by bennstir (CC BY 3.0)
|
Closing-Sound created by bennstir (CC BY 3.0)
|
||||||
door_close.ogg
|
- door_close.ogg
|
||||||
fencegate_open.ogg:
|
fencegate_open.ogg:
|
||||||
http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
|
- http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)<br>
|
||||||
fencegate_close.ogg:
|
fencegate_close.ogg:
|
||||||
http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
|
- http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
|
||||||
http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
|
- http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)<br>
|
||||||
Steel door sounds open & close (CC-BY-3.0) by HazMatt
|
Steel door sounds open & close (CC-BY-3.0) by HazMatt
|
||||||
- http://www.freesound.org/people/HazMattt/sounds/187283/
|
-http://www.freesound.org/people/HazMattt/sounds/187283/
|
||||||
doors_steel_door_open.ogg
|
- doors_steel_door_open.ogg
|
||||||
doors_steel_door_close.ogg
|
- doors_steel_door_close.ogg
|
||||||
doors_glass_door_open.ogg, doors_glass_door_close.ogg:
|
doors_glass_door_open.ogg, doors_glass_door_close.ogg:
|
||||||
https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)
|
- https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Minetest Game mod: dungeon_loot
|
Minetest Game mod: dungeon_loot
|
||||||
===============================
|
===============================
|
||||||
Adds randomly generated chests with some "loot" to generated dungeons,
|
Adds randomly generated chests with some "loot" to generated dungeons,<br>
|
||||||
an API to register additional loot is provided.
|
an API to register additional loot is provided.<br>
|
||||||
Only works if dungeons are actually enabled in mapgen flags.
|
Only works if dungeons are actually enabled in mapgen flags.
|
||||||
|
|
||||||
License information can be found in license.txt
|
License information can be found in license.txt
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
Minetest Game mod: dye
|
Minetest Game mod: dye
|
||||||
======================
|
======================
|
||||||
See license.txt for license information.
|
See license.txt for license information.<br>
|
||||||
See init.lua for documentation.
|
See init.lua for documentation.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
|
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
|
|
|
@ -10,4 +10,4 @@ Authors of media (sounds)
|
||||||
-------------------------
|
-------------------------
|
||||||
Yuval (CC0 1.0)
|
Yuval (CC0 1.0)
|
||||||
https://freesound.org/people/Yuval/sounds/197023/
|
https://freesound.org/people/Yuval/sounds/197023/
|
||||||
env_sounds_water.*.ogg
|
- env_sounds_water.*.ogg
|
||||||
|
|
|
@ -4,37 +4,37 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by PilzAdam (MIT)
|
Originally by PilzAdam (MIT)<br>
|
||||||
webdesigner97 (MIT)
|
webdesigner97 (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
Created by PilzAdam (CC BY 3.0):
|
Created by PilzAdam (CC BY 3.0):
|
||||||
farming_bread.png
|
- farming_bread.png
|
||||||
farming_soil.png
|
- farming_soil.png
|
||||||
farming_soil_wet.png
|
- farming_soil_wet.png
|
||||||
farming_soil_wet_side.png
|
- farming_soil_wet_side.png
|
||||||
farming_string.png
|
- farming_string.png
|
||||||
|
|
||||||
Created by BlockMen (CC BY 3.0):
|
Created by BlockMen (CC BY 3.0):
|
||||||
farming_tool_diamondhoe.png
|
- farming_tool_diamondhoe.png
|
||||||
farming_tool_mesehoe.png
|
- farming_tool_mesehoe.png
|
||||||
farming_tool_bronzehoe.png
|
- farming_tool_bronzehoe.png
|
||||||
farming_tool_steelhoe.png
|
- farming_tool_steelhoe.png
|
||||||
farming_tool_stonehoe.png
|
- farming_tool_stonehoe.png
|
||||||
farming_tool_woodhoe.png
|
- farming_tool_woodhoe.png
|
||||||
|
|
||||||
Created by MasterGollum (CC BY 3.0):
|
Created by MasterGollum (CC BY 3.0):
|
||||||
farming_straw.png
|
- farming_straw.png
|
||||||
|
|
||||||
Created by Gambit (CC BY 3.0):
|
Created by Gambit (CC BY 3.0):
|
||||||
farming_wheat.png
|
- farming_wheat.png
|
||||||
farming_wheat_*.png
|
- farming_wheat_*.png
|
||||||
farming_cotton_*.png
|
- farming_cotton_*.png
|
||||||
farming_flour.png
|
- farming_flour.png
|
||||||
farming_cotton_seed.png
|
- farming_cotton_seed.png
|
||||||
farming_wheat_seed.png
|
- farming_wheat_seed.png
|
||||||
|
|
||||||
Created by Napiophelios (CC BY-SA 3.0):
|
Created by Napiophelios (CC BY-SA 3.0):
|
||||||
farming_cotton.png
|
- farming_cotton.png
|
||||||
|
|
|
@ -4,32 +4,32 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (LGPLv2.1+)
|
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)
|
||||||
|
|
||||||
Authors of media (textures and sounds)
|
Authors of media (textures and sounds)
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
Everything not listed in here:
|
Everything not listed in here:<br>
|
||||||
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com> (CC BY-SA 3.0)
|
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com> (CC BY-SA 3.0)
|
||||||
|
|
||||||
Muadtralk (CC BY-SA 3.0)
|
Muadtralk (CC BY-SA 3.0)
|
||||||
fire_basic_flame_animated.png
|
- fire_basic_flame_animated.png
|
||||||
|
|
||||||
Gambit (CC BY-SA 3.0)
|
Gambit (CC BY-SA 3.0)
|
||||||
fire_flint_steel.png
|
- fire_flint_steel.png
|
||||||
|
|
||||||
dobroide (CC BY 3.0)
|
dobroide (CC BY 3.0)<br>
|
||||||
http://www.freesound.org/people/dobroide/sounds/4211/
|
http://www.freesound.org/people/dobroide/sounds/4211/
|
||||||
fire_small.ogg
|
- fire_small.ogg
|
||||||
|
|
||||||
Dynamicell (CC BY 3.0)
|
Dynamicell (CC BY 3.0)<br>
|
||||||
http://www.freesound.org/people/Dynamicell/sounds/17548/
|
http://www.freesound.org/people/Dynamicell/sounds/17548/
|
||||||
fire_large.ogg
|
- fire_large.ogg
|
||||||
fire_fire.*.ogg
|
- fire_fire.*.ogg
|
||||||
|
|
||||||
fire_small.ogg and fire_large.ogg are unused but kept temporarily to not break
|
fire_small.ogg and fire_large.ogg are unused but kept temporarily to not break<br>
|
||||||
other mods that may use them.
|
other mods that may use them.
|
||||||
|
|
||||||
Benboncan (CC BY 3.0)
|
Benboncan (CC BY 3.0)<br>
|
||||||
https://www.freesound.org/people/Benboncan/sounds/66457/
|
https://www.freesound.org/people/Benboncan/sounds/66457/
|
||||||
fire_flint_and_steel.ogg
|
- fire_flint_and_steel.ogg
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Minetest Game mod: fireflies
|
Minetest Game mod: fireflies
|
||||||
============================
|
============================
|
||||||
Adds fireflies to the world on mapgen, which can then be caught in a net and placed in
|
Adds fireflies to the world on mapgen, which can then be caught in a net and placed in<br>
|
||||||
bottles to provide light.
|
bottles to provide light.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
|
@ -10,13 +10,13 @@ Shara RedCat (MIT)
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
Shara RedCat (CC BY-SA 3.0):
|
Shara RedCat (CC BY-SA 3.0):
|
||||||
fireflies_firefly.png
|
- fireflies_firefly.png
|
||||||
fireflies_firefly_animated.png
|
- fireflies_firefly_animated.png
|
||||||
fireflies_bugnet.png
|
- fireflies_bugnet.png
|
||||||
fireflies_bottle.png
|
- fireflies_bottle.png
|
||||||
fireflies_bottle_animated.png
|
- fireflies_bottle_animated.png
|
||||||
|
|
||||||
fireflies_bugnet.png is modified from a texture by tenplus1 (CC0)
|
fireflies_bugnet.png is modified from a texture by tenplus1 (CC0)
|
||||||
|
|
||||||
fireflies_bottle.png and fireflies_bottle_animated.png are
|
fireflies_bottle.png and fireflies_bottle_animated.png are<br>
|
||||||
modified from a texture by Vanessa Ezekowitz (CC BY-SA 3.0)
|
modified from a texture by Vanessa Ezekowitz (CC BY-SA 3.0)
|
||||||
|
|
|
@ -4,27 +4,27 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Ironzorg (MIT) and VanessaE (MIT)
|
Originally by Ironzorg (MIT) and VanessaE (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
RHRhino (CC BY-SA 3.0):
|
RHRhino (CC BY-SA 3.0):
|
||||||
flowers_dandelion_white.png
|
- flowers_dandelion_white.png
|
||||||
flowers_geranium.png
|
- flowers_geranium.png
|
||||||
flowers_rose.png
|
- flowers_rose.png
|
||||||
flowers_tulip.png
|
- flowers_tulip.png
|
||||||
flowers_viola.png
|
- flowers_viola.png
|
||||||
|
|
||||||
Gambit (CC BY-SA 3.0):
|
Gambit (CC BY-SA 3.0):
|
||||||
flowers_mushroom_brown.png
|
- flowers_mushroom_brown.png
|
||||||
flowers_mushroom_red.png
|
- flowers_mushroom_red.png
|
||||||
flowers_waterlily.png
|
- flowers_waterlily.png
|
||||||
|
|
||||||
yyt16384 (CC BY-SA 3.0):
|
yyt16384 (CC BY-SA 3.0):
|
||||||
flowers_waterlily_bottom.png -- Derived from Gambit's texture
|
- flowers_waterlily_bottom.png -- Derived from Gambit's texture
|
||||||
|
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
flowers_dandelion_yellow.png -- Derived from RHRhino's texture
|
- flowers_dandelion_yellow.png -- Derived from RHRhino's texture
|
||||||
flowers_tulip_black.png -- Derived from RHRhino's texture
|
- flowers_tulip_black.png -- Derived from RHRhino's texture
|
||||||
flowers_chrysanthemum_green.png
|
- flowers_chrysanthemum_green.png
|
||||||
|
|
|
@ -4,5 +4,5 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
|
Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
|
@ -9,36 +9,38 @@ paramat (MIT)
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
TumeniNodes (CC BY-SA 3.0):
|
TumeniNodes (CC BY-SA 3.0):
|
||||||
map_mapping_kit.png (map)
|
- map_mapping_kit.png (map)
|
||||||
|
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
map_mapping_kit.png (compass and pen)
|
- map_mapping_kit.png (compass and pen)
|
||||||
|
|
||||||
Crafting
|
Crafting
|
||||||
--------
|
--------
|
||||||
map:mapping_kit
|
map:mapping_kit
|
||||||
|
|
||||||
default:glass G
|
default:glass G<br>
|
||||||
default:paper P
|
default:paper P<br>
|
||||||
group:stick S
|
group:stick S<br>
|
||||||
default:steel_ingot I
|
default:steel_ingot I<br>
|
||||||
group:wood W
|
group:wood W<br>
|
||||||
dye:black D
|
dye:black D<br>
|
||||||
|
|
||||||
GPS
|
```
|
||||||
IPI
|
GPS<br>
|
||||||
|
IPI<br>
|
||||||
WPD
|
WPD
|
||||||
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
In survival mode, use of the minimap requires the mapping kit item in your
|
In survival mode, use of the minimap requires the mapping kit item in your<br>
|
||||||
inventory. It can take up to 5 seconds for adding to or removal from inventory
|
inventory. It can take up to 5 seconds for adding to or removal from inventory<br>
|
||||||
to have an effect, however to instantly allow the use of the minimap 'use'
|
to have an effect, however to instantly allow the use of the minimap 'use'<br>
|
||||||
(leftclick) the item.
|
(leftclick) the item.<br>
|
||||||
Minimap radar mode is always disallowed in survival mode.
|
Minimap radar mode is always disallowed in survival mode.
|
||||||
|
|
||||||
Minimap and minimap radar mode are automatically allowed in creative mode and
|
Minimap and minimap radar mode are automatically allowed in creative mode and<br>
|
||||||
for any player with the 'creative' privilege.
|
for any player with the 'creative' privilege.
|
||||||
|
|
||||||
The 'map.update_hud_flags()' function is global so can be redefined by a mod for
|
The 'map.update_hud_flags()' function is global so can be redefined by a mod for<br>
|
||||||
alternative behaviour.
|
alternative behaviour.
|
||||||
|
|
|
@ -2,28 +2,28 @@ Minetest Game mod: player_api
|
||||||
=============================
|
=============================
|
||||||
See license.txt for license information.
|
See license.txt for license information.
|
||||||
|
|
||||||
Provides an API to allow multiple mods to set player models and textures.
|
Provides an API to allow multiple mods to set player models and textures.<br>
|
||||||
Also sets the default model, texture, and player flags.
|
Also sets the default model, texture, and player flags.<br>
|
||||||
This mod is only for content related to the Player API and the player object.
|
This mod is only for content related to the Player API and the player object.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
|
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)
|
||||||
|
|
||||||
Authors of media (textures, models and sounds)
|
Authors of media (textures, models and sounds)
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
stujones11 (CC BY-SA 3.0):
|
stujones11 (CC BY-SA 3.0):
|
||||||
character.b3d
|
- character.b3d
|
||||||
character.blend -- Both derived from a model by MirceaKitsune (CC BY-SA 3.0)
|
- character.blend -- Both derived from a model by MirceaKitsune (CC BY-SA 3.0)
|
||||||
|
|
||||||
An0n3m0us (CC BY-SA 3.0):
|
An0n3m0us (CC BY-SA 3.0):
|
||||||
character.b3d
|
- character.b3d
|
||||||
character.blend -- Player animation improvement
|
- character.blend -- Player animation improvement
|
||||||
|
|
||||||
Jordach (CC BY-SA 3.0):
|
Jordach (CC BY-SA 3.0):
|
||||||
character.png
|
- character.png
|
||||||
|
|
||||||
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0):
|
celeron55, Perttu Ahola <celeron55@gmail.com> (CC BY-SA 3.0):
|
||||||
player.png
|
- player.png
|
||||||
player_back.png
|
- player_back.png
|
||||||
|
|
|
@ -4,10 +4,10 @@ See license.txt for license information.
|
||||||
|
|
||||||
License of source code
|
License of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by RealBadAngel, Maciej Kasatkin (LGPLv2.1+)
|
Originally by RealBadAngel, Maciej Kasatkin (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)
|
||||||
|
|
||||||
License of media (textures)
|
License of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
Created by Gambit (CC BY-SA 3.0):
|
Created by Gambit (CC BY-SA 3.0):
|
||||||
screwdriver.png
|
- screwdriver.png
|
||||||
|
|
|
@ -2,10 +2,10 @@ Minetest Game mod: sfinv
|
||||||
========================
|
========================
|
||||||
See license.txt for license information.
|
See license.txt for license information.
|
||||||
|
|
||||||
Simple Fast Inventory.
|
Simple Fast Inventory.<br>
|
||||||
A cleaner, simpler, solution to having an advanced inventory in Minetest.
|
A cleaner, simpler, solution to having an advanced inventory in Minetest.<br>
|
||||||
See game_api.txt for this mod's API.
|
See game_api.txt for this mod's API.<br>
|
||||||
Available for use outside of MTG here:
|
Available for use outside of MTG here:<br>
|
||||||
https://forum.minetest.net/viewtopic.php?t=19765
|
https://forum.minetest.net/viewtopic.php?t=19765
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
|
@ -15,4 +15,4 @@ rubenwardy (MIT)
|
||||||
Authors of media
|
Authors of media
|
||||||
----------------
|
----------------
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
sfinv_crafting_arrow.png - derived from a texture by BlockMen (CC BY-SA 3.0)
|
- sfinv_crafting_arrow.png - derived from a texture by BlockMen (CC BY-SA 3.0)
|
||||||
|
|
|
@ -4,8 +4,8 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Kahrl <kahrl@gmx.net> (LGPLv2.1+) and
|
Originally by Kahrl <kahrl@gmx.net> (LGPLv2.1+) and<br>
|
||||||
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
|
celeron55, Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
|
@ -14,14 +14,14 @@ Authors of media (textures)
|
||||||
Textures
|
Textures
|
||||||
--------
|
--------
|
||||||
Copyright (c) 2018 Shara RedCat (CC BY-SA 3.0):
|
Copyright (c) 2018 Shara RedCat (CC BY-SA 3.0):
|
||||||
Derived from a texture by PilzAdam (CC BY-SA 3.0):
|
- Derived from a texture by PilzAdam (CC BY-SA 3.0):
|
||||||
stairs_obsidian_glass_outer_stairside.png
|
- stairs_obsidian_glass_outer_stairside.png
|
||||||
stairs_obsidian_glass_stairside.png
|
- stairs_obsidian_glass_stairside.png
|
||||||
|
|
||||||
Copyright (c) 2018 TumeniNodes (CC BY-SA 3.0):
|
Copyright (c) 2018 TumeniNodes (CC BY-SA 3.0):
|
||||||
Derived from a texture by celeron55 (CC BY-SA 3.0) and
|
- Derived from a texture by celeron55 (CC BY-SA 3.0) and
|
||||||
converted to bright white by Krock (CC BY-SA 3.0):
|
- - converted to bright white by Krock (CC BY-SA 3.0):
|
||||||
stairs_glass_stairside.png
|
- stairs_glass_stairside.png
|
||||||
stairs_glass_split.png
|
- stairs_glass_split.png
|
||||||
Derived from a texture by PilzAdam (CC BY-SA 3.0):
|
- Derived from a texture by PilzAdam (CC BY-SA 3.0):
|
||||||
stairs_obsidian_glass_split.png
|
- stairs_obsidian_glass_split.png
|
||||||
|
|
|
@ -4,71 +4,73 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
PilzAdam (MIT)
|
PilzAdam (MIT)<br>
|
||||||
ShadowNinja (MIT)
|
ShadowNinja (MIT)<br>
|
||||||
sofar (sofar@foo-projects.org) (MIT)
|
sofar (sofar@foo-projects.org) (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media
|
Authors of media
|
||||||
----------------
|
----------------
|
||||||
BlockMen (CC BY-SA 3.0):
|
BlockMen (CC BY-SA 3.0):<br>
|
||||||
All textures not mentioned below.
|
All textures not mentioned below.
|
||||||
|
|
||||||
ShadowNinja (CC BY-SA 3.0):
|
ShadowNinja (CC BY-SA 3.0):
|
||||||
tnt_smoke.png
|
- tnt_smoke.png
|
||||||
|
|
||||||
Wuzzy (CC BY-SA 3.0):
|
Wuzzy (CC BY-SA 3.0):
|
||||||
All gunpowder textures except tnt_gunpowder_inventory.png.
|
- All gunpowder textures except tnt_gunpowder_inventory.png.
|
||||||
|
|
||||||
sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
|
sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
|
||||||
tnt_blast.png
|
- tnt_blast.png
|
||||||
|
|
||||||
paramat (CC BY-SA 3.0)
|
paramat (CC BY-SA 3.0)
|
||||||
tnt_tnt_stick.png - Derived from a texture by benrob0329.
|
- tnt_tnt_stick.png - Derived from a texture by benrob0329.
|
||||||
|
|
||||||
TumeniNodes (CC0 1.0)
|
TumeniNodes (CC0 1.0)
|
||||||
tnt_explode.ogg
|
- tnt_explode.ogg<br>
|
||||||
renamed, edited, and converted to .ogg from Explosion2.wav
|
renamed, edited, and converted to .ogg from Explosion2.wav<br>
|
||||||
by steveygos93 (CC0 1.0)
|
by steveygos93 (CC0 1.0)<br>
|
||||||
<https://freesound.org/s/80401/>
|
<https://freesound.org/s/80401/>
|
||||||
|
|
||||||
tnt_ignite.ogg
|
- tnt_ignite.ogg<br>
|
||||||
renamed, edited, and converted to .ogg from sparkler_fuse_nm.wav
|
renamed, edited, and converted to .ogg from sparkler_fuse_nm.wav<br>
|
||||||
by theneedle.tv (CC0 1.0)
|
by theneedle.tv (CC0 1.0)<br>
|
||||||
<https://freesound.org/s/316682/>
|
<https://freesound.org/s/316682/>
|
||||||
|
|
||||||
tnt_gunpowder_burning.ogg
|
- tnt_gunpowder_burning.ogg<br>
|
||||||
renamed, edited, and converted to .ogg from road flare ignite burns.wav
|
renamed, edited, and converted to .ogg from road flare ignite burns.wav<br>
|
||||||
by frankelmedico (CC0 1.0)
|
by frankelmedico (CC0 1.0)<br>
|
||||||
<https://freesound.org/s/348767/>
|
<https://freesound.org/s/348767/>
|
||||||
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
This mod adds TNT to Minetest. TNT is a tool to help the player
|
This mod adds TNT to Minetest. TNT is a tool to help the player<br>
|
||||||
in mining.
|
in mining.
|
||||||
|
|
||||||
How to use the mod:
|
How to use the mod:
|
||||||
|
|
||||||
Craft gunpowder by placing coal and gravel in the crafting area.
|
Craft gunpowder by placing coal and gravel in the crafting area.<br>
|
||||||
The gunpowder can be used to craft TNT sticks or as a fuse trail for TNT.
|
The gunpowder can be used to craft TNT sticks or as a fuse trail for TNT.
|
||||||
|
|
||||||
To craft 2 TNT sticks:
|
To craft 2 TNT sticks:
|
||||||
|
```
|
||||||
G_G
|
G_G
|
||||||
GPG
|
GPG
|
||||||
G_G
|
G_G
|
||||||
G = gunpowder
|
```
|
||||||
P = paper
|
G = gunpowder<br>
|
||||||
|
P = paper<br>
|
||||||
The sticks are not usable as an explosive.
|
The sticks are not usable as an explosive.
|
||||||
|
|
||||||
Craft TNT from 9 TNT sticks.
|
Craft TNT from 9 TNT sticks.
|
||||||
|
|
||||||
There are different ways to ignite TNT:
|
There are different ways to ignite TNT:
|
||||||
1. Hit it with a torch.
|
1. Hit it with a torch.
|
||||||
2. Hit a gunpowder fuse trail that leads to TNT with a torch or
|
2. Hit a gunpowder fuse trail that leads to TNT with a torch or<br>
|
||||||
flint-and-steel.
|
flint-and-steel.
|
||||||
3. Activate it with mesecons (fastest way).
|
3. Activate it with mesecons (fastest way).
|
||||||
|
|
||||||
For 1 TNT:
|
For 1 TNT:
|
||||||
Node destruction radius is 3 nodes.
|
Node destruction radius is 3 nodes.<br>
|
||||||
Player and object damage radius is 6 nodes.
|
Player and object damage radius is 6 nodes.
|
||||||
|
|
|
@ -4,8 +4,8 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Vanessa Ezekowitz (LGPLv2.1+)
|
Originally by Vanessa Ezekowitz (LGPLv2.1+)<br>
|
||||||
Modified by Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)
|
Modified by Perttu Ahola <celeron55@gmail.com> (LGPLv2.1+)<br>
|
||||||
Various Minetest developers and contributors (LGPLv2.1+)
|
Various Minetest developers and contributors (LGPLv2.1+)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
|
@ -13,10 +13,10 @@ Authors of media (textures)
|
||||||
All not listed below, Vanessa Ezekowitz (CC BY-SA 3.0)
|
All not listed below, Vanessa Ezekowitz (CC BY-SA 3.0)
|
||||||
|
|
||||||
The following textures were modified by Thomas-S (CC BY-SA 3.0):
|
The following textures were modified by Thomas-S (CC BY-SA 3.0):
|
||||||
vessels_drinking_glass.png
|
- vessels_drinking_glass.png
|
||||||
vessels_drinking_glass_inv.png
|
- vessels_drinking_glass_inv.png
|
||||||
vessels_glass_bottle.png
|
- vessels_glass_bottle.png
|
||||||
vessels_steel_bottle.png
|
- vessels_steel_bottle.png
|
||||||
|
|
||||||
The following texture was created by Wuzzy (CC BY-SA 3.0):
|
The following texture was created by Wuzzy (CC BY-SA 3.0):
|
||||||
vessels_shelf_slot.png (based on vessels_glass_bottle.png)
|
- vessels_shelf_slot.png (based on vessels_glass_bottle.png)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Minetest Game mod: weather
|
|
||||||
==========================
|
|
||||||
See license.txt for license information.
|
|
||||||
Source code by paramat (MIT).
|
|
|
@ -4,13 +4,13 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)
|
Originally by Perttu Ahola (celeron55) <celeron55@gmail.com> (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
Cisoun (CC BY-SA 3.0):
|
Cisoun (CC BY-SA 3.0):
|
||||||
wool_black.png wool_brown.png wool_dark_green.png wool_green.png
|
- wool_black.png wool_brown.png wool_dark_green.png wool_green.png
|
||||||
wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png
|
- wool_magenta.png wool_pink.png wool_violet.png wool_yellow.png
|
||||||
wool_blue.png wool_cyan.png wool_dark_grey.png wool_grey.png
|
- wool_blue.png wool_cyan.png wool_dark_grey.png wool_grey.png
|
||||||
wool_orange.png wool_red.png wool_white.png
|
- wool_orange.png wool_red.png wool_white.png
|
||||||
|
|
|
@ -4,29 +4,29 @@ See license.txt for license information.
|
||||||
|
|
||||||
Authors of source code
|
Authors of source code
|
||||||
----------------------
|
----------------------
|
||||||
Originally by xyz (MIT)
|
Originally by xyz (MIT)<br>
|
||||||
BlockMen (MIT)
|
BlockMen (MIT)<br>
|
||||||
sofar (MIT)
|
sofar (MIT)<br>
|
||||||
Various Minetest developers and contributors (MIT)
|
Various Minetest developers and contributors (MIT)
|
||||||
|
|
||||||
Authors of media (textures)
|
Authors of media (textures)
|
||||||
---------------------------
|
---------------------------
|
||||||
xyz (CC BY-SA 3.0):
|
xyz (CC BY-SA 3.0):
|
||||||
All textures not mentioned below.
|
- All textures not mentioned below.
|
||||||
|
|
||||||
Gambit (CC BY-SA 3.0):
|
Gambit (CC BY-SA 3.0):
|
||||||
xpanes_bar.png
|
- xpanes_bar.png
|
||||||
|
|
||||||
paramat (CC BY-SA 3.0):
|
paramat (CC BY-SA 3.0):
|
||||||
xpanes_bar_top.png
|
- xpanes_bar_top.png
|
||||||
|
|
||||||
Krock (CC0 1.0):
|
Krock (CC0 1.0):
|
||||||
xpanes_edge.png
|
- xpanes_edge.png
|
||||||
|
|
||||||
TumeniNodes (CC BY-SA 3.0):
|
TumeniNodes (CC BY-SA 3.0):
|
||||||
xpanes_door_steel_bar.png
|
- xpanes_door_steel_bar.png
|
||||||
xpanes_item_steel_bar.png
|
- xpanes_item_steel_bar.png
|
||||||
xpanes_trapdoor_steel_bar.png
|
- xpanes_trapdoor_steel_bar.png
|
||||||
xpanes_trapdoor_steel_bar_side.png
|
- xpanes_trapdoor_steel_bar_side.png
|
||||||
xpanes_steel_bar_door_close.ogg
|
- xpanes_steel_bar_door_close.ogg
|
||||||
xpanes_steel_bar_door_open.ogg
|
- xpanes_steel_bar_door_open.ogg
|
||||||
|
|
Loading…
Add table
Reference in a new issue