All versions
0.0.5.2
Release
大葱工艺模组ScallionCraftMod 0.0.5.22 years ago 60
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
English(英文)
- There is a 25% chance for dirt to drop
- There is a 25% chance for sandy soil, grass stems, and farmland to drop
- Digging dirt with bare hands will only drop sandy soil
- There is a 1/8 chance for sandy soil not to drop when digging with bare hands
- Grass blocks will degenerate into dirt when the brightness is 0
- The grass above the grass block will degenerate when the brightness is 0
- When the brightness of the grass block is bright enough, i.e., brightness >= 12, which is the open brightness during rainfall, and the weather is rainy and not in a desert or savanna biome, grass will grow on the grass block
- When the brightness of the grass block is bright enough, i.e., brightness >= 12, which is the open brightness during rainfall, and the weather is rainy and not in a desert or savanna biome, the grass on the grass block will turn into tall grass
- Health points will also be taken into account in the assessment of movement speed and digging speed
Chinese(中文)
- 泥土有25%几率掉落
- 砂土、草茎、耕地有25%几率掉落
- 泥土空手挖掘仅会掉落砂土
- 砂土空手挖掘有1/8的几率不掉落
- 草方块在亮度为0的情况下会退化成泥土
- 草方块在亮度为0的情况下上方的草会退化
- 草方块亮度够亮即亮度>=12也就是下雨时的露天亮度并且天气为降雨且不在沙漠或热带草原群系时,草会生成在草方块上
- 草方块亮度够亮即亮度>=12也就是下雨时的露天亮度并且天气为降雨且不在沙漠或热带草原群系时,草方块上的草会变成高草丛
- 血量也会参与移动速度和挖掘速度的评估
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| scallioncraftmod-0.0.5.2-sources.jar | Unknown | 1.24 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:bbzUr27p:aJAcomHp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bbzUr27p:aJAcomHp"
}
