Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
3.5.0
Release
Dong Dong's random creation 3.5.02 years ago 2,123
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Mechanical translation! Update log:
- Perfect flotation machine. The blasting laser accumulates for 4/8/12 seconds, during which it floats to atmospheric altitude like a floater and becomes invisible. When the power is finished, it causes an explosion that does not destroy the block and causes the screen effect. There are two kinds of screen effects on the flotation machine, which last for four seconds one is a cross fan and the other is a fan that turns into an x and switches to the next one every time it hits. After that hover and stealth ability is turned off for 5/3/2 seconds. Passive: Repulsive force on 8x8x8 entities. The farther away the entity, the stronger the repulsive force. Now in addition to the key will also drop black, white, yellow, red and purple four pixels.
Fix:
- Fixed an issue where the entity name of the Xijie furniture vendor was Xijie Lotto person.
- Fixed an issue where Floaters and Eids would not drop Past flags, tokens, past dust, and copper coins.
Changed: Due to missing bbmodel format files for Floater, Bracki, Bracka, Elder, and Id models, the models and textures were reset.
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:P1aAqlGG:HTfpjmrj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P1aAqlGG:HTfpjmrj"
}

