first release 1.0.0
This commit is contained in:
1
.github/ISSUE_TEMPLATE/BUG.yml
vendored
1
.github/ISSUE_TEMPLATE/BUG.yml
vendored
@@ -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
|
||||
|
@@ -13,7 +13,6 @@ services:
|
||||
MEMORY: "4g"
|
||||
MOD_PLATFORM: MODRINTH
|
||||
MODRINTH_MODPACK: ScTwzzH2
|
||||
MODRINTH_DEFAULT_VERSION_TYPE: beta
|
||||
MODRINTH_EXCLUDE_FILES: |
|
||||
sound
|
||||
sodium-extra
|
||||
|
@@ -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();
|
||||
|
43
changelogs/changelog_1.0.0.md
Normal file
43
changelogs/changelog_1.0.0.md
Normal 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
|
BIN
mrpack/Boundless Horizons 1.0.0.mrpack
Normal file
BIN
mrpack/Boundless Horizons 1.0.0.mrpack
Normal file
Binary file not shown.
Reference in New Issue
Block a user