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

[1.12.2] Factory Block/Tyrian recipe conflict #605

Closed
Riyshn opened this issue Dec 14, 2017 · 4 comments
Closed

[1.12.2] Factory Block/Tyrian recipe conflict #605

Riyshn opened this issue Dec 14, 2017 · 4 comments

Comments

@Riyshn
Copy link

Riyshn commented Dec 14, 2017

Chisel-MC1.12-0.1.0.23

I'm not sure if this is the same issue as #594, but I am unable to craft Factory Blocks; JEI shows no recipe for them, and the trying the normal recipe (4 Stone, 4 Iron Ingots) creates 32 Tyrian instead, while the normal Tyrian recipe (8 Stone, 1 Iron Ingot) does not craft anything.

@Dragnier
Copy link

Dragnier commented Dec 15, 2017

Just noticed this myself. Definitely odd. Temporarily using Craft Tweaker to fix this for myself.

@mctom987
Copy link
Contributor

This was working in Direwolf20 1.3.0, and broke in 1.4.0

I tried using MineTweaks to add the recipe back, but I couldn't figure out a way to craft Factory Blocks at all. Tyrian set to it's original just fine, so it appears this issue goes beyond just the recipe.

@mctom987
Copy link
Contributor

Tyrian recipe looks oddly similar to Factory

Factory

GameRegistry.addRecipe(new ItemStack(ChiselBlocks.factory, Configurations.factoryBlockAmount, 0), "SXS", "X X", "SXS",

Tyrian

GameRegistry.addRecipe(new ItemStack(ChiselBlocks.tyrian, 32, 0), "SXS", "X X", "SXS",

mctom987 added a commit to mctom987/Chisel that referenced this issue Dec 15, 2017
This recipe collides with that of the Factory Block. Normal recipe seems to be iron ingot surrounded by stone.
@PaternoX
Copy link

this problem is also presenting in project ozone lite v1.3.4, recipe for factory block shows the crafted block with a red ), and does not produce any blocks when in a crafting grid.

tterrag1098 pushed a commit that referenced this issue Dec 19, 2017
This recipe collides with that of the Factory Block. Normal recipe seems to be iron ingot surrounded by stone.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants