Midas Touch
作者:rebot | 分类:模组
Minecraft 版本: b1.7.3
平台: babric
标签: equipment game-mechanics utility
Dependencies
- StationAPI
- GlassConfigAPI 3.0+
About
Adds silk touch like mechanic for all golden tools.

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"
]
}请登录后举报
暂无评论,抢个沙发吧~