mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
add sound & degradation in config
This commit is contained in:
parent
5df9becb19
commit
b4d7320002
4 changed files with 106 additions and 0 deletions
|
|
@ -463,6 +463,32 @@ monetary_cost:
|
|||
work_penalty: 1.0 # for work penalty (aka use penalty)
|
||||
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
|
||||
debug_log: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue