readme update

This commit is contained in:
Peter 2020-12-13 02:30:21 +08:00
parent 1c32a62c08
commit bf1a93a682
4 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ bin/
# fabric # fabric
run/ run/
remappedSrc/

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
# Changelog
## 0.1.0 (2020-12-13)
<!-- * Initial release of mod -->

View File

@ -1,5 +1,13 @@
# Old beacon # Old beacon
**ATTENTION**: THIS MOD REQUIRES _FABRIC LOADER_ **AND** _FABRIC_
Get fabric-loader from [here](https://fabricmc.net/use/)
Get fabric from [here](https://www.curseforge.com/minecraft/mc-mods/fabric-api)
---
This is my first ever 'real' minecraft mod. 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). Adds the old beacon graphics, which had the small netherstar in the center, from the 12w36a snapshot (barring the lightning bolt style beam).
@ -8,4 +16,6 @@ When the beacon is idle the star is blue - this is a feature added by me but if
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. 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. Note that this mod will potentially conflict with ONLY mods that change the beacon rendering code, because I used override mixins for everything.

View File

@ -3,9 +3,10 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
# Check https://modmuss50.me/fabric.html
minecraft_version=1.16.4 minecraft_version=1.16.4
yarn_mappings=1.16.4+build.6 yarn_mappings=1.16.4+build.7
loader_version=0.10.6+build.214 loader_version=0.10.8
# Mod Properties # Mod Properties
mod_version = 0.1.0 mod_version = 0.1.0
@ -14,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.25.1+build.416-1.16 fabric_version=0.28.1+1.16