All versions
1.3.0
Release
Classic Combined 1.3.04 months ago 24
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog v1.3:
Additions:
- Added Seasons that rotate every 15 days
- Added Overlay that displays the current Season
- Added Season Command that sets the current Season
- Added daysInASeason gamerule that sets how many days are in a Season
- Added Heavy Core block
- Added Wooden Bat
- Added Cloth Armor
- Added Flower Bushes for Roses, Dandelions, and Cyan Roses
- Added more translation keys
- Added Leaf Litter that generates during Autumn
- Added Snow Layers that generate during Winter
- Added doLeavesFall gamerule
- Added Herobrine
Changes:
- Charcoal is no longer obtainable and will be automatically replaced with Coal
- Changed Coal Block texture
- Marble and Sandstone are now duplicatable by Wooden Tools
- Leaves are no longer in the "leaves" block type, allowing more to be done with them
- Changed the Updated Feature texture
- Flowers no longer grow from Moss blocks
- Weapons no longer break blocks in Creative Mode
- Score is now increased when Crafting or Smelting items
- Increased Protection values of Plate Armor
- Changed Sulpher Block crafting recipe
- Fixed Stamina bar showing in F1 mode
- Sulpher Blocks are now ignited by fire to allow fire chains to spread vertically
- Edited textures of Crafting Table and Furnace
- Leaf Particles now only spawn during Autumn
- Fire will always burn ontop Coal Blocks
- Changed how Spikes inflict damage to make them more consistant
- Changed Spike hitbox
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:ggYy7OV2:gLVJmPhm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ggYy7OV2:gLVJmPhm"
}

