Added revenant factory sprites
BIN
core/assets-raw/sprites/blocks/extra/shadow-round-4.png
Normal file
|
After Width: | Height: | Size: 181 B |
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 390 B |
|
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 386 B |
|
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 598 B |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
@@ -90,7 +90,6 @@ public class Recipes implements ContentList{
|
||||
//advanced fabrication
|
||||
new Recipe(crafting, CraftingBlocks.plastaniumCompressor, new ItemStack(Items.silicon, 160), new ItemStack(Items.lead, 230), new ItemStack(Items.densealloy, 120), new ItemStack(Items.titanium, 160));
|
||||
new Recipe(crafting, CraftingBlocks.phaseWeaver, new ItemStack(Items.silicon, 260), new ItemStack(Items.lead, 240), new ItemStack(Items.thorium, 150));
|
||||
|
||||
new Recipe(crafting, CraftingBlocks.alloySmelter, new ItemStack(Items.silicon, 160), new ItemStack(Items.lead, 160), new ItemStack(Items.thorium, 140));
|
||||
|
||||
//misc
|
||||
|
||||
@@ -109,6 +109,7 @@ public class UnitTypes implements ContentList{
|
||||
mass = 5f;
|
||||
hitsize = 12f;
|
||||
speed = 0.14f;
|
||||
maxVelocity = 1.3f;
|
||||
drag = 0.01f;
|
||||
isFlying = true;
|
||||
weapon = Weapons.laserBurster;
|
||||
|
||||
@@ -54,7 +54,7 @@ public class UnitBlocks extends BlockList implements ContentList{
|
||||
produceTime = 8000;
|
||||
size = 4;
|
||||
consumes.power(0.3f);
|
||||
shadow = "shadow-round-3";
|
||||
shadow = "shadow-round-4";
|
||||
consumes.items(new ItemStack[]{new ItemStack(Items.silicon, 80), new ItemStack(Items.titanium, 80), new ItemStack(Items.plastanium, 50)});
|
||||
}};
|
||||
|
||||
|
||||