VoxeLibre-Plus/mcl_extra_structures
PrairieWind 857222cdaf Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df'
git-subtree-dir: mcl_extra_structures
git-subtree-mainline: 6e928c3381
git-subtree-split: 72a8a11f13
2023-02-11 21:30:02 -07:00
..
schematics Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
CHANGELOG.md Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
CREDITS.md Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
LICENSE.md Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
README.md Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
birch_forest_ruins.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
brick_pyramid.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
desert_oasis.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
graveyard.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
init.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
loggers_camp.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
mod.conf Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00
sandstone_obelisk.lua Add 'mcl_extra_structures/' from commit '72a8a11f13b2759703edd176ec8835d548d016df' 2023-02-11 21:30:02 -07:00

README.md

Extra Structures for MineClone2

Adds extra structures to the MineClone2 game. Includes structures based on YouTube videos about what could be in future Minecraft updates. This will hopefully be continuously updated and expanded.

Structure List

  • Oasis
  • Birch Forest Temple Ruins
  • Brick Pyramid
  • Graveyard
  • Loggers Camp
  • Sandstone Obelisks

Disabling Specific Structures

In the minetest.conf file, create a new line (if it doesn't already exist) called mcl_disabled_structures and list the structures you wish to disable with each structure seperated by a comma. Example: mcl_disabled_structures = desert_oasis, brick_pyramid

Contributing

If you wish to contribute a structure, create a schematic of the structure and upload it in an issue. If you are knowledgeable about the mineclone2 structure api, git, and coding, create a pull request with the code and schematics.