Tags
Creators
Details
Licensed MIT
Published 5 months ago
All versions
1.1.0+1.21.7
Release
wither_fortress_1.1.0+1.21.74 months ago 56
Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platform
Data Pack
Required content
Changes
- The number of draws for the reward box loot has been changed to 5-10.│獎勵箱戰利品抽獎次數改為5~10次
- Reduce the probability of rare loot appearing│降低稀有戰利品出現的概率
- The enchanted books in the loot list come with a random level of Soul Speed enchantment.│戰利品表中的附魔書附帶的靈魂疾行附魔有隨機等級
- The roads were changed to be in 5x5 modules.│道路改為以5×5為一模塊
- Replace some blocks in the structure with the Bedrock variant blocks added by Bedrock Crafter.│使用Bedrock Crafter新增的基岩變種方塊替換部分結構中的方塊
- Dead ends in the structure will be replaced with towers.│結構中的死路會被替換為塔
- Roads within the structure that are blocked by other buildings of the same structure will be sealed off.│結構中被其他同結構建築阻擋的路會被封死。
Supplementary resources
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:4AiTLaOM:qVo9z4fp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4AiTLaOM:qVo9z4fp"
}


