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][1.12.2] magic_crystal metadata CraftTweaker/JEI compat #851

Open
1 task done
Sethgno opened this issue May 6, 2023 · 0 comments
Open
1 task done

[Bug][1.12.2] magic_crystal metadata CraftTweaker/JEI compat #851

Sethgno opened this issue May 6, 2023 · 0 comments
Labels
bug Anything that isn't working how it's supposed to Needs Triage

Comments

@Sethgno
Copy link

Sethgno commented May 6, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Observed behaviour

in CraftTweaker, using the script;
import crafttweaker.item.IIngredient; val crystal as IIngredient = <ebwizardry:magic_crystal:*>; val coal as IIngredient = <minecraft:coal:*>; recipes.addShapeless("ebwtest", <minecraft:dirt>, [coal, crystal]);
(the * after the item signifies any metadata)
should display the rotation of crystals in the crafting grid when looking at the recipe through JEI as it does with coal and charcoal in this example.
however this script displays the crystal crafting slot as empty, while the coal crafting slot rotates between coal and charcoal as intended.
i've only tested this behavior with magic_crystal and unsure of other ebw meta ranges acting correctly

I will report this on CT's side as well (already had issue)

Expected behaviour

all magic crystal items should appear in the recipe viewer's crafting grid when called on by ebwizardry:magic_crystal:*

Steps to reproduce

  • install JEI and CraftTweaker
  • place ebwtest.txt into the script folder and change extension to .zs
  • view the recipe added for dirt, it should show the first slot with charcoal/coal and the second slot empty

Crashlog

No response

Environment (Singleplayer/Server, etc.)

Singleplayer

Mod version

4.3.7

Minecraft version

1.12.2

Forge version

1.12.2 - 14.23.5.28.59

Other mods

CraftTweaker2-1.12-4.1.20.687
jei_1.12.2-4.16.1.301

@Sethgno Sethgno added bug Anything that isn't working how it's supposed to Needs Triage labels May 6, 2023
@Sethgno Sethgno changed the title [Bug] magic_crystal metadata CraftTweaker/JEI compat [Bug][1.12.2] magic_crystal metadata CraftTweaker/JEI compat May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Anything that isn't working how it's supposed to Needs Triage
Projects
None yet
Development

No branches or pull requests

1 participant