What are you searching for?

TEcho Addon

TEcho Addon

Technicmans Origins Addon - a simple apoli addon providing origin datapackers with new power types that modify and replace sound events. New powers: Replace Sound Emission

download 11 Downloads · favorite 1 Followers · Updated 1 month ago
Fabric Utility 1.20.1

Versions

inventory_2
Techo Addon 1.0.0

1.0.0 · 1 month ago · 2.17 MB

Release download
Fabric 1.20.1

About

This mod aims to implement a better substitute for apugli's custom_footstep power, that can do more. I plan to make it a part of Apoli for Origins 1.20.1 later on :>

New Power Types

Replace Sound Emission

Replaces a sound emissed by power holder with a different sound.

Type ID: techo:replace_sound_emission

Fields

Field Type Default Description
sounds Object An object with "key": "value" pairs that determine which sound ("key") will be replaced with a new sound ("value"). Supports regex and resourcepack sounds

Examples

{
    "type": "techo:replace_sound_emission",
    "sounds": {
        "minecraft:entity.player.burp": "empty",
        "entity.generic.eat": "minecraft:empty"
    }
}

This example will replace entity.player.burp and entity.generic.eat sound events with empty, which will mute every eating sound coming from the power holder (minecraft namespace can be omitted).

{
    "type": "techo:replace_sound_emission",
    "sounds": {
        "block.([a-z|0-9|-|_]*).step": "block.$1.break"
    },
    "condition": {
        "type": "apoli:on_block",
        "inverted": true,
        "block_condition": {
            "type": "apoli:and",
            "conditions": [
                {
                    "type": "apoli:in_tag",
                    "tag": "minecraft:wool"
                }
            ]
        }
    }
}

This example will replace any stepping sound coming from the power holder with a breaking sound used by the same block that was stepped upon (unless that block is a wool).

Credits

  • Chris The Big! - for inspiring me to do this mod in the first place (he needed this functionality in one of his datapacks)
  • Robin - for giving the idea for power's syntax
  • Overgrown - for giving the idea for weighted sound list (TBA)
  • apoli:replace_loot_table power from Apoli mod - for letting me borrow its code
open_in_new View on Modrinth
Categories
Compatibility
Client: Required Server: Required
gavel MIT

Conversation

What are your thoughts?

Related projects

Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 84.3M
favorite 12,712
Utility
Mod Menu
Mod Menu

by Prospector

Adds a mod menu to view the list of mods you have installed.

download 77.7M
favorite 22,127
Library Management Utility
YetAnotherConfigLib (YACL)
YetAnotherConfigLib (YACL)

by isxander

A builder-based configuration library for Minecraft!

download 66.1M
favorite 7,607
Adventure Transportation Utility
Xaero's Minimap
Xaero's Minimap

by thexaero

Displays a map of the nearby world terrain, players, mobs, entities in the corner of your screen. Lets you create waypoints which help you find the locations you've marked.

download 60.9M
favorite 13,668
lock Cookie consent

SkinMC uses cookies to provide functionality and features.