Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
all changes from 1.4.1-beta and above:
- custom generator types using data packs
  - all generator types can be disabled using datapacks
  - generator type datapacks can be hotswapped on both servers and clients using /datapack enable and /datapack disable
  - deepslate generators are now a seperate datapack (https://modrinth.com/datapack/create-cobblestone-deepslate-generators) but are still configurable in the config screen, this way they are more deeply integrated with the mods generator system and this will hopefully lead to less bugs.
  - all generator types can now have a custom stress, ratio and storage amount set using datapacks
  - custom generator types are added to the creative inventory
- reordered generators in creative menu
- updated the mod icon to the new create icon standard
- cleaned up the mods code
- fixed a crash on the client when joining a server
  • Loading branch information
MrStickyPiston committed Nov 23, 2024
1 parent 47fdbbc commit c6aea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G

# Mod Info
archives_base_name = createcobblestone
mod_version = 1.4.1-beta-4
mod_version = 1.4.1
maven_group = net.createcobblestone

minecraft_version = 1.20.1
Expand Down

0 comments on commit c6aea52

Please sign in to comment.