vanilla-fixes

Minecraft: Better than Adventure! mod that fixes some issues
git clone git://memoryshards.xyz/vanilla-fixes.git
Log | Files | Refs | README | LICENSE

commit a3613229b49f7298fd461579f8c003685a6b0923
parent 6e8abcca8f04ab96a366b02c70e18be1fe71f0c7
Author: Amb0s <ambos@disroot.org>
Date:   Sat, 10 Oct 2020 09:15:54 +0200

Updated README and bumped version

Diffstat:
MREADME.md | 4++++
Mgradle.properties | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,6 +1,8 @@ # Vanilla Fixes ## Fixes + +### SSP * Skins * Capes * Sounds @@ -11,6 +13,8 @@ * Block hit delay in multiplayer * Tools * Fences +* Stairs +* Boats ## Installation [Minecraft Cursed Legacy](https://minecraft-cursed-legacy.github.io/) diff --git a/gradle.properties b/gradle.properties @@ -7,6 +7,6 @@ org.gradle.jvmargs=-Xmx1G api_version=0.6.0 # Mod Properties - mod_version = 1.0.1 + mod_version = 1.0.2 maven_group = ambos archives_base_name = vanilla-fixes