Skip to content

Instantly share code, notes, and snippets.

@CarbonGhost
Last active November 24, 2021 10:09
Show Gist options
  • Save CarbonGhost/8146faeaeac87bc97fad4dec5ef6a7b3 to your computer and use it in GitHub Desktop.
Save CarbonGhost/8146faeaeac87bc97fad4dec5ef6a7b3 to your computer and use it in GitHub Desktop.
Carpet Prosperity Addon

Carpet Prosperity Addon Settings

villagersNoPathfindingBlocks

Defines a set of blocks that villagers will not attempt to pathfind while standing on. Inspired by a datapack by surfrock66#8867.

  • Type: array
  • Default value: none
  • Suggested options: none, <other blocks>
  • Categories: CREATIVE, SURVIVAL, PROSPERITY

fakePlayerTimeout

Define a value in seconds until a Carpet bot will be kicked form the server. Overwrites the vanilla player-idle-timeout.

  • Type: int
  • Default value: -1
  • Suggested options: 43200, 86400, 172800
  • Categories: COMMAND, PROSPERITY
  • Additional notes:
    • Set to 0 for unlimited timeout
    • Set to -1 to use the vanilla player-idle-timeout value.

commandShadow

Enables the fake-player shadow feature as a standalone command.

  • Type: string
  • Default value: false
  • Suggested options: true, false, ops
  • Categories: COMMAND, PROSPERITY
  • Additional notes:
    • It has an accompanying command
    • Can be limited to 'ops' only, or a custom permission level

renewableCalcite

An air block touching both a magma block and water will generate a block of calcite. When set to expanded this reaction will only occur in warm ocean biomes.

  • Type: string
  • Default value: false
  • Suggested options: true, false, expanded
  • Required options: true, false, expanded
  • Categories: FEATURE, PROSPERITY

renewableTuff

Gravel touching a water source, lava source, and hit by an anvil will turn into a block of tuff.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Required options: true, false
  • Categories: FEATURE, PROSPERITY

keepElytra

Keep the elytra in the player's inventory if it is equipped when the player dies. Inspired by the Sticky Elytra mod by ^Heartbrrr^.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Required options: true, false
  • Categories: SURVIVAL, PROSPERITY

instantDeepslateMining

Makes deepslate able to be mined instnatly with haste II and efficiency V.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Required options: true, false
  • Categories: SURVIVAL, PROSPERITY

stackableBeds

Beds can stack to a specific value.

  • Type: int
  • Default value: 1
  • Suggested options: 1, 16, 64
  • Categories: SURVIVAL, PROSPERITY

notificationLamps

Powered redstone with a sign on them will print the content of that sign in chat. Useful for debugging complex redstone contraptions.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Required options: true, false
  • Categories: CREATIVE, FEATURE, PROSPERITY

floatingLanterns

Lanterns and soul lanterns will not break when floating freely.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Required options: true, false
  • Categories: CREATIVE, SURVIVAL, PROSPERITY

cakeChunkLoading

Lit candles on cakes will force load their current chunk. Unlit candles will not load their chunk.

  • Type: array
  • Default value: none
  • Suggested options: none, any, undyed, red, orange, yellow, lime, green, cyan, light-blue, blue, purple, magenta, pink, brown, black, gray, light-gray, white
  • Categories: SURVIVAL, CREATIVE, EXPERIMENTAL, PROSPERITY
  • Additional notes:
    • You can define a custom color of candle for this to become a chunk loader
    • Using the any or none options anywhere in the array will overwrite any other options

commandGenerateInventory

Enables the /generateinventory which will fill a given inventory with a selection of items. Useful for testing storage tech.

  • Type: string
  • Default value: ops
  • Suggested options: true, ops, false
  • Categories: CREATIVE, COMMAND, PROSPERITY
  • Additional notes:
    • It has an accompanying command
    • Can be limited to 'ops' only, or a custom permission level
    • Running this command overwrites the content of any inventory, use with caution

stackableTotems

Totems of Undying will stack to the specified value.

  • Type: int
  • Default value: 1
  • Suggested options: 1, 16, 64
  • Categories: SURVIVAL, FUN, PROSPERITY

phantomsObeyMobcap

Phantoms will use the hostile mobcap.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Required options: true, false
  • Categories: SURVIVAL, PROSPERITY

insomniaDuration

The number of nights without sleep before phantoms will begin to spawn.

  • Type: int
  • Default value: 3
  • Suggested options: 0, 3, 9
  • Categories: SURVIVAL, PROSPERITY
  • Additional notes:
    • 0 phantoms spawn every night.

dispensersBuildScaffolding

Dispensers containing scaffolding will place it into the world. Dispensers facing sideways will always place horizontally, and facing vertically will always place vertically.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Categories: SURVIVAL, CREATIVE, PROSPERITY

scriptsArbitraryHttpRequests

Dangerous. Allows scripts to make arbitary http requests.

  • Type: boolean
  • Default value: false
  • Suggested options: true, false
  • Categories: SCARPET, PROSPERITY
  • Additional notes:
    • Requires additional confirmation to enable

stackableCake

Cakes can stack to specified value up to 64.

  • Type: int
  • Default value: 1
  • Suggested options: 1, 16, 64
  • Categories: SURVIVAL, PROSPERITY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment