TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Stained Hardened Clay Blocks not cookable in firepit/forge

AnodeCathode opened this issue ยท 1 comments

commented

Describe the bug
Make sure to include:

  1. What did you expect to happen? Get pretty Terracotta blocks
  2. What actually happened instead (i.e. what was the bug): Can't place the stained hardened clay in the cook slot

To Reproduce
Attention to detail is important!

  1. Do 'Have a forge or a firepit.
  2. Then do 'attempt to click, or click and drag a stained hardened clay block to the cook slot.

Meta Info

  • TFC Version: 1.3.2.147
  • Were any other mods included? Can you reproduce it without these other mods? Just JEI and Hwyla
commented

Think all that's missing is:
OreDictionary.registerOre("terracotta", new ItemStack(Blocks.STAINED_HARDENED_CLAY, 1, OreDictionary.WILDCARD_VALUE));

in the OreDictionaryHelper