diff --git a/changelog/1.2.9.md b/changelog/1.2.9.md new file mode 100644 index 00000000..e4d2491a --- /dev/null +++ b/changelog/1.2.9.md @@ -0,0 +1,11 @@ +## Create: Enchantment Industry 1.2.9 + +# **IMPORTANT NOTICE**: PLEASE READ BEFORE UPDATE +Due to the update of Create DragonLib, if you are using CCK (Create Central Kitchen), please update to 1.3.11 or above as well. + +### Update +- CEI now has its own Creative tab. +- new item tag has been added: `create_enchantment_industry:unenchantable`. This tag will prevent specific item from being enchanted by blaze enchanter. + +### Bugfix +- Apotheosis tomes won't be enchanted by blaze enchanter anymore \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f5bea1e6..8ccc38c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # Mod Versions -mod_version = 1.2.8 +mod_version = 1.2.9 artifact_minecraft_version = 1.20.1 minecraft_version = 1.20.1 forge_version = 47.0.43