/PortalGunFixer

Fixes Portal Gun's item rendering due to the emmissive quad patch in build 2781.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Portal Gun Fixer

A client-side only patch mod for Portal Gun by iChun.
It fixes item rendering by forcing default non-emmissive item rendering on portal guns.

Setup for users

Simply download the mod from here and drag and drop it into your mods directory.

Setup for developers

Use your favourite Git client or the terminal to clone this repository.
Navigate to the root of this project and execute the commands listed below matching your OS.

Windows

gradlew sDecW <idea|eclipse>

Linux

First we wanna make sure the gradle script has sufficient execution permissions.

chmod +x ./gradlew

No we wanna set up the workspace.

./gradlew sDecW <idea|eclipse>

Support me