1.0.2: Bronze Paxel

MarkFuller

New Member
Jul 29, 2019
1
0
0
Version:
1.0.2

What is the bug:
This is version 1.1.0 (Not selectable in quick pick).

Using Mekanism Bronze (4500:2) with Sticks in a crafting table results in Thermal Foundation tools pickaxe (#4655) instead of Mekanism tools pickaxe (#5030). The same is tru for the shovel, and axe.

The Mekansim Bronze Paxel will not make for me from the Thermal Foundation tools. NEI is only showing the Mekanism components for the subcombines.

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
 

eletrolitico

New Member
Jul 29, 2019
6
0
0
try the "no more recipe conflict" mod, it let you alternate through crafting recipes

Enviado de meu SM-G900M usando Tapatalk
 

SourceShard

New Member
Jul 29, 2019
4
0
0
If you add this to the Crafting.zs file located in the Scripts folder it should disable the Thermal Foundation tools and provide a workaround until support is added to the Paxel recipe for Mekanism.
Code:
recipes.remove(<ThermalFoundation:tool.shovelBronze>);
recipes.remove(<ThermalFoundation:tool.pickaxeBronze>);
recipes.remove(<ThermalFoundation:tool.axeBronze>);