Links
Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated 2 weeks ago
All versions
22.0a+mod
Release
FZero Drops 22.0a6 months ago 78
Uploaded by
Compatibility
Minecraft: Java Edition
26.2-snapshot-2
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
General Tweaks
- Removed traditional recipes for:
- Powered Rails
- Tnt
- Fictus are no longer repairable.
- Increased the amount of Emealds obtained from mining a Emerald Ore.
- Deepslate Emerald Ore now drops 2x the amount of Emeralds compared to the stone Emerald Ore.
- Slightly increased the drop chances of Viactor Noctis.
Quick Portals
- Endermans now have a small chance of dropping 1 Structure Block when killed by a Player in The End.
- End City treasures now can include up to 3 Structure Blocks.
- Igloo chests now can include 1 Structure Blocks.
- 2 Structure Blocks can now be used to craft 1 quick portal:
- Is inactive at first. Interacting with it using a Enchanted Book consumes the book and has a 25% chance of activating it.
- Once active, Interacting with it using a Enchanted Book consumes the book and alternate its type.
- Interacting with it using a empty hand deactivate it and drop its item form. This version remains activated.
- A player that enters its area is teleported to the nearest active quick portal with same type, within a 50 blocks radius.
- The player must remain outside a quick portal for at least 1 second before being able to teleport using it again.
- Being teleported by a quick portal causes hunger, slowness and mining fatigue, unless there is a Glazed Terracota under the portal.
- Quick portals can only teleport the player, and cannot teleport the player's vehicle, nor entities leashed to the player, so be careful when entering this portal while holding a balloon.
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:9DyC9ERT:fCXW1Xhc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:fCXW1Xhc"
}

