first release 1.0.0

This commit is contained in:
2024-10-11 04:39:21 +02:00
parent 5c505a6afc
commit db0e2b5b11
5 changed files with 46 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ body:
label: Version
description: What version of the Modpack are you running?
options:
- 1.0.0
- 0.5.0
- 0.4.1
- 0.4.0

View File

@@ -13,7 +13,6 @@ services:
MEMORY: "4g"
MOD_PLATFORM: MODRINTH
MODRINTH_MODPACK: ScTwzzH2
MODRINTH_DEFAULT_VERSION_TYPE: beta
MODRINTH_EXCLUDE_FILES: |
sound
sodium-extra

View File

@@ -35,7 +35,7 @@ public class BoundlessServer {
return;
}
String neoForgeVersion = "21.1.62";
String neoForgeVersion = "21.1.68"; // need to auto update in the future
String modpack = "boundless";
String jarUrl = String.format("https://maven.neoforged.net/releases/net/neoforged/neoforge/%s/neoforge-%s-installer.jar", neoForgeVersion, neoForgeVersion);
@@ -50,7 +50,7 @@ public class BoundlessServer {
"mods/watermedia",
"mods/world-host"
};
downloadMrPack(getLatestModpackUrl(modpack, "beta"), excludedPaths);
downloadMrPack(getLatestModpackUrl(modpack, "release"), excludedPaths);
markServerAsUpdated();
launchServer();

View File

@@ -0,0 +1,43 @@
### Summary:
- Fixed a lot of config issues again.
- Also improved chunk claiming and claim visibillity with the correct map mod.
- Fixed zooming
- Polished enough for the first release version.
### Added:
- Applied Mekanistics
- Chisel Reborn
- Client Sort
- Connected Glass
- Fuel Goes Here
- Industrialization Overdrive
- Item Collectors
- Ok Zoomer
- Reinforced Obsidian
- Seamless
- Silent Gear
- Silent Lib
- Xaero's Minimap
- Xaero's World Map
### Removed:
- JourneyMap
- Just Zoom
### Updated:
- Accessories
- Balm
- Better ModList [(Neo)Forge]
- Common Network
- CraftPresence
- Mineable Spawner
- Moonlight Lib
- More Culling
- Occultism
- Relics
- Relics: Artifacts Compat
- Resourceful Lib
- Simple Voice Chat
- Sleeping Bags
- The Bumblezone - NeoForge/Forge
- UniLib
- WATERMeDIA
- Neoforge (mod loader)
- Mods config

Binary file not shown.