1.0.0: Recipe Conflict with smelting sand

Status
Not open for further replies.

Dikitty

New Member
Jul 29, 2019
4
0
0
Version:
1.0.0

What is the bug:
It seems that smelting sand gives silicon from Silicio instead of glass. I used both charcoal and oak planks as fuel in a regular furnace and it gave the same result.

Mod & Version:
Silicio

Paste.feed-the-beast.com log:


Can it be repeated:
Pop sand in the input slot and plop some sort of fuel in the fuel spot.

Known Fix:
 

Vauthil

New Member
Jul 29, 2019
1,491
-14
1
Yeah, this appears to be an oops in the MineTweaker recipe script added in 1.0.1.

Crafting.zs, Line 26:
Code:
furnace.addRecipe(<Silicio:materials:4>, <ore:sand>);

For folks wanting to go around this problem until there's an update, go to <your modpack's minecraft folder>/scripts/Crafting.zs and remove that line (it's the last one, so should be simple to find). Keep in mind this essentially renders Silicio useless, but better that one broken than basically every other mod (unless you were lucky enough to get the transmute learned before updating to 1.0.1).

Server owners can do this themselves without requiring clients to do it, but SSP folks will need to do this for themselves.
 
Status
Not open for further replies.