Open 1.7.0: ExNihilo Hammer Recipe: Air Shard

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord
K

KappaClosed

Guest
Version:
1.7.0

What is the bug:
The ExNihilo Hammer Recipe for Air Shards asks for <minecraft:double_stone_slab:1>. However, this item doesn't seem to exist and it should probably be <minecraft:stone_slab:1>.

Mod & Version:
FTB Skyblock Evolved 1.1.0 (Expert)

Paste.feed-the-beast.com log:


Can it be repeated:
Try to obtain an Air Shard.

Known Fix:
Remove the old recipe and replace it with the new one by adding the following two lines to /scripts/ExNihilo.zs and reload the scripts by typing "/mt reload" in your server terminal or ingame:

mods.exnihilo.Hammer.removeRecipe(<minecraft:double_stone_slab:1>);
mods.exnihilo.Hammer.addRecipe(<minecraft:stone_slab:1>, <Thaumcraft:ItemShard>, 1.0, 0.0);