A quilt mod the adds the classic roses back into the game.
Find a file
2024-12-22 10:44:30 -07:00
gradle 1.21.2 work 2024-12-22 00:23:03 -07:00
MC20-20.4 convert 1.20-20.4 module to kotlin as much as possible 2024-12-22 02:14:08 -07:00
MC20.5-21.1 convert 1.20.5-21.1 module to kotlin as much as possible 2024-12-22 02:19:07 -07:00
MC21.2 convert 1.21.2+ module to kotlin as much as possible 2024-12-22 02:02:44 -07:00
.editorconfig preliminary worldgen and refactor packages 2024-12-21 13:49:22 -07:00
.gitattributes Initial commit 2023-01-06 06:01:46 -07:00
.gitignore update gitignore 2024-12-22 00:22:33 -07:00
CHANGELOG.md Fix dye recipes 2023-11-02 00:44:17 -06:00
gradle.properties gitignore? 2024-12-18 21:03:57 -07:00
gradlew gitignore? 2024-12-18 21:03:57 -07:00
gradlew.bat gitignore? 2024-12-18 21:03:57 -07:00
LICENSE.txt license to LGPL-3.0 2024-12-18 23:03:14 -07:00
README.md update readme a bit 2024-12-22 10:44:30 -07:00
settings.gradle.kts 1.21.2 work 2024-12-22 00:23:03 -07:00

Roses Mod

Note

The mod has been rewritten in kotlin and fabric, instead of java quilt, previous versions have some bugs and not all bug fixes or features have been backported, I will be backporting the mod after this rewrite back as far as I can while being sane.

I have removed all older versions from modrinth to prevent confusion

This mod brings back the classic roses and other classic flowers to minecraft, without replacing any newer flower types.

Features:

  • Roses and Potted Roses
  • Cyan Flowers (Potted Cyan Flowers)
  • Rose Bushes drop roses
  • 2x2 Roses in a crafting table will output a rose bush (and cyan rose bush)
  • Bees can pollinate all flowers

Building

This is a multi-module gradle project, each version set has its own submodule, and is essentially an isolated mod, and will have its own gradle tasks, and even required JDK.