fixed lantern not being breakable
This commit is contained in:
parent
cddc6683db
commit
54d97bf632
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ const registerMinecraftBlockTags = (event) => {
|
|||
event.add('tfc:forge_insulation', 'minecraft:basalt');
|
||||
event.add('tfc:bloomery_insulation', 'minecraft:smooth_basalt');
|
||||
event.add('tfc:forge_insulation', 'minecraft:smooth_basalt');
|
||||
|
||||
event.add('minecraft:mineable/pickaxe', 'minecraft:lantern');
|
||||
|
||||
//#region
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue