changelog and version bump
This commit is contained in:
parent
b6770a3f19
commit
b42e099e31
@ -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
|
Flan 1.1.5
|
||||||
======================
|
======================
|
||||||
- Make tile entitys always at least be in the open container flag.
|
- Make tile entitys always at least be in the open container flag.
|
||||||
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G
|
|||||||
loader_version=0.9.1+build.205
|
loader_version=0.9.1+build.205
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.1.5
|
mod_version = 1.2.0
|
||||||
maven_group = com.flemmli97.flan
|
maven_group = com.flemmli97.flan
|
||||||
archives_base_name = flan
|
archives_base_name = flan
|
||||||
|
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.7.4",
|
"fabricloader": ">=0.7.4",
|
||||||
"fabric": ">=0.19.0",
|
"fabric": ">=0.19.0"
|
||||||
"minecraft": "1.16.x"
|
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"flamingo": "*"
|
"flamingo": "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user