Adds the old minecraft beacon graphics (12w36a) to 1.16.x
Go to file
2020-12-13 02:30:21 +08:00
.github/workflows first commit, everything is functional. 2020-12-11 20:14:22 +08:00
gradle/wrapper first commit, everything is functional. 2020-12-11 20:14:22 +08:00
src/main removed unneeded inject and vars, cleanup imports 2020-12-13 00:06:06 +08:00
.gitignore readme update 2020-12-13 02:30:21 +08:00
build.gradle first commit, everything is functional. 2020-12-11 20:14:22 +08:00
CHANGELOG.md readme update 2020-12-13 02:30:21 +08:00
gradle.properties readme update 2020-12-13 02:30:21 +08:00
gradlew first commit, everything is functional. 2020-12-11 20:14:22 +08:00
gradlew.bat first commit, everything is functional. 2020-12-11 20:14:22 +08:00
README.md readme update 2020-12-13 02:30:21 +08:00
settings.gradle first commit, everything is functional. 2020-12-11 20:14:22 +08:00

Old beacon

ATTENTION: THIS MOD REQUIRES FABRIC LOADER AND FABRIC

Get fabric-loader from here

Get fabric from here


This is my first ever 'real' minecraft mod.

Adds the old beacon graphics, which had the small netherstar in the center, from the 12w36a snapshot (barring the lightning bolt style beam).

When the beacon is idle the star is blue - this is a feature added by me but if you want to stay true to the original graphics disable it in the config file located at config/oldbeacon.cfg, and set idle_anim=true to idle_anim=false

If you want to change the beacon base so it's like the old style, feel free to use a resource pack. I can't add the old base as an option through the config, as far as I know. I may bundle the resource pack with this mod later.


Note that this mod will potentially conflict with ONLY mods that change the beacon rendering code, because I used override mixins for everything.