Created
August 16, 2019 22:36
-
-
Save Davoleo/a4e87dd7fb4cf6d84115ba40dae0548e to your computer and use it in GitHub Desktop.
zenscript file to fix MS3 and enhance gameplay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Author: Davoleo | |
//Date: 03/03/2018 | |
//These custom recipes are introduced by [Davoleo - © - 2019] to enhance modpack gameplay | and fix some modpack bugs | |
import mods.forestry.Carpenter; | |
//Added to fix https://github.com/EmosewaPixel/Modern-Skyblock-3/issues/800 | |
Carpenter.addRecipe(<forestry:crafting_material:7>, | |
[[<ore:dyeYellow>, <ore:plankWood>, <ore:dyeRed>], | |
[<ore:dyeBlue>, <forestry:wood_pulp>, <ore:dyeBlue>], | |
[<ore:dyeRed>, <ore:plankWood>, <ore:dyeYellow>]], | |
100, <liquid:biomass> * 100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment