Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
7491f954ea | |||
500743656e | |||
4955bc387d | |||
238719afb9 | |||
5ac9c128bc |
3
.github/ISSUE_TEMPLATE/BUG.yml
vendored
3
.github/ISSUE_TEMPLATE/BUG.yml
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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);
|
||||
|
||||
|
51
changelogs/changelog_1.1.0.md
Normal file
51
changelogs/changelog_1.1.0.md
Normal 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
|
6
changelogs/changelog_1.1.1.md
Normal file
6
changelogs/changelog_1.1.1.md
Normal 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
|
7
changelogs/changelog_1.1.2.md
Normal file
7
changelogs/changelog_1.1.2.md
Normal file
@@ -0,0 +1,7 @@
|
||||
### Summary:
|
||||
Fixed another crash related to the accessories mod.
|
||||
### Removed:
|
||||
- Trinkets
|
||||
- Trinkets Compat Layer for Accessories
|
||||
### Updated:
|
||||
- Mods config
|
BIN
mrpack/Boundless Horizons 1.1.0.mrpack
Normal file
BIN
mrpack/Boundless Horizons 1.1.0.mrpack
Normal file
Binary file not shown.
BIN
mrpack/Boundless Horizons 1.1.1.mrpack
Normal file
BIN
mrpack/Boundless Horizons 1.1.1.mrpack
Normal file
Binary file not shown.
BIN
mrpack/Boundless Horizons 1.1.2.mrpack
Normal file
BIN
mrpack/Boundless Horizons 1.1.2.mrpack
Normal file
Binary file not shown.
Reference in New Issue
Block a user