Block Tags

blocks/ignore_sleep_check

Blocks that are able to be slept on, and should allow the player to sleep even if the ambient temperature is freezing or sweltering.

// By default, this tag is empty
{
  "replace": false,
  "values": [
  ]
}

blocks/soul_sand_replaceable

Used for world generation when determining which blocks can be replaced by the soul sand disk that forms under soul sprouts.

{
  "replace": false,
  "values": [
    "#minecraft:base_stone_nether",
    "#minecraft:nylium"
  ],
  "remove": [
    "minecraft:basalt",
    "#cold_sweat:may_place_on/soul_stalk"
  ]
}

May Place On

Tags in this directory determine which blocks are safe for certain blocks to be placed on.

blocks/may_place_on/soul_stalk

{
  "values":
  [
    "#minecraft:soul_fire_base_blocks"
  ]
}

Hearth Tags

Block tags related to hearth functionality.

blocks/hearth/spread_whitelist

Allows specified blocks to bypass Cold Sweat's calculations for what is deemed "transparent" for when the hearth's area of effect is expanding. This tag is referenced alongside the config setting.

// By default, this tag is empty
{
  "replace": false,
  "values": [
  ]
}

blocks/hearth/spread_blacklist

Allows specified blocks to bypass Cold Sweat's calculations for what is deemed "solid" for when the hearth's area of effect is expanding. This tag is referenced alongside the config setting.

// By default, this tag is empty
{
  "replace": false,
  "values": [
  ]
}

Last updated