minetest-mm/mods/cloud_items
root 110db201f7 update 2021-03-25 16:46:51 +01:00
..
locale update 2021-03-25 16:46:51 +01:00
models update 2020-11-20 10:42:03 +01:00
schems update 2021-01-23 12:24:04 +01:00
textures update 2021-01-23 12:24:04 +01:00
.imgbotconfig big_update 2020-10-26 17:38:53 +01:00
.luacheckrc update 2020-11-20 10:42:03 +01:00
LICENSE.md update 2021-01-16 20:08:32 +01:00
README.md 5.4.0_run_setup-mt_is_neccessary_after_this_update 2021-03-17 20:30:38 +01:00
car.lua update 2021-03-25 16:46:51 +01:00
init.lua update 2021-03-25 16:46:51 +01:00
mod.conf update 2021-01-16 20:08:32 +01:00
screenshot.png big_update 2020-10-26 17:38:53 +01:00
settingtypes.txt update 2021-01-07 21:52:00 +01:00
ship.lua update 2021-03-25 16:46:51 +01:00

README.md

Cloud Items

Screenshot

Build status ContentDB License Donate

Adds powerful cloud tools for Minetest.
Stronger than diamond and other materials.

Installation

  • Unzip the archive, rename the folder to cloud_items and place it in .. minetest/mods/

  • GNU/Linux: If you use a system-wide installation place it in ~/.minetest/mods/.

  • If you only want this to be used in a single world, place the folder in .. worldmods/ in your world directory.

For further information or help, see:
https://wiki.minetest.net/Installing_Mods

Features

Take a look at this mod's features.
Have any questions/comments? Submit an issue or contact me.

Difference beetwen normal ores

This "ore", doesn't spawn underground!
Instead, it spawns at the sky; that's why it's called "cloud".

An ore will be spawned somewhere in the schematic!
You'll have certain probabilities to have an ore or not!

  • For small clouds: 2.5% of getting an ore per node.
  • For medium clouds: 5% of getting an ore per node.
  • For big clouds: 7.5% of getting an ore per node.

Small schematic Small schematic

Medium schematic Medium schematic

Big schematic Big schematic

Vehicles

There are some nice-craftable vehicles you can ride on.
Here is one screenshot for each of the available vehicles:

Cloud car Cloud ship

Cloud house

If you go above 1500 blocks up, you may find a cloud house!
This cloud house includes great things such as chests with stuff!

Cloud house Cloud house (1st floor) Cloud house (2nd floor)

Types of cloud

There are 4 types of cloud:

  • Normal cloud
    • Hard to find.
    • You may find from 1 to 4 ores.
    • Stronger than diamond.
    • Damage: 11
      • Can kill players with 2 hits.
    • Spawns at 200 blocks and above.
  • Cloud star (comming soon)
    • Difficult to find.
    • You may find from 1 to 4 ores.
    • Stronger than cloud and diamond.
    • Damage: 12
      • Can kill players with 2 hits.
    • Spawns at 350 blocks and above.
  • Cloud meteor (comming soon)
    • Very hard to find.
    • You may find from 1 to 3 ores.
    • Stronger than cloud (star) and diamond.
    • Damage: 14
      • Can kill players with 2 hits.
    • Spawns at 500 blocks and above.
  • Cloud comet (comming soon)
    • Very difficult to find.
    • You may find only 1 ore.
    • Stronger than all materials.
    • Damage: 17
      • Very strong, can kill a player with 2 hits.
    • Spawns at 800 blocks and above.

Dependencies

Optional dependencies

Requirements

Cloud Items is currently tested with Minetest 5.4.0-dev.
Issues may arise if you use older or newer versions.

It shall work with MT 5.0.0 and above, though.

License

Copyright (C) 2019-2021 Panquesito7, David Leal
Copyright (C) Various other Minetest developers/contributors

See LICENSE.md for more information.

Credits

Credits to (in no particular order):

  • Various Minetest developers/contributors
  • Brett O'Donnell
    • For the function to load an schematic.

Issues, suggestions, features & bugfixes

Report bugs or suggest ideas by creating an issue.
If you know how to fix an issue, or want something to be added, consider opening a pull request.