diff --git a/gradle.properties b/gradle.properties index 68ff186..ac738bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ modGroup = com.nomiceu.nomilabs # Version of your mod. # This field can be left empty if you want your mod's version to be determined by the latest git tag instead. -modVersion = 0.9.5 +modVersion = 0.9.6 # Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version) includeMCVersionJar = false @@ -222,7 +222,7 @@ org.gradle.jvmargs = -Xmx3G # Whether to enable Storage Drawers and its deps in runtime. Enables Hand Framing Tool, and Drawer Key Fix. # If this is set to false, the hand framing tool is disabled. -enable_storage_drawers = false +enable_storage_drawers = true # Whether to enable Framed Compacting Drawers and its deps in runtime. Enables more of the Hand Framing Tool. # Requires `enable_storage_drawers` to be set to true.