110 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

2024-01-02 18:16:24 -06:00
# Cloud Items ☁
2020-01-15 22:13:47 -06:00
2020-07-13 18:33:09 -05:00
![Screenshot](https://user-images.githubusercontent.com/51391473/87363638-328a0280-c537-11ea-9e90-f992cbc13ab4.png)
[![Build status](https://github.com/minetest-mods/cloud_items/workflows/build/badge.svg)](https://github.com/minetest-mods/cloud_items/actions)
2020-08-02 20:01:59 -05:00
[![ContentDB](https://content.minetest.net/packages/Panquesito7/cloud_items/shields/downloads/)](https://content.minetest.net/packages/Panquesito7/cloud_items/)
2019-10-29 13:50:29 -06:00
Adds powerful cloud tools for Minetest.
Stronger than diamond and other materials.
## Installation
2020-07-13 18:33:09 -05:00
2019-10-29 13:50:29 -06:00
- 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.
2020-07-13 18:33:09 -05:00
For further information or help, see:\
<https://wiki.minetest.net/Installing_Mods>
2019-10-29 13:50:29 -06:00
## Features
2020-07-13 18:33:09 -05:00
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:halfpacho@gmail.com).
2019-10-29 13:50:29 -06:00
2024-01-02 18:16:24 -06:00
### Difference between normal ores
2020-07-13 18:33:09 -05:00
This "ore", doesn't spawn underground!\
2024-01-02 18:16:24 -06:00
Instead, it spawns in the sky; that's why it's called "cloud".
2019-10-29 13:50:29 -06:00
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.
2019-10-29 13:50:29 -06:00
2020-07-13 18:33:09 -05:00
Small schematic
2019-10-29 13:50:29 -06:00
![Small schematic](https://user-images.githubusercontent.com/51391473/69098689-af9fbf00-0a1e-11ea-9e88-c74a6b74baa3.png)
2020-07-13 18:33:09 -05:00
Medium schematic
![Medium schematic](https://user-images.githubusercontent.com/51391473/87362981-bfcc5780-c535-11ea-8caa-018af03e33d1.png)
Big schematic
![Big schematic](https://user-images.githubusercontent.com/51391473/87363085-03bf5c80-c536-11ea-8ab5-155a931e7400.png)
### Vehicles
There are some nice-craftable vehicles you can ride on.\
Here is one screenshot for each of the available vehicles:
![Cloud car](https://user-images.githubusercontent.com/51391473/99441120-13ccbb80-28dd-11eb-9eb1-8af7aa699b02.png)
![Cloud ship](https://user-images.githubusercontent.com/51391473/99441264-424a9680-28dd-11eb-8dba-fb8297fef92b.png)
### 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](https://user-images.githubusercontent.com/51391473/88605632-178fb600-d040-11ea-8a38-e107881fb49b.png)
![Cloud house (1st floor)](https://user-images.githubusercontent.com/51391473/88605633-18284c80-d040-11ea-8452-3fd8fbbeb8f6.png)
![Cloud house (2nd floor)](https://user-images.githubusercontent.com/51391473/88605634-18c0e300-d040-11ea-9bc6-ddfd7dcd3a0e.png)
2019-10-29 13:50:29 -06:00
### Types of cloud
2020-07-13 18:33:09 -05:00
2024-01-02 18:16:24 -06:00
There are 4 types of clouds:
2019-10-29 13:50:29 -06:00
- Normal cloud
2020-07-13 18:33:09 -05:00
- Hard to find.
- You may find from 1 to 4 ores.
- Stronger than diamond.
2020-09-22 10:42:35 -05:00
- Damage: 11
2020-07-13 18:33:09 -05:00
- Can kill players with 2 hits.
- Spawns at 200 blocks and above.
2024-01-02 18:16:24 -06:00
- Cloud star (coming soon)
2020-07-13 18:33:09 -05:00
- Difficult to find.
- You may find from 1 to 4 ores.
- Stronger than cloud and diamond.
2020-09-22 10:42:35 -05:00
- Damage: 12
2020-07-13 18:33:09 -05:00
- Can kill players with 2 hits.
- Spawns at 350 blocks and above.
2024-01-02 18:16:24 -06:00
- Cloud meteor (coming soon)
2020-07-13 18:33:09 -05:00
- Very hard to find.
- You may find from 1 to 3 ores.
- Stronger than cloud (star) and diamond.
2020-09-22 10:42:35 -05:00
- Damage: 14
2020-07-13 18:33:09 -05:00
- Can kill players with 2 hits.
- Spawns at 500 blocks and above.
2024-01-02 18:16:24 -06:00
- Cloud comet (coming soon)
2019-10-29 13:50:29 -06:00
- Very difficult to find.
- You may find only 1 ore.
- Stronger than all materials.
2020-09-22 10:42:35 -05:00
- Damage: 17
2020-07-13 18:33:09 -05:00
- Very strong, can kill a player with 2 hits.
- Spawns at 800 blocks and above.
2019-10-29 13:50:29 -06:00
2024-01-02 18:16:24 -06:00
## License and credits
2020-07-13 18:33:09 -05:00
2019-10-29 13:50:29 -06:00
Credits to (in no particular order):
- Various Minetest developers/contributors
2020-07-13 18:33:09 -05:00
- [Brett O'Donnell](https://github.com/cornernote)
- For the function to load an schematic.
2019-10-29 13:50:29 -06:00
2024-01-02 18:16:24 -06:00
See the [`LICENSE.md`](LICENSE.md) file for full information.