FOR PATCH GLASS:
Go to: ftb\GalacticScience\minecraft\config\Galacticraft\core.conf
And replace this:
# List non-opaque blocks from other mods (for example, special types of glass) that the Oxygen Sealer should recognize as solid seals. Format is BlockName or BlockName:metadata
S:"External Sealable IDs" <
minecraft:glass_pane:0
ExtraUtilities:decorativeBlock2
>
FOR PATCH NETHERSTAR RECIEPT:
Go to: ftb\GalacticScience\minecraft\scripts\replacedRecipes.zs
And replace this:
// ================================================================================
// Blood Magic
mods.bloodmagic.Altar.removeRecipe(<AWWayofTime:blankSlate>);
mods.bloodmagic.Altar.addRecipe(<AWWayofTime:blankSlate>, <TardisMod:item.TardisMod.CraftingComponent:2>, 0, 1000, 50, 50);
mods.bloodmagic.Altar.removeRecipe(<AWWayofTime:weakBloodOrb>);
mods.bloodmagic.Altar.addRecipe(<AWWayofTime:weakBloodOrb>, <thedalekmod:DalekaniumIngot>, 0, 1000, 50, 50);
recipes.remove(<AWWayofTime:Altar>);
recipes.addShaped(<AWWayofTime:Altar>,
[[<GalacticraftMars:item.null:2>, <GalacticraftMars:item.null:2>, <GalacticraftMars:item.null:2>],
[<ore:ingotDesh>, <thedalekmod:DalekaniumIngot>, <GalacticraftMars:item.null:2>],
[<ore:ingotDesh>, <ore:ingotDesh>, <ore:ingotDesh>]]);
//RomixERR patch
mods.bloodmagic.Altar.removeRecipe(<minecraft:nether_star>);
mods.bloodmagic.Altar.removeRecipe(<minecraft:nether_star>);
mods.bloodmagic.Altar.removeRecipe(<minecraft:nether_star>);
mods.bloodmagic.Altar.addRecipe(<minecraft:nether_star>, <exastris:uncharged_netherstar>, 4, 20000, 20, 20);
// ================================================================================