mesecraft/mods/WORLD/shipwrecks
MeseCraft f2b0d33000 update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
..
schematics update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
README.md update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
depends.txt update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
description.txt update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
init.lua update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
mod.conf update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00
settingtypes.txt update structure. tidy up disabled_mods. 2021-01-31 03:29:39 -06:00

README.md

Shipwrecks

This mod adds configurable shipwrecks to the ocean.
Shipwrecks come in various wood types, shapes (full ship, halves, etc) and their combinations.
Shipwrecks contain various loot.

Requirements

  • Minetest 5.0.0+
  • Minetest_game 5.0.0+
  • lootchests_modpack, Necessary for lootchest spawn in shipwrecks

Settingtypes

Modpack provides some settings, accessible via "Settings->All Settings->Mods->shipwrecks
You can also put these settings directly to your minetest.conf:

shipwrecks_chance = 10, int, chance to spawn a shipwreck in a mapblock
shipwrecks_horizontal_displacement = 16, int, displacement from the center of mapblock
shipwrecks_vertical_displacement = 5, int, vertical displacement of the shipwreck
shipwrecks_seed = 0, int, general seed for shipwreck generation

License

All code is GPLv3 link to the license