ImmersiveEngineering icon indicating copy to clipboard operation
ImmersiveEngineering copied to clipboard

[1.18.2] Add Missing Forge and Vanilla tags to items

Open ffuentesm opened this issue 2 years ago • 2 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

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

ffuentesm avatar Apr 19 '22 19:04 ffuentesm

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"
  }
}

ChloeDawn avatar Aug 01 '22 01:08 ChloeDawn

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

BluSunrize avatar Aug 01 '22 07:08 BluSunrize

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.

saltyseadoggo avatar May 05 '23 04:05 saltyseadoggo

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

BluSunrize avatar May 05 '23 19:05 BluSunrize

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

saltyseadoggo avatar May 05 '23 20:05 saltyseadoggo