Tags
Creators
Details
1.2.0+mc1.17.1
Compatibility
Changes
BedrockIfy 1.2.0 for Minecraft 1.17.1 is here!
Changes in BedrockIfy 1.2.0:
NEW: Right clicking with flint and steel, fire charges, or a tool with fire aspect on a TNT minecart will prime the TNT. (Showcase https://streamable.com/woqb3x)
NEW: Right clicking with a tool enchanted with fire aspect on blocks like TNT and candles will prime/light them up. NEW: Added Bedrock Shading for lightblocks and Java (Implemented by Shaddatic)
NEW: Added option "Overlay Ignores Safe Area" to disable screen border for position and doll overlay.
FIX: Solved bug with bedrockIfy chat when clicking on chat events while F3 was open.
FIX: World Color noise have been tweaked to be much more similar to the Bedrock Version. (Implementation by Shaddatic)
FIX: Adjusted Background Padding on position text.(Suggested by shaddatic.) FIX: Change Xp text color when using bedrock Style Xp bar. (Suggested by shaddatic)
FIX: Updated Turkish translation (by egeesin)
As always all new features can be toggled in the BedrockIfy Settings Menu.
IMPORTANT: Dying trees might not work in this version. :(
Compatible with Minecraft 1.17.1.
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:ox3rDp1B:1nAyc95m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ox3rDp1B:1nAyc95m"
}
