Arc furnace recipe fix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -721,7 +721,7 @@ public class Blocks implements ContentList{
|
|||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
siliconArcFurnace = new GenericCrafter("silicon-arc-furnace"){{
|
siliconArcFurnace = new GenericCrafter("silicon-arc-furnace"){{
|
||||||
requirements(Category.crafting, with(Items.thorium, 200, Items.metaglass, 120, Items.beryllium, 40, Items.silicon, 80));
|
requirements(Category.crafting, with(Items.thorium, 200, Items.beryllium, 40, Items.tungsten, 80));
|
||||||
craftEffect = Fx.none;
|
craftEffect = Fx.none;
|
||||||
outputItem = new ItemStack(Items.silicon, 5);
|
outputItem = new ItemStack(Items.silicon, 5);
|
||||||
craftTime = 40f;
|
craftTime = 40f;
|
||||||
@@ -729,6 +729,7 @@ public class Blocks implements ContentList{
|
|||||||
hasPower = true;
|
hasPower = true;
|
||||||
hasLiquids = false;
|
hasLiquids = false;
|
||||||
envEnabled |= Env.space | Env.underwater;
|
envEnabled |= Env.space | Env.underwater;
|
||||||
|
envDisabled = Env.none;
|
||||||
itemCapacity = 30;
|
itemCapacity = 30;
|
||||||
drawer = new DrawArcSmelter();
|
drawer = new DrawArcSmelter();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user