workaround for swords not working to mine cobwebs #2075
This commit is contained in:
parent
c20aabde94
commit
8a68449d17
1 changed files with 4 additions and 0 deletions
|
|
@ -186,6 +186,10 @@ const registerMinecraftBlockTags = (event) => {
|
|||
event.add('tfc:forge_insulation', 'minecraft:smooth_basalt');
|
||||
|
||||
event.add('minecraft:mineable/pickaxe', 'minecraft:lantern');
|
||||
|
||||
event.add('minecraft:mineable/pickaxe', 'minecraft:cobweb');
|
||||
event.add('minecraft:mineable/hoe', 'minecraft:cobweb');
|
||||
event.add('minecraft:mineable/shovel', 'minecraft:cobweb');
|
||||
|
||||
//#region
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue