2.0.0
Compatibility
Changes
The changelog for the new version of Floral Aditions! Thats right, I've changed the mod name from "Floral Town Decorations" to "Floral Aditions". Now I may change the name again in the future, because not every feature this mod adds may be related to plants/flowers.
Added Hanging Pots
Hanging Pots are a newly added block category to the game, they can be crafted with any vanilla flower AND any flower this mod has added/may add in the future. (find crafting recipe in gallery)
Added Starbound Daisy
This pretty flower can be crafted with an oxeye daisy and a nether star and can be used to craft Starbound Tools! (Find out more about the Starbound toolset below) This flower can also be used to craft a hanging flowerpot, or a planter, After it is turned into petals. It also glows! But dont think that means it shines light onto other blocks, beacuse just like the glowsquid its texture is merely the thing that glows, but it can still make you build have more flavor! (Find crafting recipes that include the Starbound Daisy in the gallery)
Added The Starbound Toolset
The aim for the Starbound toolset is to be an equally as good option as getting a beacon, this is because to craft one of the tools you will need a Starbound Daisy, which requires a nether star. These tools Arnt direct upgrades from netherite, however.... Each tool has something about it lowered/halved, and another thing about it upgraded! As an example: The Starbound sword's damage is halved, however its attack speed is tripled, also its durability's halved. When in the crafting table, you can hover the tools before crafting to see the stat changes. (Find recipes for Starbound tools in the gallery)
Added Vine Rope
This can be crafted with vines, as the name may suggest. And it can be used to craft Hanging Pots. It may have more functionality in the future. (Find recipes for Hanging Pot and Vine Rope in the gallery)
Added Yigyan Daisy
The Yigyan daisy is a newly added flower crafted with wither roses and a Starbound Daisy. It can be used to craft a Hanging Flowerpot or Planter. This flower is very unstable, making it dangerous if touched. If you jump while in its hitbox it will send you flying! Useful if you're trying to make a jump pad but remember to be careful if you're using it to decorate your builds. It also glows the same way the Starbound Daisy does. (Find the recipe to craft this item in the gallery)
Thats all for now! Enjoy the mod and have fun! :D
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:nic3mZMa:Nm2PTURM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nic3mZMa:Nm2PTURM"
}

