diff --git a/OpenModsLib b/OpenModsLib index b32e4c06..4cce21d2 160000 --- a/OpenModsLib +++ b/OpenModsLib @@ -1 +1 @@ -Subproject commit b32e4c06cd5902cc78e20b8619aa2e74497b0ac7 +Subproject commit 4cce21d2b89b71a73a41eb6417c4f12799becd78 diff --git a/gradle.properties b/gradle.properties index bb3fb1d3..7405097e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -mod_version=1.7.1 +mod_version=1.7.2 api_version=1.1 opc_api_version=3.5-unstable mc_version=1.10.2 diff --git a/src/main/resources/assets/openblocks/changelog.json b/src/main/resources/assets/openblocks/changelog.json index bc3b5dd4..9fa3e9e1 100644 --- a/src/main/resources/assets/openblocks/changelog.json +++ b/src/main/resources/assets/openblocks/changelog.json @@ -1,4 +1,26 @@ [ + { + "version" : "1.7.2", + "sections" : + [ + { + "title": "openblocks.gui.bugfixes", + "lines": + [ + "Fix startup crash due to interaction with certain mod", + "Fix building guide texture orientation" + ] + }, + { + "title" : "openblocks.gui.tweaks", + "lines" : + [ + "Re-implement rendering of few blocks with block models", + "Golden eye now stores last selected target" + ] + } + ] + }, { "version" : "1.7.1", "sections" :