Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 8 months ago
All versions
1.21.1-0.1.4
Release
[1.21.1] - 0.1.4 - Iron Golem Flower Gift (Fabric)8 months ago 78.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
[1.21.1] - 0.1.4 - 01.12.2025
Added
Iron Golem Flower Gift (Backport from 1.21.10)
- Flower Offering: Iron Golems can now offer flowers to Copper Golems (like they do to Villagers)
- 5-Second Timer: Iron Golem looks at Copper Golem for 5 seconds before giving the flower
- Antenna Display: Poppy is displayed on the Copper Golem's antenna
- Shear Removal: Use shears on the Copper Golem to remove the flower
- Guaranteed Drop: Flower drops when Copper Golem dies
Missing Loot Tables
- Copper Chain: Added loot tables for all 8 copper chain variants
- Copper Trapdoor: Added loot tables for all 8 copper trapdoor variants
- Waxed Trapdoor Recipes: Added honeycomb waxing recipes for all copper trapdoor variants
Missing Recipes
- Combined Smelting/Blasting: Replaced 10 individual copper tool/armor smelting recipes with 2 combined recipes
copper_nugget_from_smelting.json- All copper equipment in one recipecopper_nugget_from_blasting.json- Faster blasting variant
Config Options
- Build Spawning: New config option to enable/disable Copper Golem spawning via copper block + carved pumpkin
Fixed
Block Mining Tags
- needs_stone_tool: Added missing entries for copper lanterns, chains, and trapdoors
- mineable/pickaxe: Added copper trapdoors to pickaxe mineable list
- mineable/axe: Added pale_oak_shelf (optional) for VanillaBackport compatibility
Friends and Foes Compatibility
- Lightning Rod Oxidation: Fixed conflict with Friends and Foes mod
- Lightning Rod now always oxidizes to Copper Age Backport blocks, not F&F blocks
- Bypasses static WeatheringCopper maps that F&F overrides via DataMapHooks
- Direct block setting in randomTick() ensures our oxidation chain is used
- Added conversion recipe: F&F lightning rods → CAB variants (1:1 crafting)
- Config screen now shows informational text explaining the mixin situation
Improved
Config Screen UI
- Group Headers: Option groups now display their names as headers above the options
- TextBox Control: New multi-line text display for informational messages
- Supports paragraph breaks with proper spacing
- Dynamic height calculation based on text content
- Background extends to cover entire text area
- Compatibility Page: Added new page explaining mod compatibility details
Copper Golem Mod Compatibility
- Extended container support: Copper Golem now recognizes all containers that extend
ChestBlockorBarrelBlock- Supports Woodworks closets, Quark chests, and any other mod that extends vanilla container classes
- Previously only recognized exact vanilla chest/barrel blocks by ID
- Better detection logic: Changed from
state.is(Blocks.CHEST)toinstanceof ChestBlockfor proper inheritance support
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:a1llHwl4:FL44OinM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a1llHwl4:FL44OinM"
}

