Change Glowstone Recipe back to normal

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
I'm assuming you mean being able to craft glowstone out of dusts? IC2 enables that.

Edit your IC2.cfg file, and change
# Enable crafting of glowstone dust out of dusts
enableCraftingGlowstoneDust=false

I did this as I prefer being forced to gather Glowstone from it's unique environment (excluding mystcraft ages), and not with gold and redstone (I believe)
 
Find your gregtech config files and change all the following to true.
Code:
####################
# storageblockcrafting
####################
 
storageblockcrafting {
  Aluminium=false
  Bronze=false
  Chrome=false
  Copper=true
  Diamond=false
  Emerald=false
  Glowstone=false
  Gold=false
  Iron=false
  Lapis=false
  Ruby=false
  Sapphire=false
  Silver=false
  Tin=false
  Titanium=false
  Uranium=false
}
and
Code:
####################
# storageblockreversecrafting
####################
 
storageblockreversecrafting {
  Aluminium=false
  Bronze=false
  Chrome=false
  Copper=false
  Diamond=false
  Emerald=false
  Gold=false
  Iron=false
  Lapis=false
  Ruby=false
  Sapphire=false
  Silver=false
  Tin=false
  Titanium=false
  Uranium=false
}

Should change all the blocks back to normal.
 
Find your GregTech.cfg file under minecraft/config. Change the values in the "storageblockcompression" section from true to false.

Edit: LOL. Ninja'd hard.