Skip to content

gingerchicken/shulker-dupe-rewritten

Repository files navigation

Shulker Dupe Rewritten

Gradlew Build
Gradlew Build MIT Minecraft

A more libre implementation of the original shulker dupe mod built so that people can use it in whatever projects they like.

Disclaimer

As you may have noticed from the link above, this is a fork, I am not the original author of the mod, this would in fact be Coderx-Gamer

At the time of re-writing this mod, the original author had not licensed their code, meaning that I had no right to use it, hence why I re-wrote it! For more information, please check out issue #9

Installation

This modification runs on Fabric for Minecraft: Java Edition, so make sure you have Fabric installed properly before you try to install this mod. To start installing the mod, you must obtain the mod's jar file, this can be done two ways:

Obtaining the jar file

  1. Download the jar file from the release page.
  2. Build the mod from source.

Installing

You will need to download one dependency for the mod to work, this is the Fabric API, you simply place this in your mods folder next to the shulker dupe mod.

Once both the Fabric API and the shulker dupe mod are placed into your mods folder, you should be able to launch Minecraft and have fun duping!

Build

To build the mod from source you will need OpenJDK 17, however I will assume you already have this installed.

After you must complete the following steps:

GNU/Linux

$ ./gradlew build

Windows

I advise that you use PowerShell to run the build command.

> ./gradlew build