Skip to content

Commit

Permalink
Beta Release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Oct 13, 2024
1 parent ef51391 commit 76a801d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 76a801d

Please sign in to comment.