Metal Pipe

Quick rating

Community listing page, reviews here may not be monitored by the author.

Metal Pipe

By NatdertaleOwner

No reviews yet

Add the metal pipe to minecraft.

Mod Loaders
Minecraft

About

Description

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.

 Moved to modrinth : https://modrinth.com/mod/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

{
 "soundId": "minecraft:block.amethyst_block.break",
 "volume": 0.7,
 "pitch": 1.0
}

There's also a example datapack available.