Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
fac6e66f40 | |||
d458cb367b | |||
3a1abe128a | |||
7491f954ea | |||
500743656e | |||
4955bc387d | |||
238719afb9 | |||
5ac9c128bc |
8
.github/ISSUE_TEMPLATE/BUG.yml
vendored
8
.github/ISSUE_TEMPLATE/BUG.yml
vendored
@@ -23,6 +23,14 @@ body:
|
||||
label: Version
|
||||
description: What version of the Modpack are you running?
|
||||
options:
|
||||
- 2.0.2
|
||||
- 2.0.1
|
||||
- 2.0.0
|
||||
- 1.3.0
|
||||
- 1.2.0
|
||||
- 1.1.2
|
||||
- 1.1.1
|
||||
- 1.1.0
|
||||
- 1.0.1
|
||||
- 1.0.0
|
||||
- 0.5.0
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,4 +4,6 @@ config/emi.css
|
||||
# Docker compose
|
||||
data/
|
||||
|
||||
debug.log
|
||||
debug.log
|
||||
|
||||
venv/
|
||||
|
@@ -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
|
||||
|
3
boundless-server/.idea/misc.xml
generated
3
boundless-server/.idea/misc.xml
generated
@@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
<file type="web" url="file://$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
|
@@ -35,7 +35,7 @@ public class BoundlessServer {
|
||||
return;
|
||||
}
|
||||
|
||||
String neoForgeVersion = "21.1.68"; // need to auto update in the future
|
||||
String neoForgeVersion = "21.1.119"; // 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);
|
||||
|
||||
@@ -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
|
77
changelogs/changelog_1.2.0.md
Normal file
77
changelogs/changelog_1.2.0.md
Normal file
@@ -0,0 +1,77 @@
|
||||
### Summary:
|
||||
Updated configs and a few mods. Added small new mods and removed some that were not needed.
|
||||
### Added:
|
||||
- Do a Barrel Roll
|
||||
- Enhanced Block Entities
|
||||
- Lithium
|
||||
- Simply Harvesting
|
||||
- oωo (owo-lib)
|
||||
### Removed:
|
||||
- DiscCord
|
||||
- FPS Reducer
|
||||
- Observable
|
||||
- RightClickHarvest
|
||||
- Show Dimension In Name
|
||||
### Updated:
|
||||
- Almost Unified
|
||||
- AmbientSounds
|
||||
- Amendments
|
||||
- Animatica Foxified
|
||||
- BadOptimizations
|
||||
- Better ModList [(Neo)Forge]
|
||||
- Better Third Person
|
||||
- Biomes O' Plenty
|
||||
- Chat Heads
|
||||
- Chipped
|
||||
- Collective
|
||||
- Common Network
|
||||
- Concentration
|
||||
- CreativeCore
|
||||
- Curios API Continuation
|
||||
- Custom Machinery
|
||||
- Dynamic FPS
|
||||
- Expanded Storage
|
||||
- FancyMenu
|
||||
- Fast Paintings
|
||||
- FerriteCore
|
||||
- Fzzy Config
|
||||
- ImmediatelyFast
|
||||
- Jade 🔍
|
||||
- JamLib
|
||||
- Kotlin for Forge
|
||||
- Living Things
|
||||
- Lootr
|
||||
- M.R.U
|
||||
- ModernDeco
|
||||
- Moonlight Lib
|
||||
- Moving Elevators
|
||||
- Occultism
|
||||
- Oh The Biomes We've Gone
|
||||
- Packet Fixer
|
||||
- Paxi
|
||||
- Puzzles Lib
|
||||
- Relics
|
||||
- Relics: Artifacts Compat
|
||||
- Searchables
|
||||
- Silent Gear
|
||||
- SmartBlockPlacement
|
||||
- Storage Drawers
|
||||
- The Bumblezone - NeoForge/Forge
|
||||
- WATERMeDIA
|
||||
- Waystones
|
||||
- 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
|
||||
- notblue's Vegan Recipes
|
||||
- Neoforge (mod loader)
|
||||
- Mods config
|
86
changelogs/changelog_1.3.0.md
Normal file
86
changelogs/changelog_1.3.0.md
Normal file
@@ -0,0 +1,86 @@
|
||||
### Summary:
|
||||
Fixed a lot of crashes and bugs with mod updates. Also Accessories was removed due to crashes with the mod.
|
||||
### Added:
|
||||
- Additional Lanterns
|
||||
- Bookshelf
|
||||
- Caelus API
|
||||
- Craft Light
|
||||
- Elytra Slot
|
||||
- Lighty
|
||||
- Log Begone
|
||||
- Prickle
|
||||
- Reg's More Foods
|
||||
- Tips
|
||||
- TorchMaster
|
||||
- Winterly
|
||||
- moonstone
|
||||
### Removed:
|
||||
- Accessories
|
||||
### Updated:
|
||||
- 3D Skin Layers
|
||||
- Architectury API
|
||||
- Better ModList [(Neo)Forge]
|
||||
- Biomes O' Plenty
|
||||
- Cherished Worlds
|
||||
- Chisel Reborn
|
||||
- Clean F3
|
||||
- Client Sort
|
||||
- CraftTweaker
|
||||
- Crafting Tweaks
|
||||
- CreativeCore
|
||||
- Cucumber Library
|
||||
- Curios API Continuation
|
||||
- Custom Machinery
|
||||
- Dynamic FPS
|
||||
- EMI
|
||||
- Ender Dragon Fight Remastered
|
||||
- Ender IO
|
||||
- Entangled
|
||||
- Entity Culling
|
||||
- Farmer's Delight
|
||||
- FerriteCore
|
||||
- Forgified Fabric API
|
||||
- Fruits Delight
|
||||
- Fzzy Config
|
||||
- Geckolib
|
||||
- ImmediatelyFast
|
||||
- Industrial Foregoing
|
||||
- Industrial Foregoing: Souls
|
||||
- Iris Shaders
|
||||
- Iron Jetpacks
|
||||
- Jade 🔍
|
||||
- JamLib
|
||||
- Living Things
|
||||
- Lootr
|
||||
- M.R.U
|
||||
- MEGA Cells
|
||||
- ModernDeco
|
||||
- ModernFix
|
||||
- Modonomicon
|
||||
- Moonlight Lib
|
||||
- More Culling
|
||||
- Moving Elevators
|
||||
- Not Enough Animations
|
||||
- Occultism
|
||||
- Oh The Biomes We've Gone
|
||||
- Ok Zoomer
|
||||
- Relics: Artifacts Compat
|
||||
- Shulker Box Tooltip
|
||||
- Silent Gear
|
||||
- Simple Voice Chat
|
||||
- Sinytra Connector
|
||||
- Sodium
|
||||
- Sounds
|
||||
- Storage Drawers
|
||||
- TerraBlender
|
||||
- The Bumblezone - NeoForge/Forge
|
||||
- Titanium
|
||||
- Trash Cans
|
||||
- Traveler's Backpack
|
||||
- WATERFrAMES: Multimedia Displays
|
||||
- WATERMeDIA
|
||||
- Xaero's Minimap
|
||||
- [ETF] Entity Texture Features
|
||||
- oωo (owo-lib)
|
||||
- Neoforge (mod loader)
|
||||
- Mods config
|
221
changelogs/changelog_2.0.0.md
Normal file
221
changelogs/changelog_2.0.0.md
Normal file
@@ -0,0 +1,221 @@
|
||||
### Summary:
|
||||
Picked up the modpack again and modernized it.
|
||||
Most mods aren't supported beyond 1.21.1 yet so we are staying with this version for now.
|
||||
|
||||
### Added:
|
||||
- AddonsLib
|
||||
- Alcohol Only
|
||||
- Aquaculture Delight
|
||||
- Fish of Thieves
|
||||
- Fishermen's Trap
|
||||
- GuideME
|
||||
- Inventory Tweaks: ReFoxed
|
||||
- Stellaris
|
||||
- Vegan Delight
|
||||
- WayFix
|
||||
### Removed:
|
||||
- Clean F3
|
||||
- Client Sort
|
||||
- Cloth Config API
|
||||
- Concentration
|
||||
- Global Options
|
||||
- Industrialization Overdrive
|
||||
- Kirin
|
||||
- Lightweight Inventory Sorting
|
||||
- Realistic Bees
|
||||
- Stfu
|
||||
- YetAnotherConfigLib (YACL)
|
||||
- [Let's Do] Farm & Charm
|
||||
### Updated:
|
||||
- 3D Skin Layers
|
||||
- AE2 QoL Recipes
|
||||
- Advancement Plaques
|
||||
- Almost Unified
|
||||
- AmbientSounds
|
||||
- Amendments
|
||||
- Applied Energistics 2
|
||||
- Applied Energistics 2 Wireless Terminals
|
||||
- Applied Energistics Delight
|
||||
- Applied Mekanistics
|
||||
- Areas
|
||||
- Arts & Crafts
|
||||
- Backpacks!
|
||||
- BadOptimizations
|
||||
- Balm
|
||||
- Better ModList
|
||||
- Better Spawner Control
|
||||
- Block Runner
|
||||
- Bookshelf
|
||||
- CC: Tweaked
|
||||
- Chat Heads
|
||||
- Chococraft
|
||||
- Client Tweaks
|
||||
- Collective
|
||||
- Common Network
|
||||
- Controlling
|
||||
- CorgiLib
|
||||
- CraftPresence
|
||||
- CraftTweaker
|
||||
- Crafting Tweaks
|
||||
- CreativeCore
|
||||
- Creeper Overhaul
|
||||
- Cucumber Library
|
||||
- Custom Machinery
|
||||
- Deeper and Darker
|
||||
- Diagonal Fences
|
||||
- Diagonal Walls
|
||||
- Diagonal Windows
|
||||
- Dismount Entity
|
||||
- Do a Barrel Roll
|
||||
- Double Doors
|
||||
- Dynamic Crosshair
|
||||
- Dynamic FPS
|
||||
- EMI
|
||||
- EMI Loot
|
||||
- EMI Ores
|
||||
- Easy Elytra Takeoff
|
||||
- Edibles
|
||||
- Ender IO
|
||||
- Entangled
|
||||
- Entity Culling
|
||||
- Expanded Storage
|
||||
- Extended Industrialization
|
||||
- Falling Leaves (NeoForge/Forge)
|
||||
- FallingTree
|
||||
- FancyMenu
|
||||
- Farmer's Delight
|
||||
- First Join Message
|
||||
- Fish On The Line
|
||||
- Fixed Anvil Repair Cost
|
||||
- Forge Config API Port
|
||||
- Forgified Fabric API
|
||||
- Friends & Foes (Forge/NeoForge)
|
||||
- Fruits Delight
|
||||
- Full Brightness Toggle
|
||||
- Fusion (Connected Textures)
|
||||
- Fzzy Config
|
||||
- Geckolib
|
||||
- Grass Seeds
|
||||
- Healing Campfire
|
||||
- Ice Prevents Crop Growth
|
||||
- Iceberg
|
||||
- ImmediatelyFast
|
||||
- Improved Sign Editing
|
||||
- Industrial Foregoing
|
||||
- Industrial Foregoing: Souls
|
||||
- Infinite Trading
|
||||
- Inventory Totem
|
||||
- Iris Shaders
|
||||
- Iron Jetpacks
|
||||
- Jade 🔍
|
||||
- JamLib
|
||||
- Just Mob Heads
|
||||
- Just Player Heads
|
||||
- Katters Structures
|
||||
- Katters Structures - Dungeon
|
||||
- Katters Structures - Village
|
||||
- Keep My Soil Tilled
|
||||
- Kotlin for Forge
|
||||
- Ksyxis
|
||||
- Lighty
|
||||
- Lithium
|
||||
- Lootr
|
||||
- M.R.U
|
||||
- MEGA Cells
|
||||
- MI Tweaks
|
||||
- Macaw's Biomes O' Plenty
|
||||
- Macaw's Doors
|
||||
- Macaw's Trapdoors
|
||||
- Mekanism
|
||||
- Mekanism Additions
|
||||
- Mekanism Generators
|
||||
- Mekanism Tools
|
||||
- MidnightLib
|
||||
- Mineral Chance
|
||||
- Modern Dynamics
|
||||
- Modern Industrialization
|
||||
- ModernDeco
|
||||
- ModernFix
|
||||
- Modonomicon
|
||||
- Moonlight Lib
|
||||
- Mooshroom Tweaks
|
||||
- More Culling
|
||||
- Name Tag Tweaks
|
||||
- Naturally Charged Creepers
|
||||
- No Hostiles Around Campfire
|
||||
- Not Enough Animations
|
||||
- Occultism
|
||||
- OctoLib
|
||||
- Oh The Biomes We've Gone
|
||||
- Oh The Trees You'll Grow
|
||||
- Ok Zoomer
|
||||
- Omega Mute
|
||||
- Open Parties and Claims
|
||||
- Packet Fixer
|
||||
- Pet Names
|
||||
- Polymorph
|
||||
- Powah!
|
||||
- Presence Footsteps
|
||||
- Puzzles Lib
|
||||
- Quad
|
||||
- Random Mob Effects
|
||||
- Random Village Names
|
||||
- Reese's Sodium Options
|
||||
- Relics
|
||||
- Relics: Artifacts Compat
|
||||
- Replanting Crops
|
||||
- Repurposed Structures - Neoforge/Forge
|
||||
- Resourceful Config
|
||||
- Respawning Shulkers
|
||||
- SecurityCraft
|
||||
- Selfexpression
|
||||
- Shulker Box Tooltip
|
||||
- Silent Gear
|
||||
- Silent Lib
|
||||
- Simple Voice Chat
|
||||
- Sinytra Connector
|
||||
- Skeleton Horse Spawn
|
||||
- Smaller Nether Portals
|
||||
- SmartBrainLib
|
||||
- Sodium
|
||||
- Sodium Extra
|
||||
- Sounds
|
||||
- Stack Refill
|
||||
- Starter Kit
|
||||
- Sticky Enchanting Lapis
|
||||
- Storage Drawers
|
||||
- SuperMartijn642's Core Lib
|
||||
- TerraBlender
|
||||
- Tesseract API
|
||||
- The Bumblezone - NeoForge/Forge
|
||||
- Titanium
|
||||
- TrashSlot
|
||||
- Traveler's Backpack
|
||||
- UniLib
|
||||
- Useful Slime
|
||||
- Vanilla Constructs
|
||||
- Village Spawn Point
|
||||
- Villager Names
|
||||
- WATERFrAMES: Multimedia Displays
|
||||
- WATERMeDIA
|
||||
- Waystones
|
||||
- Weaker Spiderwebs
|
||||
- World Host
|
||||
- Xaero's Minimap
|
||||
- Xaero's World Map
|
||||
- YUNG's API
|
||||
- YUNG's Better Desert Temples
|
||||
- YUNG's Better Dungeons
|
||||
- YUNG's Better Jungle Temples
|
||||
- YUNG's Better Nether Fortresses
|
||||
- YUNG's Better Ocean Monuments
|
||||
- YUNG's Menu Tweaks
|
||||
- You're in Grave Danger
|
||||
- Zombie Horse Spawn
|
||||
- [EMF] Entity Model Features
|
||||
- [ETF] Entity Texture Features
|
||||
- moonstone
|
||||
- notblue's Vegan Recipes
|
||||
- oωo (owo-lib)
|
||||
- Neoforge (mod loader)
|
||||
- Mods config
|
30
changelogs/changelog_2.0.1.md
Normal file
30
changelogs/changelog_2.0.1.md
Normal file
@@ -0,0 +1,30 @@
|
||||
### Summary:
|
||||
Updated some mods in hope of fixing our server 💀
|
||||
### Added:
|
||||
- Cloth Config API
|
||||
- Kirin
|
||||
- Nemo's Inventory Sorting
|
||||
- YetAnotherConfigLib (YACL)
|
||||
### Removed:
|
||||
- Inventory Tweaks: ReFoxed
|
||||
- More Culling
|
||||
- Relics
|
||||
- Relics: Artifacts Compat
|
||||
### Updated:
|
||||
- AddonsLib
|
||||
- Balm
|
||||
- CC: Tweaked
|
||||
- Client Tweaks
|
||||
- Custom Machinery
|
||||
- Extended Industrialization
|
||||
- Industrial Foregoing
|
||||
- Jade 🔍
|
||||
- MidnightLib
|
||||
- Moonlight Lib
|
||||
- Packet Fixer
|
||||
- Selfexpression
|
||||
- Silent Gear
|
||||
- Traveler's Backpack
|
||||
- WATERMeDIA
|
||||
- notblue's Vegan Recipes
|
||||
- Mods config
|
10
changelogs/changelog_2.0.2.md
Normal file
10
changelogs/changelog_2.0.2.md
Normal file
@@ -0,0 +1,10 @@
|
||||
### Summary:
|
||||
Fixed modpack under Windows
|
||||
### Removed:
|
||||
- Cloth Config API
|
||||
- Kirin
|
||||
- MidnightLib
|
||||
- WayFix
|
||||
### Updated:
|
||||
- YetAnotherConfigLib (YACL)
|
||||
- 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.
BIN
mrpack/Boundless Horizons 1.2.0.mrpack
Normal file
BIN
mrpack/Boundless Horizons 1.2.0.mrpack
Normal file
Binary file not shown.
BIN
mrpack/Boundless Horizons 1.3.0.mrpack
Normal file
BIN
mrpack/Boundless Horizons 1.3.0.mrpack
Normal file
Binary file not shown.
BIN
mrpack/Boundless Horizons 2.0.0.mrpack
Normal file
BIN
mrpack/Boundless Horizons 2.0.0.mrpack
Normal file
Binary file not shown.
BIN
mrpack/Boundless Horizons 2.0.1.mrpack
Normal file
BIN
mrpack/Boundless Horizons 2.0.1.mrpack
Normal file
Binary file not shown.
BIN
mrpack/Boundless Horizons 2.0.2.mrpack
Normal file
BIN
mrpack/Boundless Horizons 2.0.2.mrpack
Normal file
Binary file not shown.
Reference in New Issue
Block a user