All versions
1.0-alpha5
Alpha
1.0-alpha52 years ago 159
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes

中文
- 允许将任何物品嵌入到雪傀儡内
- 雪傀儡射出的方块是根据防爆等级来计算伤害,除了基岩能够秒杀其他高防爆方块伤害一律为10
- 如: 三叉戟、药水、TNT、箭 都可以正常使用 甚至可以触发引雷
- 无法发射凋零骷髅头
English
- Allow embedding any item into snow golems
- The blocks shot by the snow golem deal damage calculated based on the blast resistance, except that bedrock is instantly destroyed and all other high blast resistance blocks take 10 damage
- For example: tridents, potions, TNT, arrows can all be used normally
- Cannot launch wither skeleton skulls
Optional dependencies
Any compatible version
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:gfpp7KLB:kBQzkvE9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gfpp7KLB:kBQzkvE9"
}

