Open Wood Chips no longer work in 3.0.5

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • 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

Rasip

New Member
Jul 29, 2019
1
0
0
Summary of the problem Wood Chips no longer work in 3.0.5

Pack Version

What is the bug? Hammering wood for wood chips to make dirt no longer works. The only use for wood chippings (new name?) is making sponges. There is currently no source (in NEI/JEI) for wood chippings.

Mod & Version Pack 3.0.5
Mod Ex Compressum

Link to log file

Is it repeatable? Yes, Try hammering a log.

Known Fix
 
J

Jandakast

Guest
Wood Chippings also do not drop for me with a fresh or updated instance.

However, if I unlock the profile and roll ExNihilo Adscensio back to 0.1.11 they drop correctly.
 

Jeremy Miller

New Member
Jul 29, 2019
32
0
0
Temporary fix:

<recipeGroup name="Wood to chips" >
<recipe name="WoodChips" energyCost="2500" >
<input>
<itemStack modID="minecraft" itemName="log" />
</input>
<output>
<itemStack modID="excompressum" itemName="wood_chippings" number="1" />
<itemStack modID="excompressum" itemName="wood_chippings" number="1" chance="0.25" />
<itemStack modID="excompressum" itemName="wood_chippings" number="1" chance="0.25" />
<itemStack modID="excompressum" itemName="wood_chippings" number="1" chance="0.25" />
</output>
</recipe>
</recipeGroup>
 
  • Like
Reactions: stouly and Garpu