Open Bloodwood planks aren't craftable

T

theIlls

Guest
Summary of the problem Bloodwood planks aren't craftable

Pack Version 1.2.1

What is the bug? 1.4.2 version of FTB beyond, bloodwood planks aren't craftable, the other Natura woods are like Dark Wood and Fuse Wood

Mod & Version Natura 1.6.x

Link to log file n/a

Is it repeatable?

Known Fix n/a
 
K

kristi71111

Guest
Fix:
Make a .zs file in your scripts folder and add these lines to it:
Code:
#Add recipe for BloodWood Planks from natura
    recipes.addShapeless(<natura:nether_planks:1> * 4, [<natura:nether_logs2>]);
    recipes.addShapeless(<natura:nether_planks:1> * 4, [<natura:nether_logs2:15>]);

This will produce a results that looks like this:
aac24ed1aa6a4344befa53c94cda782a.png
f37cfeb84e694b2fba2f0c01f38249bf.png
Make sure to run /mt reload in game or restart your client/server after you have made this change
 
W

witdy002

Guest
thanks for the fix kristi71111
any chance you could also add the recipie fixes for the bloodwood items bowl,sticks,door these are the only things craftable with bloodwood planks

thanks.