From bf1a93a6823128ce40863372a7d23ed78a0ce619 Mon Sep 17 00:00:00 2001 From: npc-strider Date: Sun, 13 Dec 2020 02:30:21 +0800 Subject: [PATCH] readme update --- .gitignore | 1 + CHANGELOG.md | 4 ++++ README.md | 10 ++++++++++ gradle.properties | 7 ++++--- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index 05b8964..d32afd5 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ bin/ # fabric run/ +remappedSrc/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03b7966 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog +## 0.1.0 (2020-12-13) + + \ No newline at end of file diff --git a/README.md b/README.md index 83a4511..0245ef6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # 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. 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. +--- + Note that this mod will potentially conflict with ONLY mods that change the beacon rendering code, because I used override mixins for everything. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 10f5b97..fbb5597 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,10 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use + # Check https://modmuss50.me/fabric.html minecraft_version=1.16.4 - yarn_mappings=1.16.4+build.6 - loader_version=0.10.6+build.214 + yarn_mappings=1.16.4+build.7 + loader_version=0.10.8 # Mod Properties mod_version = 0.1.0 @@ -14,4 +15,4 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # 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