Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 2.53 KB

installation.md

File metadata and controls

72 lines (49 loc) · 2.53 KB

Installation

Singleplayer

  • Install Fabric
  • Download fabric-api, fabric-carpet, cloth-config, and Carpet Sky Additions
  • Place downloaded mods into <minecraft-directory>/mods/
  • Start Minecraft and Create New World
  • Set Allow Cheats to ON so you will be able to enable/disable mod features
  • Enable the Datapack carpetskyadditions/skyblock
  • Optionally enable the Datapack carpetskyadditions/skyblock_acacia for an Acacia Tree start
  • Click on More World Options...
  • Choose World Type: SkyBlock
  • Create the World

Multiplayer

The mod is only required server-side.

  • Create a Fabric Server
  • Download fabric-api, fabric-carpet, cloth-config, and Carpet Sky Additions
  • Place downloaded mods into <server-directory>/mods/
  • Start the server to generate a template server.properties and eula.txt file
  • Agree to the EULA
  • Open server.properties
  • Change level-type=minecraft\:normal to level-type=carpetskyadditions\:skyblock
  • Move carpetskyadditions\:skyblock from initial-disabled-packs to initial-enabled-packs
  • Optionally move carpetskyadditions\:skyblock_acacia from initial-disabled-packs to initial-enabled-packs for an Acacia Tree start
  • Start the server

Configuration

The mod has a config file: carpetskyadditions.toml

defaultToSkyBlockWorld

Defaults to false

When true, the SkyBlock world type is selected by default when creating a new world.


enableDatapackByDefault

Defaults to false

When true, the skyblock datapack is enabled by default when creating a new world.


initialTreeType

Defaults to OAK

When set to ACACIA, the skyblock_acacia datapack is also enabled by default when creating a new world.

Only takes effect when enableDatapackByDefault is true


autoEnableDefaultSettings

Defaults to true

When true, the default SkyBlock settings are enabled when first starting a world with SkyBlock generation.