ImmersiveEngineering
ImmersiveEngineering copied to clipboard
[1.18.2] Add Missing Forge and Vanilla tags to items
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
Stairs:
Slabs:
Tools:
Versions & Modlist
ImmersiveEngineering-1.18.2-8.0.1-147.jar
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"
}
}
Kind of a waste to use treated wood there, but valid complaint. =P
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.
This issue was closed months ago. Open a new one.
It was, but you reopened it august of last year and haven't closed it since