https://github.com/andre601/iaxpresencefootsteps
Add-on plugin for ItemsAdder to add support for the Presence Footsteps mod.
https://github.com/andre601/iaxpresencefootsteps
bukkit itemsadder presencefootsteps spigot
Last synced: 5 months ago
JSON representation
Add-on plugin for ItemsAdder to add support for the Presence Footsteps mod.
- Host: GitHub
- URL: https://github.com/andre601/iaxpresencefootsteps
- Owner: Andre601
- License: mit
- Created: 2022-05-23T12:58:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T21:51:12.000Z (about 3 years ago)
- Last Synced: 2025-07-20T12:24:44.505Z (7 months ago)
- Topics: bukkit, itemsadder, presencefootsteps, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/102192/
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IAxPresenceFootsteps
This is a simple plugin that adds support for the Presence Footsteps mod to ItemsAdder.
## The Goal
The goal is to add a way to automatically generate the `blockmap.json` file used by Presence Footsteps to override sounds for custom blocks.
## How to
> **Note**
> Make sure to have used `/iazip` AT LEAST once before using this plugin, as it requires a valid `real_blocks_note_ids_cache.yml` to be present.
In order to use this plugin, open any YAML file in ItemsAdder that contains items with the `block` property set.
In the file, add the following (Example using `ruby_ore` in `/ItemsAdder/data/items_packs/itemsadder/blocks.yml` from ItemsAdder 3.2.5):
```diff
items:
ruby_ore:
display_name: display-name-ruby_ore
permission: ruby_ore
resource:
material: PAPER
generate: true
textures:
- block/ruby_ore.png
specific_properties:
block:
hardness: 3
placed_model:
type: REAL_NOTE
break_particles_material: REDSTONE_BLOCK
cancel_drops: true
break_tools_blacklist:
- WOODEN_PICKAXE
- STONE_PICKAXE
break_tools_whitelist:
- PICKAXE
- pickaxe
- _hammer
+ pf_sound: 'ore'
```
After that, save the file(s) and run `/pfcreate` to create the `blockmap.json` file.
> **Warning**
> If such a file already exists will you need to add `--override` as an argument to the command to override it!