forked from Harmitcraft/Season-4
main #1
78
README.md
78
README.md
@@ -1,2 +1,80 @@
|
||||
# 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
|
||||
|
||||
@@ -15,6 +15,7 @@ services:
|
||||
MAPPING: |
|
||||
mc.marijndoeve.nl=omb4:25565
|
||||
omb.marijndoeve.nl=omb4:25565
|
||||
harmitcraft.nl=omb4:25565
|
||||
10.0.0.21=omb4:25565
|
||||
|
||||
omb4:
|
||||
@@ -38,12 +39,14 @@ services:
|
||||
INIT_MEMORY: 1G
|
||||
MEMORY: 6G
|
||||
|
||||
SEED: "-1412583731547517931"
|
||||
|
||||
ENABLE_AUTOPAUSE: true
|
||||
|
||||
MAX_TICK_TIME: -1
|
||||
|
||||
REMOVE_OLD_DATAPACKS: true
|
||||
VANILLATWEAKS_SHARECODE: ""
|
||||
VANILLATWEAKS_SHARECODE: "4T4SXc,4SfBGs,ABZj2f"
|
||||
|
||||
MODRINTH_PROJECTS: |
|
||||
fabric-api
|
||||
@@ -54,6 +57,7 @@ services:
|
||||
audioplayer:alpha
|
||||
dynmap:beta
|
||||
no-trial-chambers
|
||||
shulker+
|
||||
MODRINTH_DOWNLOAD_DEPENDENCIES: required
|
||||
|
||||
web:
|
||||
@@ -69,7 +73,7 @@ services:
|
||||
- internal
|
||||
labels:
|
||||
- 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.tls.certresolver=marijndoeve
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user