EMI

EMI

1M Downloads

[Minecraft 1.21.1] [EMI 1.1.14] Recipe Tree does not expand fully.

spinodal23 opened this issue ยท 4 comments

commented

(No game crash.)
There may be similar issues, but I could not find one because there are too many issues.

Minecraft version: 1.21.1
Fabric Loader: 0.16.5
Fabric API: 0.102.1
EMI: 1.1.14
+) Refined Storage 2: v2.0.0-milestone.4.7
+) Refined Storage - EMI Integration: v0.4.1

Recipe Tree does not expand fully. Some vanilla items do show recipe tree on their own but do not show when it is part of other recipe tree.
.
.
.
Images below for: End Crystal, Glass, Glass Pane, Crossbow, Potion of Harming, (Refined Storage 2) Controller

Tree of End Crystal - According to the Modrinth page, recipe of Glass(smelting) should be shown.
image

Tree of Glass - There is a recipe tree of Glass, but it does not show it is part of other tree, e.g. Glass Pane.
image

Tree of Glass Pane
image
.
.
.
Tree of Crossbow - recipe of Stick(crafting) should be shown.
image

Tree of Potion of Harming - recipe of Water Bottle should be shown.
image
.
.
.
for Refined Storage 2 mod

Tree of Controller - Most of the subtrees are not shown.
image

commented

This is expected behavior for recipe trees. If there is more than one crafting mode and a "default recipe" hasn't been defined by the recipe creator, and the heart icon hasn't been clicked on the recipe screen, that node of the tree won't be expanded.

If you want to expand it, either of the ways above will "permanently" cause it to be expanded, or you can click on the item in the tree and then click the output of the recipe you want to see in the tree and it will temporarily expand to that recipe.

commented

Oh I see.
What is heart icon? And How can I set the default recipe?

commented

Look at any recipes in the viewer, you'll see a little heart on the right side. There is an overview of recipe defaults on the wiki : https://github.com/emilyploszaj/emi/wiki/Recipe-Defaults

commented

Thank you for your answer. :)
I think you can close this now.