- check_circle Functions
- 131,399 views, 6 today
- 30,617 downloads, 3 today
89
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.
Compatibility | Minecraft 1.14 |
Tags |
2 Update Logs
Version 1.3.1 : by Firebug 04/25/2019 6:12:10 pmApr 25th, 2019
- 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
4255096
119
Create an account or sign in to comment.
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:veinprep
execute 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:testenchant
Greetings
execute as @e[type=item,nbt={Item:{id:"minecraft:netherite_pickaxe"}}] at @s run function mineralmassacre:testenchant
Now 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