From 589cf64466e71f26ef7b3cf511a1ce3db9e61a7a Mon Sep 17 00:00:00 2001 From: Jeremiah Winsley Date: Wed, 2 Aug 2023 22:37:20 -0400 Subject: [PATCH] Bump version for 1.0.1 --- changelogs/1.0.1.md | 7 +++++++ config/allthetweaks-common.toml | 2 +- config/beyond_earth-common.toml | 33 --------------------------------- 3 files changed, 8 insertions(+), 34 deletions(-) create mode 100644 changelogs/1.0.1.md delete mode 100644 config/beyond_earth-common.toml diff --git a/changelogs/1.0.1.md b/changelogs/1.0.1.md new file mode 100644 index 00000000..5c0d2652 --- /dev/null +++ b/changelogs/1.0.1.md @@ -0,0 +1,7 @@ +## Release 1.0.1 + +Hotfix: remove dynamic surroundings due to incompatibility with ESM +This release is compatible with servers on version 1.0.0. + +### Mod Removals +- DynamicSurroundings-5.0.0.4.jar diff --git a/config/allthetweaks-common.toml b/config/allthetweaks-common.toml index ec2a0898..5ebf33e1 100644 --- a/config/allthetweaks-common.toml +++ b/config/allthetweaks-common.toml @@ -21,7 +21,7 @@ [packversionminrev] #Pack Minor Version Revision : X #Range: 0 ~ 32768 - minorrev = 0 + minorrev = 1 [tweaks] #Chickens randomly shed feathers diff --git a/config/beyond_earth-common.toml b/config/beyond_earth-common.toml deleted file mode 100644 index cd98737e..00000000 --- a/config/beyond_earth-common.toml +++ /dev/null @@ -1,33 +0,0 @@ - -["Beyond Earth Config"] - #Enable or Disable Alien to Spawn - "Alien Spawn" = true - #Enable or Disable Alien Zombie to Spawn - "Alien Zombie Spawn" = true - #Enable or Disable Star Crawler to Spawn - "Star Crawler Spawn" = true - #Enable or Disable Pygro to Spawn - "Pygro Spawn" = true - #Enable or Disable Pygro Brute to Spawn - "Pygro Brute Spawn" = true - #Enable or Disable Mogler to Spawn - "Mogler Spawn" = true - #Enable or Disable Martian Raptor to Spawn - "Martian Raptor Spawn" = true - #Enable or Disable Oil Well Structure to Spawn - "Oil Well Structure" = true - #Enable or Disable Meteor Structure to Spawn - "Meteor Structure" = false - #Enable or Disable Alien Village Structure to Spawn - "Alien Village Structure" = true - #Enable or Disable Venus Bullet Structure to Spawn - "Venus Bullet Structure" = true - #Enable or Disable Venus Tower Structure to Spawn - "Venus Tower Structure" = true - #Enable or Disable Crimson Village Structure to Spawn - "Crimson Village Structure" = true - #Enable or Disable Player Oxygen System - "Player Oxygen System" = true - #Enable or Disable Entity Oxygen System - "Entity Oxygen System" = true -