Adds the old minecraft beacon graphics (12w36a) to 1.16.x
Go to file
2020-12-11 20:38:58 +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 update descriptions and more comments 2020-12-11 20:38:58 +08:00
.gitignore first commit, everything is functional. 2020-12-11 20:14:22 +08:00
build.gradle first commit, everything is functional. 2020-12-11 20:14:22 +08:00
gradle.properties update descriptions and more comments 2020-12-11 20:38:58 +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 first commit, everything is functional. 2020-12-11 20:14:22 +08:00
settings.gradle first commit, everything is functional. 2020-12-11 20:14:22 +08:00

Old beacon

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.