Skip to content

Instantly share code, notes, and snippets.

@Davoleo
Created August 16, 2019 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Davoleo/a4e87dd7fb4cf6d84115ba40dae0548e to your computer and use it in GitHub Desktop.
Save Davoleo/a4e87dd7fb4cf6d84115ba40dae0548e to your computer and use it in GitHub Desktop.
zenscript file to fix MS3 and enhance gameplay
//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