mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 00:15:56 +02:00
add sound & degradation in config
This commit is contained in:
parent
015ca99475
commit
3dd706b4a8
4 changed files with 106 additions and 0 deletions
|
|
@ -476,6 +476,32 @@ monetary_cost:
|
||||||
work_penalty: 1.0 # for work penalty (aka use penalty)
|
work_penalty: 1.0 # for work penalty (aka use penalty)
|
||||||
recipe: 1.0 # for custom anvil recipe cost
|
recipe: 1.0 # for custom anvil recipe cost
|
||||||
|
|
||||||
|
# Chance that an anvil get degraded
|
||||||
|
# set it to zero if you wish to disable it
|
||||||
|
anvil_degradation: 0.12
|
||||||
|
|
||||||
|
# see https://www.digminecraft.com/lists/sound_list_pc.php
|
||||||
|
# for a list of most of the sounds
|
||||||
|
anvil_sound:
|
||||||
|
enabled: true
|
||||||
|
# The sound are weighted so if there is multiples of them one is selected randomly
|
||||||
|
# so if you want to add a "rare sound" as an easter egg you can !
|
||||||
|
# If invalid, it will be removed from the list. and if empty it will use the default
|
||||||
|
use:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.use
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
destroy:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.destroy
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
|
||||||
# Whether to show debug logging
|
# Whether to show debug logging
|
||||||
debug_log: false
|
debug_log: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -468,6 +468,33 @@ monetary_cost:
|
||||||
work_penalty: 1.0 # for work penalty (aka use penalty)
|
work_penalty: 1.0 # for work penalty (aka use penalty)
|
||||||
recipe: 1.0 # for custom anvil recipe cost
|
recipe: 1.0 # for custom anvil recipe cost
|
||||||
|
|
||||||
|
# Chance that an anvil get degraded
|
||||||
|
# set it to zero if you wish to disable it
|
||||||
|
anvil_degradation: 0.12
|
||||||
|
|
||||||
|
# see https://www.digminecraft.com/lists/sound_list_pc.php
|
||||||
|
# for a list of most of the sounds
|
||||||
|
anvil_sound:
|
||||||
|
enabled: true
|
||||||
|
# The sound are weighted so if there is multiples of them one is selected randomly
|
||||||
|
# so if you want to add a "rare sound" as an easter egg you can !
|
||||||
|
# If invalid, it will be removed from the list. and if empty it will use the default
|
||||||
|
use:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.use
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
destroy:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.destroy
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
|
||||||
|
|
||||||
# Whether to show debug logging
|
# Whether to show debug logging
|
||||||
debug_log: false
|
debug_log: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -456,6 +456,33 @@ monetary_cost:
|
||||||
work_penalty: 1.0 # for work penalty (aka use penalty)
|
work_penalty: 1.0 # for work penalty (aka use penalty)
|
||||||
recipe: 1.0 # for custom anvil recipe cost
|
recipe: 1.0 # for custom anvil recipe cost
|
||||||
|
|
||||||
|
# Chance that an anvil get degraded
|
||||||
|
# set it to zero if you wish to disable it
|
||||||
|
anvil_degradation: 0.12
|
||||||
|
|
||||||
|
# see https://www.digminecraft.com/lists/sound_list_pc.php
|
||||||
|
# for a list of most of the sounds
|
||||||
|
anvil_sound:
|
||||||
|
enabled: true
|
||||||
|
# The sound are weighted so if there is multiples of them one is selected randomly
|
||||||
|
# so if you want to add a "rare sound" as an easter egg you can !
|
||||||
|
# If invalid, it will be removed from the list. and if empty it will use the default
|
||||||
|
use:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.use
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
destroy:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.destroy
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
|
||||||
|
|
||||||
# Whether to show debug logging
|
# Whether to show debug logging
|
||||||
debug_log: false
|
debug_log: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -463,6 +463,32 @@ monetary_cost:
|
||||||
work_penalty: 1.0 # for work penalty (aka use penalty)
|
work_penalty: 1.0 # for work penalty (aka use penalty)
|
||||||
recipe: 1.0 # for custom anvil recipe cost
|
recipe: 1.0 # for custom anvil recipe cost
|
||||||
|
|
||||||
|
# Chance that an anvil get degraded
|
||||||
|
# set it to zero if you wish to disable it
|
||||||
|
anvil_degradation: 0.12
|
||||||
|
|
||||||
|
# see https://www.digminecraft.com/lists/sound_list_pc.php
|
||||||
|
# for a list of most of the sounds
|
||||||
|
anvil_sound:
|
||||||
|
enabled: true
|
||||||
|
# The sound are weighted so if there is multiples of them one is selected randomly
|
||||||
|
# so if you want to add a "rare sound" as an easter egg you can !
|
||||||
|
# If invalid, it will be removed from the list. and if empty it will use the default
|
||||||
|
use:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.use
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
destroy:
|
||||||
|
default:
|
||||||
|
sound: block.anvil.destroy
|
||||||
|
category: blocks
|
||||||
|
volume: 1.0
|
||||||
|
pitch: 1.0
|
||||||
|
weight: 1.0
|
||||||
|
|
||||||
# Whether to show debug logging
|
# Whether to show debug logging
|
||||||
debug_log: false
|
debug_log: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue