1.0.2: [1.1.0] Blackout curtains unavailable

Bennoip

New Member
Jul 29, 2019
3
0
0
Version:
1.0.2

What is the bug:
Hi,

My server is on Horizons version 1.1.0.

Two objects have the same recipe:
- Blackout Curtains (from Extra Utilities)
- Curtain (from Malisis Doors)

So it's impossible to craft Blackout Curtains.

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
 

SourceShard

New Member
Jul 29, 2019
4
0
0
If you add this to the Crafting.zs file located in the Scripts folder it will create a separate recipe for Malisis Doors-Curtain's and provide a workaround until FTB support is able to correct the recipe.
Code:
recipes.remove(<malisisdoors:item.curtain>);
recipes.addShaped(<malisisdoors:item.curtain>, [[<ore:blockCloth>, null, <ore:blockCloth>], [<ore:blockCloth>, null, <ore:blockCloth>], [<ore:blockCloth>, null, <ore:blockCloth>]]);
 
Last edited: