Added vanillatweaks sharecode, harmitcraft.nl domain, and shulker+ #1

Merged
Marijn merged 5 commits from HarmlessHarm/Season-4:main into main 2024-03-17 19:36:54 +01:00
2 changed files with 84 additions and 2 deletions

View File

@@ -1,2 +1,80 @@
# Season-4 # Season-4
## Mods
### VanillaTweaks
#### Data packs
- Survival
- durability ping: Warns players when durability of item is almost gone.
- multiplayer sleep: Only one player needed to skip the night
- coordinates hud: Simple HUD with player coordinates and direction
- track raw statistics: Tracks player statistics
- track statistics: Tracks player statistics
- nether portal coords: Simple script to calculate nether coordinates
- afk display: Changes player name color to gray when player is afk
- fast leaf decay: Speeds up leaf decay
- armor statues: Customizable armor statues
- Items
- redstone rotation wrench: Item to rotate restone components
- player head drops: Players drop their heads when killed by other players
- Mobs
- anti enderman grief: Endermen don't destroy your buildings
- double shulker shells: Shulkers drop both top and bottom half of their body
- bat membranes: Disables phantoms from spawning, bats drop membranes
- silence mobs: Silence a mob by giving it a nametag with "silence"
- more mob heads: Mobs occasionally drop their heads when killed.
- Utilities
- kill empty boats: Admin command to despawn empty boats.
- spawning spheres: Show sphere in which mobs can spawn.
- Hermitcraft
- wandering trades: Wandering trader sells miniblocks
#### Crafting packs
- straight to shapeless: Shulkers, paper, bread can be crafted in hand.
- universal dyeing: Dye wool of any color using dyes
- dropper to dispenser: Craft dispenser using the bow recipe
#### Resource packs
- Aesthetic
- MossCarpetOverhang
- AccurateSpyglass
- UniqueDyes
- EndlessEndRods
- HDShieldBanners
- StemToLog
- Terrain
- TwinklingStars
- ClearerWater
- Variation
- VariatedBricks
- VariatedBookshelves
- Peace-and-quiet
- QuieterPistons
- QuieterMinecarts
- QuieterThunder
- QuieterRain
- Utility
- MusicDiscRedstonePreview
- NoteblockBanners
- ArabicNumerals
- VisualComposterStages
- VisualCauldronStages
- VisualHoney
- BrewingGuide
- DirectionalDispensersDroppers
- BetterObservers
- CleanRedstoneDust
- GroovyLevers
- DirectionalHoppers
- StickyPistonSides
- ClearBannerPatterns
- HungerPreview
- DifferentStems
- Unobtrusive
- TransparentSpyglassOverlay
- AlternateEnchantGlint
- UnobtrusiveSnow
- UnobtrusiveRain
- Hud
- PingColorIndicator

View File

@@ -15,6 +15,7 @@ services:
MAPPING: | MAPPING: |
mc.marijndoeve.nl=omb4:25565 mc.marijndoeve.nl=omb4:25565
omb.marijndoeve.nl=omb4:25565 omb.marijndoeve.nl=omb4:25565
harmitcraft.nl=omb4:25565
10.0.0.21=omb4:25565 10.0.0.21=omb4:25565
omb4: omb4:
@@ -38,12 +39,14 @@ services:
INIT_MEMORY: 1G INIT_MEMORY: 1G
MEMORY: 6G MEMORY: 6G
SEED: "-1412583731547517931"
ENABLE_AUTOPAUSE: true ENABLE_AUTOPAUSE: true
MAX_TICK_TIME: -1 MAX_TICK_TIME: -1
REMOVE_OLD_DATAPACKS: true REMOVE_OLD_DATAPACKS: true
VANILLATWEAKS_SHARECODE: "" VANILLATWEAKS_SHARECODE: "4T4SXc,4SfBGs,ABZj2f"
MODRINTH_PROJECTS: | MODRINTH_PROJECTS: |
fabric-api fabric-api
@@ -54,6 +57,7 @@ services:
audioplayer:alpha audioplayer:alpha
dynmap:beta dynmap:beta
no-trial-chambers no-trial-chambers
shulker+
MODRINTH_DOWNLOAD_DEPENDENCIES: required MODRINTH_DOWNLOAD_DEPENDENCIES: required
web: web:
@@ -69,7 +73,7 @@ services:
- internal - internal
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.ombweb.rule=Host(`mc.marijndoeve.nl`, `omb.marijndoeve.nl`) - traefik.http.routers.ombweb.rule=Host(`mc.marijndoeve.nl`, `omb.marijndoeve.nl`, `harmitcraft.nl`)
- traefik.http.routers.ombweb.entrypoints=websecure - traefik.http.routers.ombweb.entrypoints=websecure
- traefik.http.routers.ombweb.tls.certresolver=marijndoeve - traefik.http.routers.ombweb.tls.certresolver=marijndoeve
db: db: