IAxPresenceFootsteps
This is a plugin for
ItemsAdder that adds support for the
Presence Footsteps mod.
You may had this situation: You're using Presence Footsteps and join a server that uses ItemsAdder for custom blocks. Now whenever you walk over such custom blocks will you hear the woodutility sound, since those blocks are (most likely) note blocks.
There is currently no native way to support the mod through ItemsAdder, so I decided to create this plugin for this!
How to use
Using it is fairly simple:
- First, make sure there actually is a real_blocks_note_ids_cache.yaml file under /plugins/ItemsAdder/storage/
This plugin requires this file to function properly.
- Go to /plugins/ItemsAdder/data/items_packs/:namespace and open the YAML files that contain items configured for custom blocks.
You know they are used for custom blocks when they have the block option set under special_properties.
- Under the block section, add pf_sound with the sound name you want to use (i.e. stone).
- Save the file(s)
- Run /pfcreate (Requires permission iaxpf.command.create)
You'll need to provide --override as an argument to the command in case a blockmap.json file already exists.
- The plugin will now collect information and generate the JSON file based on what it has found*
- When everything completed successfully, run /iazip to refresh the resource pack.
- You should now have the sounds configured for the Presence Footsteps mod!
* The plugin only collects blocks that both have
pf_sound set and are present in the cache file, so make sure you have at least zipped the resource pack once before using this plugin.