More Smiley Clouds - Cloud Decorations Expansion
This modification significantly expands the collection of smiling clouds from Actually Additions, offering players many new options for decorating their game world.
One of the key features is the ability to create your own unique clouds using the CraftTweaker tool. You can fully customize the appearance of clouds by adding various items and blocks.
Integration with CraftTweaker
To create custom clouds, use the following code:
import mods.moresmileyclouds.SmileyCloud;
SmileyCloud.addCloud("Bob"); // Creating a new cloud
SmileyCloud.addLeftItem("Bob",<minecraft:coal>); // Adding an item to the left
SmileyCloud.addRightItem("Bob",<minecraft:torch>); // Adding an item to the right
SmileyCloud.addTopBlock("Bob",<minecraft:furnace>); // Adding a block to the top
SmileyCloud.registerCloud("Bob"); // Registering the finished cloud
