[1.18.2] Add Missing Forge and Vanilla tags to items
ffuentesm opened this issue ยท 5 comments
Description of the issue:
I notice that some blocks have missing tags, both Minecraft and forge ones, this affect some compatibility with crafting recipes, meaning that IE items can't be used on them.
Here some examples
Versions & Modlist
The (wooden) slabs tags have only been registered to the blocks and not the items, so still do not work in recipes.
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"S": {
"tag": "minecraft:wooden_slabs"
},
"C": {
"item": "create:large_cogwheel"
}
},
"result": {
"item": "create:water_wheel"
}
}
The steel and faraday armor pieces are also missing from #forge:helmets
, #forge:chestplates
, #forge:leggings
& #forge:boots
. This prevents them from being compatible with other mods' features that use these tags, such as Twilight Forest's armor recrafting function.