Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
IAxPresencefootsteps
PluginMIT

IAxPresencefootsteps

A plugin that allows to add stepping-sounds for the Presence Footsteps mod to custom ItemsAdder Blocks.

432
Downloads
3
Followers
3 years ago
Updated
📦
2
Versions
utilitypaperpurpurspigot
Download Latestv1.3.0-BETAView on Modrinth

📖About IAxPresencefootsteps

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 3.2.5):

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!

Links

discord revolt

👥 Team & Contributors

Andre601
Andre601Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.19.2

🔗 Links

Modrinth Page