Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
v8
Release
Festive Frenzy v87 months ago 55
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
MAJOR UPDATE
Reworked Code & Textures
- The code has been completely rewritten from start up
- The majority of textures have been redone
New Features
- Added Wreath Chakram
- Added new Food Items
- Added Gingerbread Block Set
- Added missing Blocks for Packed Snow and Blue Ice Block Sets
- Added Holly which can be crafted into a Wreath
- Added Star Decoration
- Added Short/Tall Frozen Grass
- Added Frostbite Effect
Changes
- All Items & Blocks added by Festive Frenzy now show up in the base Minecraft Creative Tabs
- Added a gamerule "layeredMeltingSnow" which makes snow layers melt by layer rather than instantly
- Baubles now show a more clear tooltip for explosion power and modification
- Bauble Rotations are now based on velocity
- Frostflakes now use a proper model rather than only particles
- Frostflakes no longer give freeze ticks but rather the Frostbite Effect
- Presents, Baubles and Tinsels can no longer be stonecut into their different variants
- Special Presents (Folly, Sculk etc.) are now only available via new recipes and stonecutting
- Added an additional Fairy Light variant due to the changed texture
- Candy Pouches have a changed loot table
...and more!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| festive_frenzy-v8-sources.jar | Source jar | 1.02 MiB |
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:LF4hLUh2:oaLPSnWC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LF4hLUh2:oaLPSnWC"
}

