Added cursery, sneaky curses: adds new curses, causes curses to have a chance to affix when enchanting regardless of its presence in the description, obfuscates curses from tooltip and instead makes the item's name red. curse of pandora: adds curios and cursed curios ancientcurses: adds altars where you can earn jewels (gems) to affix to an amulet for bonuses (future curio wip) Sound attracts mobs, proximity chat, and simple radios for bequiet systems Iron's spells & spellbook integrates with some of our mods and adds mobs and magic tenseambiance: dynamic biome based creepy ambient noise
33 lines
1.2 KiB
TOML
33 lines
1.2 KiB
TOML
|
|
#These are the configurations for the wires.
|
|
[wire]
|
|
#This determines whether or not wire effects will be processed. Defaults to true.
|
|
effect = true
|
|
#This is the amount of time (in ticks) per block a wire effect lasts. Best if matching 'transmissionTime'. Defaults to 4.
|
|
effectTime = 4
|
|
#This is how much wires drop from gravity. Defaults to 0.75.
|
|
baseSag = 0.75
|
|
#This is how much wires drop per block from gravity. Defaults to 0.075.
|
|
distanceSag = 0.075
|
|
|
|
#These are the configurations for the transceiver item.
|
|
[transceiver]
|
|
#This is whether or not using the transceiver slows the player. Defaults to true.
|
|
transceiverSlow = true
|
|
|
|
#These are the configurations for the speaker block.
|
|
[speaker]
|
|
#This is how often (in ticks) the speaker will emit a particle when active. Set to -1 to disable. Defaults to 10.
|
|
particleInterval = 10
|
|
|
|
#These are the configurations for the microphone block.
|
|
[microphone]
|
|
#This is how often (in ticks) the microphone will emit a particle when active. Set to -1 to disable. Defaults to 10.
|
|
particleInterval = 10
|
|
|
|
#These are the configurations for the walkie talkie item.
|
|
[walkie_talkie]
|
|
#This is whether or not using the walkie talkie slows the player. Defaults to true.
|
|
walkieTalkieSlow = true
|
|
|