Freebi85 / Dungeons-Dragons-Space-Shuttles

26 stars 4 forks source link

Missing entry in Minecraft.zs for natura:nether_logs2:15 #922

Closed GrimFred closed 3 years ago

GrimFred commented 4 years ago

Hey Freebi, in the modpack the second type of Bloodwood_log cant' be made into planks. Oh, i got the bloodwod_logs in an older version but upgraded to the 8.0 beta version Just add following lines to the Minecraft.zs: recipes.addShapeless( 2, [ ]); recipes.addShapeless( 4, [.reuse().transformDamage(5), ]); mods.thermalexpansion.Sawmill.removeRecipe(); mods.thermalexpansion.Sawmill.addRecipe( * 6, , 1500, , 50);

Freebi85 commented 4 years ago

Uhm.. It's already in the code and still there? (Even in 8.0) 🤔 Just with an other kind of planks it seems. Need to check, Anyway thx for the heads up and the code :)

Freebi85 commented 4 years ago

Looks like Bloodwood drops 2 different kind of logs lol. One was alreday scripted. Should be fixed in final release.

Cheers