• • 4/25/19 6:12 pm • 2 logs
- 133.8k views • 1 today
- save_alt 31k downloads
- Compatibility
- Minecraft 1.14
- Changes include
- Functions
90
Drop a block of lapis and an iron/diamond pick on top of an enchantment table while you have 10 levels to enchant it with the ability to destroy an entire vein in the blink of an eye. Instruction file included. Multiplayer compatible. I'm open to suggestions for improvements.
2 Update Logs
Version 1.3.1 : by Firebug 04/25/2019 6:12:10 pmApril 25, 2019 @ 10:12 pm UTC
- Vein mined ores no longer drop experience
- Now takes Silk Touch and Fortune into account
- Also takes Molten Core into account (an auto smelting pack I made)
- Made everything even less laggy
LOAD MORE LOGS
More like this
4255096
119



Have something to say?
This is your new data\mineralmassacre\tags\blocks\ore.json file:
{"values":
[
"minecraft:coal_ore",
"minecraft:iron_ore",
"minecraft:gold_ore",
"minecraft:diamond_ore",
"minecraft:lapis_ore",
"minecraft:nether_quartz_ore",
"minecraft:redstone_ore",
"minecraft:emerald_ore",
"minecraft:nether_gold_ore"
]
}
And add these lines to data\mineralmassacre\functions\main.mcfunction file:
execute as @e[type=item,nbt={Item:{id:"minecraft:nether_gold_ore"},Age:1s}] at @s run function mineralmassacre:veinprepexecute as @e[type=item,nbt={Item:{id:"minecraft:gold_nugget"},Age:1s}] at @s run function mineralmassacre:veinprep
Greetings
execute as @e[type=item,nbt={Item:{id:"minecraft:netherite_pickaxe"}}] at @s run function mineralmassacre:testenchantGreetings
execute as @e[type=item,nbt={Item:{id:"minecraft:netherite_pickaxe"}}] at @s run function mineralmassacre:testenchantNow you can enchant iron, diamond and netherite pickaxe.execute as @e[type=item,nbt={Item:{id:"minecraft:diamond_pickaxe"}}] at @s run function mineralmassacre:testenchant
execute as @e[type=item,nbt={Item:{id:"minecraft:iron_pickaxe"}}] at @s run function mineralmassacre:testenchant
schedule function mineralmassacre:loop 23