mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
parent
efe5668c5a
commit
f20b9c828c
@ -683,10 +683,10 @@ public class Blocks implements ContentList{
|
||||
disassembler = new Separator("disassembler"){{
|
||||
requirements(Category.crafting, with(Items.plastanium, 40, Items.titanium, 100, Items.silicon, 150, Items.thorium, 80));
|
||||
results = with(
|
||||
Items.sand, 4,
|
||||
Items.graphite, 2,
|
||||
Items.titanium, 2,
|
||||
Items.thorium, 2
|
||||
Items.sand, 2,
|
||||
Items.graphite, 1,
|
||||
Items.titanium, 1,
|
||||
Items.thorium, 1
|
||||
);
|
||||
hasPower = true;
|
||||
craftTime = 15f;
|
||||
|
Loading…
Reference in New Issue
Block a user