changelog and version bump

This commit is contained in:
Flemmli97 2020-11-28 21:05:09 +01:00
parent b6770a3f19
commit b42e099e31
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,10 @@
Flan 1.2.0
======================
- Claim display stays as long as you are holding either the inspection or the claiming tool
- Fix things getting logged despite enableLogs set to false
- Change the default time to get a claim block to 600 ticks instead of 1200
- Change Permission to a registry instead of hardcoded enums
Flan 1.1.5
======================
- Make tile entitys always at least be in the open container flag.

View File

@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G
loader_version=0.9.1+build.205
# Mod Properties
mod_version = 1.1.5
mod_version = 1.2.0
maven_group = com.flemmli97.flan
archives_base_name = flan

View File

@ -28,8 +28,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": ">=0.19.0",
"minecraft": "1.16.x"
"fabric": ">=0.19.0"
},
"suggests": {
"flamingo": "*"