From 2f6bda103cc6c146176384a373d7504acd0a2058 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Sun, 25 Feb 2018 11:30:25 +0900 Subject: [PATCH] Bump mod version --- build.properties | 2 +- resources/changelog/1.12.2-1.3.10.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 resources/changelog/1.12.2-1.3.10.txt diff --git a/build.properties b/build.properties index b8ba5d3c..c2015f77 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -mod_version=1.3.9 +mod_version=1.3.10 minecraft_version=1.12.2 forge_version=14.23.1.2555 mcp_mappings_version=snapshot_20170926 diff --git a/resources/changelog/1.12.2-1.3.10.txt b/resources/changelog/1.12.2-1.3.10.txt new file mode 100644 index 00000000..043c5ba0 --- /dev/null +++ b/resources/changelog/1.12.2-1.3.10.txt @@ -0,0 +1,5 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 0.11.0 or higher. + +Additions: +* Add config option to disable entity particles, Closes #77