explaingit

f65q4fffs/grandteleport-neoforge

Analysis updated 2026-05-18

0JavaAudience · generalComplexity · 2/5LicenseSetup · easy

TLDR

An unofficial NeoForge port of the Grand Teleport Minecraft mod, adding a cinematic flyover camera effect whenever a player teleports.

Mindmap

mindmap
  root((grand teleport))
    What it does
      Cinematic teleport camera
      Zoom and flyover
      Player freeze option
    Tech stack
      Java
      NeoForge
      Minecraft 1.21.1
    Use cases
      Server teleport polish
      Multiplayer visuals
      Cross dimension travel
    Audience
      Minecraft players
      Server admins

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add a cinematic camera flyover effect to teleport commands on a NeoForge Minecraft 1.21.1 server or singleplayer world.

USE CASE 2

Use chat commands to toggle the transition effect on or off, or freeze player movement during it.

USE CASE 3

Configure different transition heights and speeds for the Overworld, Nether, and End dimensions.

USE CASE 4

Play a modded Minecraft world with Grand Teleport where the original was only available for Fabric.

What is it built with?

JavaNeoForgeMinecraft

How does it compare?

f65q4fffs/grandteleport-neoforgeasutosh936/job-finder-appasutosh936/spring-boot
Stars00
LanguageJavaJavaJava
Last pushed2016-07-02
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires a NeoForge 1.21.1 Minecraft installation, the bundled audio assets can't be reused outside the mod.

MIT license for the code: free to use and modify, but the bundled premium sound effects cannot be extracted or reused separately.

In plain English

This is a Minecraft mod that changes how teleporting looks and feels in the game. Instead of instantly popping from one spot to another, the camera detaches from your character, rises up into the clouds through a few zoom stages, glides over to your destination, and then smoothly comes back down to where you land. The effect is compared in the README to the cinematic camera transitions seen in the GTA V video game. This particular repository is an unofficial port of an existing mod called Grand Teleport, originally made for the Fabric mod loader, rebuilt here to work with NeoForge on Minecraft version 1.21.1. Fabric and NeoForge are two different systems for loading mods into Minecraft, so a mod built for one usually needs to be separately adapted to work with the other, which is what this project does. The mod lets you turn the teleport camera effect on or off with simple chat commands, check its current status, and optionally freeze the player's movement and camera rotation during the transition. It has separate configuration options for the height and speed of the transition depending on whether you are teleporting in the Overworld, the Nether, or the End, and it also supports teleporting between those dimensions. It comes with its own custom sound effects for the transition. The underlying code for this port is released under the MIT license, matching the original mod's license. However, the bundled sound effects are licensed separately from a paid audio service and cannot be extracted, redistributed, or reused outside of this mod.

Copy-paste prompts

Prompt 1
How do I install GrandTeleport-NeoForge on a NeoForge 1.21.1 Minecraft server?
Prompt 2
Explain the difference between the /gtp on and /gtp player_freeze commands in this mod.
Prompt 3
What is the difference between this NeoForge port and the original Fabric version of Grand Teleport?
Prompt 4
Can I customize the teleport transition height separately for the Nether and the End with this mod?

Frequently asked questions

What is grandteleport-neoforge?

An unofficial NeoForge port of the Grand Teleport Minecraft mod, adding a cinematic flyover camera effect whenever a player teleports.

What language is grandteleport-neoforge written in?

Mainly Java. The stack also includes Java, NeoForge, Minecraft.

What license does grandteleport-neoforge use?

MIT license for the code: free to use and modify, but the bundled premium sound effects cannot be extracted or reused separately.

How hard is grandteleport-neoforge to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is grandteleport-neoforge for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.