KubeJS

KubeJS

61M Downloads

thermal.smelter not respecting NBT

TemperedFool opened this issue ยท 2 comments

commented

Trying to set up the following recipe:

e.recipes.thermal(
     Item.of('resourcefulbees:bee_jar', {Entity: "resourcefulbees:electrum_bee"}),
     [
          Item.of('resourcefulbees:bee_jar', {Entity: "resourcefulbees:silver_bee"}).weakNBT()
          Ingredient.of('resourcefulbees:gold_honeycomb_block', 1)
     ])

Recipe doesn't respect the NBT for the bee_jar item - it will accept one with no NBT.

Recipe shows correctly in JEI:
image

commented

Based on the previous comment, this seems to be an issue with Thermal Expansion, not KubeJS.