https://github.com/minetest-mods/cloud_items
Powerful cloud tools for Minetest.
https://github.com/minetest-mods/cloud_items
cloud item lgpl lua minetest minetest-mod minetest-mods mod sky tools
Last synced: 4 months ago
JSON representation
Powerful cloud tools for Minetest.
- Host: GitHub
- URL: https://github.com/minetest-mods/cloud_items
- Owner: minetest-mods
- License: other
- Created: 2019-10-29T19:50:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T18:56:32.000Z (over 1 year ago)
- Last Synced: 2025-01-30T20:05:56.394Z (4 months ago)
- Topics: cloud, item, lgpl, lua, minetest, minetest-mod, minetest-mods, mod, sky, tools
- Language: Lua
- Homepage: https://content.minetest.net/packages/Panquesito7/cloud_items/
- Size: 2.49 MB
- Stars: 10
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cloud Items ☁

[](https://github.com/minetest-mods/cloud_items/actions)
[](https://content.minetest.net/packages/Panquesito7/cloud_items/)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:\
## Features
Take a look at this mod's features.\
Have any questions/comments? Submit an [issue](https://github.com/minetest-mods/cloud_items/issues/new) or [contact me](mailto:[email protected]).### Difference between normal ores
This "ore", doesn't spawn underground!\
Instead, it spawns in 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
Medium 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 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!

### Types of cloud
There are 4 types of clouds:
- 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 (coming 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 (coming 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 (coming 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.## License and credits
Credits to (in no particular order):
- Various Minetest developers/contributors
- [Brett O'Donnell](https://github.com/cornernote)
- For the function to load an schematic.See the [`LICENSE.md`](LICENSE.md) file for full information.