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);
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);