Metal Pipe Mod
Add the metal pipe to minecraft
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Metal Pipe Mod
This mod add the metal pipe to minecraft, it play the famous metal pipe sound when dropped on the ground. To craft it just place three iron ingot horizontaly in a crafting table.
For Mod devloppers
Starting from version 2.1.0+, you can assign a custom falling sound to any item using `.json` files.
To do this, create a `.json` file named after the item inside the following directory: `~/data/[namespace]/falling_sounds/`
Example :
> amethyst_shard.json > > ```json > { > "soundId": "minecraft:block.amethyst_block.break", > "volume": 0.7, > "pitch": 1.0 >} > ```
There's also a example datapack available.