Open 1.0.4: Extra Utilities: Super Builder's Wand uncraftable

Keridos

New Member
Jul 29, 2019
29
0
0
Version:
1.0.4 + 1.1.0

What is the bug:
The super builders wand appears to be non craftable with the normal vanilla ExU recipe nor does NEI show any recipes. (like the regular vanilla wand recipe just with the stable ingots)

Mod & Version:
ExtraUtilities/MineTweaker

Paste.feed-the-beast.com log:


Can it be repeated:
Yes

Known Fix:
Removing the "recipes.remove(<ExtraUtilities:builderswand>);" from the scripts for ExU enables crafting of the super builders wand again. Seems like a custom recipe has to be set again, even if it just is the same one. May be linked to the recipe being not shown in NEI even if its integrated. As far as I can tell for the changelogs and the according Minetweaker scripts this will be buggy in 1.1.0 as well.
 
Last edited:

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
Code:
recipes.addShaped(<ExtraUtilities:creativebuilderswand>, [
    [null, <ExtraUtilities:decorativeBlock1:5>],
    [<TConstruct:toolRod:315>, null]]);

Here is a script fix. slightly more expensive than normal, but still doable. ;)

Also Posted HERE with File
 
Last edited: