← Назад к ресурсам

NoDim

A simple mod to disable end/nether portal collisions

Modrinth game-mechanics management

Описание

# NoDim A cross-platform, cross-version dimension-disabling mod # About This mod provides gamerules to disable Minecraft's portals: Nether Portal, End Portal, and Gateway Portal. This will not remove the dimension, but rather disable the teleportation via portals. # Usage The mod includes the following gamerules to disable access to certain dimensions: - `/gamerule disableEnd `: Disables the End Portal - `/gamerule disableNether `: Disables the Nether Portal - `/gamerule disableGateway `: Disables the End Gateway Portals **Note:** In 1.21.11 and later, the gamerule names have slight changed. The capital letters have been replaced with a "_" and the lowercase letter. Ex: `/gamerule disable_end ` # Supported Platforms (As of v1.3.1) - Fabric, Quilt, Sponge, and Forge: 1.14.3+ - NeoForge: 1.20.2+ - Spigot (via Ignite): 1.17.1+ - Paper & Forks (via Ignite): 1.20.6+ # Installation ## Fabric, Quilt, Forge, NeoForge Simply put the mod in the mods folder ## Sponge Simply put the plugin in the plugins folder ## Spigot/PaperMC 1. Install the [Ignite](https://github.com/vectrix-space/ignite) Mixin loader 2. Run the ignite jar alongside the paper/spigot jar 3. Put the mod in the **mods** folder and restart ## Folia 1. Install the [Ignite](https://github.com/vectrix-space/ignite) Mixin loader 2. Rename the Folia jar to "paper.jar". Alternatively, you can launch the game with the following JVM args: `-Dignite.locator=paper -Dignite.jar=./folia.jar` 3. Run the ignite jar alongside the folia jar 4. Put the mod in the mods folder and restart