All versions
1.0.0
Beta
Rick Portal Gun 1.0.05 days ago 4
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Rick's Portal Gun Mod v1.0
Wubba Lubba Dub Dub! The ultimate tool for interdimensional travel is now in Minecraft!
✨ New Features:
- Rick's Portal Gun: A fully functional portal gun that lets you tear through the fabric of reality.
- Interactive GUI: Open the advanced control panel to input custom coordinates.
- Portal Entity & Fluid: Realistic portal physics with custom portal fluid and entities.
- Teleportation System: Instantly teleport to any point in the Overworld, the Nether, or the End using the dedicated hotkeys and GUI.
🔫 How to Use:
- Hold the Portal Gun in your hand.
- Press the Open Portal Gun Key (default binding key U) to open the Teleportation GUI.
- Enter your X, Y, Z coordinates and the target dimension (e.g.,
minecraft:the_nether,mod_id:dimension_name). - Pull the trigger and travel instantly!
🔧 Recipes & Crafting:
- Portal Gun: Crafted using the
PortalGunCraftrecipe. - Portal Fluid: Crafted with the
PortalFluidCraftrecipe.
🐛 Technical Notes:
- Built for Minecraft NeoForge 1.21+.
- All player data (coords and dimensions) is safely stored per player (PLAYER_LIFETIME).
- Supports teleportation to any modded dimension without hardcoded lists.
"Science rules!" - Rick Sanchez
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:F87EhrfX:WKtgqGyt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F87EhrfX:WKtgqGyt"
}

