Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 7 months ago
All versions
1.7
Release
Ramadan Delight 1.77 months ago 45K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Blocks & Items
Added
- Overhauled the Drum block! Now features randomized pitch variation on every hit and emits "Note" particles.
- New Tooltips: Added a functional custom tooltip for Date Syrup.
- Added food points logic to Villager Wanted Items.
- Added custom placement tag for Palm Saplings (can now be placed on #forge:sand and #minecraft:dirt).
- Added Config Options to adjust generation chances for Placed Features (Wild Crops and Date Palms).
Changed
- Updated some recipes.
- Updated Asset Gallery: Corrected and updated various textures.
- Tag Overhaul: Updated the entire Item and Block Tagging system for better compatibility.
- Custom Stained Glass blocks are now correctly mineable with a pickaxe.
Fixed
- Fixed Palm Tree growth/generation incorrectly converting ground blocks into Dirt.
- Fixed Fanous Lanterns to properly support waterlogging and placement.
- Fixed Drum missing subtitles and localization/language keys.
World Generation
Changed
- Migrated Wild Crops from JSON to code for improved stability. (adjustable via config)
- Rebalanced Spawning: Date Palm trees now default 1 tree in a 1/100 chance per chunk (adjustable via config).
Technical & Misc
Updated Dependencies
- Farmer's Delight Refabricated (v1.2.8)
- JEI (v15.20.0.106)
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:XdtLqgmY:J3ZyybgD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XdtLqgmY:J3ZyybgD"
}

