5 Commits
2.0.0 ... 2.1.0

Author SHA1 Message Date
7491f954ea crashfix crashfix crashfix 2024-10-16 13:32:43 +02:00
500743656e 1.1.2 2024-10-16 13:23:51 +02:00
4955bc387d 1.1.1 2024-10-15 22:31:49 +02:00
238719afb9 fixed docker server version 2024-10-14 14:05:58 +02:00
5ac9c128bc 1.1.0 2024-10-13 22:24:20 +02:00
9 changed files with 73 additions and 3 deletions

View File

@@ -23,6 +23,9 @@ body:
label: Version
description: What version of the Modpack are you running?
options:
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.5.0

View File

@@ -18,14 +18,16 @@ services:
sodium-extra
watermedia
world-host
better-modlist
better-ping-display-fabric
MODRINTH_OVERRIDES_EXCLUSIONS: |
resourcepacks/*
shaderpacks/*
SERVER_NAME: "A Boundless Horizons Modpack Server"
MOTD: "\u00a72A\u00a76 Boundless \u00a71Horizons \u00a72Modpack Server"
MOTD: "§2A§6 Boundless §1Horizons §2Modpack Server"
ICON: "https://raw.githubusercontent.com/vaporvee/BoundlessHorizons/refs/heads/main/assets/icon.png"
DIFFICULTY: "NORMAL"
SPAWN_PROTECTION: "0"
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data
- ./data:/data

View File

@@ -48,7 +48,8 @@ public class BoundlessServer {
"mods/Sounds",
"mods/sodium-extra",
"mods/watermedia",
"mods/world-host"
"mods/world-host",
"mods/betterpingdisplay-fabric"
};
downloadMrPack(getLatestModpackUrl(modpack, "release"), excludedPaths);

View File

@@ -0,0 +1,51 @@
### Added:
- Amendments
- Better Ping Display [Fabric]
- EMI Ores
- Fresh Animations
- Industrial Foregoing: Souls
- Living Things
- ModernDeco
- Paxi
- Sit
- Storage Drawers
- Trinkets
- Trinkets Compat Layer for Accessories
- YUNG's API
- YUNG's Better Desert Temples
- YUNG's Better Dungeons
- YUNG's Better End Island
- YUNG's Better Jungle Temples
- YUNG's Better Mineshafts
- YUNG's Better Nether Fortresses
- YUNG's Better Ocean Monuments
- YUNG's Better Strongholds
- YUNG's Better Witch Huts
- YUNG's Bridges
- YUNG's Extras
- YUNG's Menu Tweaks
### Removed:
- Let Me Despawn
- Ranged Weapon API
- Shield API
- Structure Pool API
### Updated:
- Accessories
- Arts & Crafts
- Concentration
- EMI professions (EMIP)
- Ender IO
- FancyMenu
- Forgified Fabric API
- Friends & Foes (Forge/NeoForge)
- Fzzy Config
- GpuTape
- Iceberg
- Industrial Foregoing
- Modern Industrialization
- Moonlight Lib
- Relics: Artifacts Compat
- SmartBlockPlacement
- Tom's Peripherals
- You're in Grave Danger
- Mods config

View File

@@ -0,0 +1,6 @@
### Summary:
Fixed server crashes. Accessories will not be updated for some time in this state of the mod.
### Downgraded:
- Accessories
### Updated:
- Mods config

View File

@@ -0,0 +1,7 @@
### Summary:
Fixed another crash related to the accessories mod.
### Removed:
- Trinkets
- Trinkets Compat Layer for Accessories
### Updated:
- Mods config

Binary file not shown.

Binary file not shown.

Binary file not shown.