Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Custom output minecraft:item don't display in REI #72

Open
4 tasks done
Bagra67 opened this issue Apr 25, 2023 · 0 comments
Open
4 tasks done

[Bug]: Custom output minecraft:item don't display in REI #72

Bagra67 opened this issue Apr 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Bagra67
Copy link

Bagra67 commented Apr 25, 2023

Bug Description

Custom craft with minecraft;item on output are not displayed correctly in REI but works properly:

craft_spirit

output_nasa

{
  "type": "spirit:soul_transmutation",
  "entityInput": "minecraft:zombie",
  "consumesActivator": false,
  "itemInputs": [
    {
      "item": "techreborn:steel_plate"
    },
    {
      "item": "create:mechanical_arm"
    },
    {
      "item": "techreborn:steel_plate"
    },
    {
      "item": "create:mechanical_arm"
    },
    {
      "item": "create:mechanical_arm"
    },
    {
      "item": "tconstruct:queens_slime_ingot"
    },
    {
      "item": "tconstruct:queens_slime_ingot"
    },
    {
      "item": "techreborn:advanced_circuit"
    }
  ],
  "entityOutput": "minecraft:item",
  "outputNbt": {
    "Item": {"id": "ad_astra:nasa_workbench", "Count": 1}
  },
  "duration": 100,
  "shouldSummonMob": true
}

How to Reproduce?

  1. Add a craft with minecraft:item output
  2. Add outputNbt
  3. Reload with KubeJS
  4. See the craft

Expected Behavior

On REI, the output should be the item view

Version

2.1.8

Mod Loader Version

1.18.2 - 0.14.19

Mod Loader

Fabric

Logs or additional context

The custom craft use Ad Astra item and KubeJS but same i obtain the same result with vanilla item.

Don't know if it's a REI bug or Spirit so I try here

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
@Bagra67 Bagra67 added the bug Something isn't working label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant