Download Nether Gold — Minecraft Mods — MetaMods
Nether Gold

Nether Gold

Active

Downloads

0

Last update

5 years ago
Client
Weapons and armor

Nether Gold

This mod is no longer supported by the developer. It works in its current state but will not receive updates.

What does the mod add?

Nether Gold introduces gold ore to the Nether that drops vanilla gold nuggets when mined, and occasionally drops fiery gold dust.

Nether Gold Ore

Mod Features

The idea for this mod came from a simple question: where do pigmen get their gold? During development, the concept of fiery gold emerged.

Nether Gold ore occasionally drops fiery gold dust along with regular gold nuggets. When smelted, this dust turns into fiery gold ingots.

From fiery gold ingots, you can craft tools and armor using the same recipes as standard gold items. All blocks and items can be enabled or disabled through configuration files.

Video Spotlights

Mod Review

Demonstration

Configuration Settings

  • Enable/disable individual items and blocks
  • Control ore generation
  • Modify ore spawn parameters
  • Adjust rare drop chance
# Configuration file
general {
    blocks {
        # Disables Fiery Gold Block. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Block"=false

        # Disables Nether Gold Ore. It will not be registered.
        # Default: false
        B:"Disable Nether Gold Ore"=false

        # Chance for Nether Gold Ore to drop Fiery Gold Dust. Lower # = Higher Chance.
        # Default: 6
        # Min: 1
        # Max: 257
        I:"Rare Drop Chance"=6
    }

    worldgen {
        # Maximum Nether Gold Ore Spawn Height
        # Default: 256
        # Min: 0
        # Max: 256
        I:"Nether Gold Ore MaxY"=256

        # Minimum Nether Gold Ore Spawn Height
        # Default: 0
        # Min: 0
        # Max: 256
        I:"Nether Gold Ore MinY"=0

        # Nether Gold Ore Spawn Chance
        # Default: 15
        # Min: 0
        # Max: 256
        I:"Nether Gold Ore Spawn Chance"=15

        # Spawn Nether Gold Ore?
        # Default: true
        B:"Spawn Nether Gold Ore"=true
    }

    items {
        # Disables Fiery Gold Dust. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Dust"=false

        # Disables Fiery Gold Ingot. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Ingot"=false
    }

    toolsandarmor {
        # Disables Fiery Gold Armor. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Armor"=false

        # Disables Fiery Gold Axe. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Axe"=false

        # Disables Fiery Gold Hoe. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Hoe"=false

        # Disables Fiery Gold Pickaxe. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Pickaxe"=false

        # Disables Fiery Gold Shovel. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Shovel"=false

        # Disables Fiery Gold Sword. It will not be registered.
        # Default: false
        B:"Disable Fiery Gold Sword"=false
    }
}
Project members
Trikzon

Trikzon

Created: 20 Nov 2018

ID: 54005