Tags
Creators
Details
1.0.0
Compatibility
Changes
PLEASE INSTALL GECKOLIB AS WELL: https://www.curseforge.com/minecraft/mc-mods/geckolib
==Release notes==
Added two new mobs to the game; the Glare and the Copper Golem. It also adds a few new items to the game.
==Glare==
Then the Glare is a neutral mob. Some of them spawn cloaked and some uncloaked, a cloak can be crafted with moss carpets and changes its appearance. They can also be sheared off with shears. When spooked it will hide and camouflage. When attacked they will attack back and others in the area will do the same. When tamed with the taming wand you can right-click to open a GUI which will allow you to increase and decrease the light level.
==Copper Golem==
Copper Golem can be spawned manually by the player with unwaxed copper blocks and a copper pumpkin. It requires unwaxed copper blocks in a T with a Copper Pumpkin as the head (like an iron golem). There is a special new item that can be crafted called the Taming Wand and it can be used to tame the golem. When right-clicked after taking it will open a GUI where you can set the Co-Ords (XYZ) of the new Copper Button or Copper Lever. You can also set how often it presses this in minutes, seconds or ingame ticks. In a thunderstorm, a tamed copper golem can be struck by lightning and will be able to channel this lightning to attack other hostile mobs. It will oxidise over time and can be waxed with honeycomb and the oxidisation can be removed with sandpaper.
==Other Stuff==
Added Taming Wand Added Copper Button
Added Copper Lever
Added Patchouli Compatibility
Added Glare Cape
Optional dependencies
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:IZkvEYqq:BmOupipx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IZkvEYqq:BmOupipx"
}

