Git Product home page Git Product logo

cloud-revamp's Introduction



Fabulous Clouds

Fabulous Clouds is my first mod. The concept for Fabulous Clouds came when I got bedrock edition and realised that the clouds tinted during sunrise and sunset. I wanted to add this ingame, but I also wanted to do more with clouds than just this so I decided to add cloud layers too, and give people the ability to add their own cloud layers. Fabulous Clouds is entirely client side so you could use it on a server without everyone having to download the mod. Fabulous Clouds is compatible with Sodium.

Fabulous Clouds has 3 major features: vibrant clouds, customizable cloud layers, and procedurally generated cloud covers. Vibrant clouds make the clouds change color in sunrise/sunset similar to bedrock edition. Procedural cloud covers change how the clouds are shaped over time based on three presets: Clear, Normal, and Cloudy. Cloud layers be changed in the .minecraft/config/fabulous-clouds config file:

{
	"vibrant_clouds": true,
	"vibrance_intensity": 1.0,
	"enable_default_cloud_layer": true,
	"cloud_layers": [
		{
			"offset": 64.0,
			"scale": 1.25,
			"speed": -1.0
		}
	]
	"noise_clouds": true,
	"debug_noise_clouds": false,
	"offset_cloud_rendering": false
}

This example enables the default vanilla cloud layer and adds a cloud layer 64 blocks above normal cloud height. The negative speed means it will go in the opposite direction to the default cloud layer. Cloud layers all have an offset, scale and speed:

  • offset is how many blocks above or below cloud height the layer is positioned. (default 0.0)

  • scale is how big the cloud layer is. (default 1.0)

  • speed is how fast the cloud layer moves. (default 1.0)

You can find more information about the config in the wiki.

Building/Contributing.

Building

  1. Clone the repository.
  2. Run gradlew build in the project folder.

Contributing

  1. Clone the repository.
IntelliJ Idea
  1. Open IntelliJ IDEA.
  2. Press Open.
  3. Choose the build.gradle file and open it as a project.

cloud-revamp's People

Contributors

misterslime avatar k0-rr avatar francy-chan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.