diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e0760f4..2c3a82384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Buffed how far each Soarer "flap" can glide for @Pyritie - Polycaprolactam string and phantom string now use circuit 3 in a wiremill instead of 0 (#2096) @SverhRazum-Nah - Added flax bundles for much faster scraping (#2080) @Xaligal +- Added more mineable tags to cobwebs since swords don't want to work ### Bug fixes - Fixed part of the tungsten processing loop giving way too much salt (#2095) @Redeix - Fixed basic super tanks so you can now left/right click with them in GUIs like you can with the others (#2100) @jurrejelle diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 49cd17f40..5e866482f 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -190,6 +190,7 @@ const registerMinecraftBlockTags = (event) => { event.add('minecraft:mineable/pickaxe', 'minecraft:cobweb'); event.add('minecraft:mineable/hoe', 'minecraft:cobweb'); event.add('minecraft:mineable/shovel', 'minecraft:cobweb'); + event.add('minecraft:mineable/axe', 'minecraft:cobweb'); //#region