Midas Touch

Quick rating

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

Midas Touch

By JustJabkaOwner

No reviews yet

Adds silk touch like mechanic for all golden tools

About

Description

Dependencies

About

Adds silk touch like mechanic for all golden tools.

Showcase

For developers

This mod provides two custom tags for full compatibility with other mods. You can easily add your own modded tools or blacklisted blocks through standard StationAPI tag files.

midas_touch:has_midas_touch (Item Tag):

Items that have the Midas Touch effect applied to them.

Default values:

{
  "values": [
    "minecraft:golden_sword",
    "minecraft:golden_pickaxe",
    "minecraft:golden_axe",
    "minecraft:golden_shovel",
    "minecraft:golden_hoe"
  ]
}

midas_touch:not_affected_by_midas_touch (Block Tag):

Blocks that will not be affected by the Midas Touch effect.

This tag is pretty useful if you are trying to prevent players from getting illegal blocks, technical blocks, or breaking game balance.

Default values:

{
  "values": [
    "minecraft:piston",
    "minecraft:piston_head",
    "minecraft:moving_piston",
    "minecraft:cake",
    "minecraft:spawner",
    "minecraft:redstone_ore_lit",
    "minecraft:redstone_wire",
    "minecraft:oak_door",
    "minecraft:iron_door",
    "minecraft:repeater",
    "minecraft:oak_sign",
    "minecraft:oak_wall_sign",
    "minecraft:wheat",
    "minecraft:furnace_lit",
    "minecraft:redstone_torch",
    "minecraft:redstone_torch_lit",
    "minecraft:fire",
    "minecraft:water",
    "minecraft:flowing_water",
    "minecraft:lava",
    "minecraft:flowing_lava",
    "minecraft:double_slab",
    "minecraft:sugar_cane",
    "minecraft:red_bed",
    "minecraft:grass"
  ]
}