Immersive Engineering

Immersive Engineering

134M Downloads

[1.18.2] Add Missing Forge and Vanilla tags to items

ffuentesm opened this issue ยท 5 comments

commented

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:
image
image
image
image

Slabs:
image
image
image
image

Tools:
image
image
image
image

Versions & Modlist

ImmersiveEngineering-1.18.2-8.0.1-147.jar
image

commented

The (wooden) slabs tags have only been registered to the blocks and not the items, so still do not work in recipes.

In-game screenshot of an unsuccessful crafting recipe

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SCS",
    "SSS"
  ],
  "key": {
    "S": {
      "tag": "minecraft:wooden_slabs"
    },
    "C": {
      "item": "create:large_cogwheel"
    }
  },
  "result": {
    "item": "create:water_wheel"
  }
}
commented

Kind of a waste to use treated wood there, but valid complaint. =P

commented

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.

commented

This issue was closed months ago. Open a new one.

commented

It was, but you reopened it august of last year and haven't closed it since
imageimage