Worked on part textures
BIN
resources/assets/dark/textures/items/AluminumMolten.png
Normal file
After Width: | Height: | Size: 533 B |
BIN
resources/assets/dark/textures/items/AluminumRod.png
Normal file
After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 11 KiB |
BIN
resources/assets/dark/textures/items/BronzeMolten.png
Normal file
After Width: | Height: | Size: 534 B |
BIN
resources/assets/dark/textures/items/BronzeRod.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
resources/assets/dark/textures/items/CoalRod.png
Normal file
After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 11 KiB |
BIN
resources/assets/dark/textures/items/CopperMolten.png
Normal file
After Width: | Height: | Size: 540 B |
BIN
resources/assets/dark/textures/items/CopperRod.png
Normal file
After Width: | Height: | Size: 279 B |
BIN
resources/assets/dark/textures/items/CopperTube.png
Normal file
After Width: | Height: | Size: 352 B |
BIN
resources/assets/dark/textures/items/GoldMolten.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
resources/assets/dark/textures/items/GoldRod.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
resources/assets/dark/textures/items/GoldTube.png
Normal file
After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 10 KiB |
BIN
resources/assets/dark/textures/items/IronMolten.png
Normal file
After Width: | Height: | Size: 528 B |
BIN
resources/assets/dark/textures/items/IronRod.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
resources/assets/dark/textures/items/LeadMolten.png
Normal file
After Width: | Height: | Size: 525 B |
BIN
resources/assets/dark/textures/items/LeadRod.png
Normal file
After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
resources/assets/dark/textures/items/ObbyRod.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
resources/assets/dark/textures/items/SilverMolten.png
Normal file
After Width: | Height: | Size: 482 B |
BIN
resources/assets/dark/textures/items/SilverRod.png
Normal file
After Width: | Height: | Size: 271 B |
BIN
resources/assets/dark/textures/items/SilverTube.png
Normal file
After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
BIN
resources/assets/dark/textures/items/SteelMolten.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
resources/assets/dark/textures/items/SteelRod.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
resources/assets/dark/textures/items/SteelTube.png
Normal file
After Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 10 KiB |
BIN
resources/assets/dark/textures/items/StoneRod.png
Normal file
After Width: | Height: | Size: 314 B |
BIN
resources/assets/dark/textures/items/StoneTube.png
Normal file
After Width: | Height: | Size: 312 B |
BIN
resources/assets/dark/textures/items/TinMolten.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
resources/assets/dark/textures/items/TinRod.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
resources/assets/dark/textures/items/WoodTube.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
resources/assets/dark/textures/items/gGears.png
Normal file
After Width: | Height: | Size: 12 KiB |
|
@ -141,10 +141,10 @@ public class DarkMain extends ModPrefab
|
|||
for (EnumGas gas : EnumGas.values())
|
||||
{
|
||||
FluidRegistry.registerFluid(gas.getGas());
|
||||
if (CoreRecipeLoader.blockGas != null)
|
||||
{
|
||||
gas.getGas().setBlockID(CoreRecipeLoader.blockGas);
|
||||
}
|
||||
}
|
||||
if (CoreRecipeLoader.blockGas != null)
|
||||
{
|
||||
EnumGas.NATURAL_GAS.getGas().setBlockID(CoreRecipeLoader.blockGas);
|
||||
}
|
||||
if (CoreRecipeLoader.blockGas != null)
|
||||
{
|
||||
|
|
|
@ -17,12 +17,12 @@ import dark.core.common.CoreRecipeLoader;
|
|||
* @author DarkGuardsman */
|
||||
public enum EnumMaterial
|
||||
{
|
||||
WOOD("Wood", EnumToolMaterial.WOOD, EnumOrePart.INGOTS, EnumOrePart.PLATES, EnumOrePart.RUBBLE, EnumOrePart.ROD, EnumOrePart.GEARS),
|
||||
STONE("Stone", EnumToolMaterial.STONE, EnumOrePart.INGOTS, EnumOrePart.SCRAPS),
|
||||
WOOD("Wood", EnumToolMaterial.WOOD, EnumOrePart.INGOTS, EnumOrePart.PLATES, EnumOrePart.RUBBLE, EnumOrePart.ROD, EnumOrePart.GEARS, EnumOrePart.MOLTEN),
|
||||
STONE("Stone", EnumToolMaterial.STONE, EnumOrePart.INGOTS, EnumOrePart.SCRAPS, EnumOrePart.MOLTEN),
|
||||
IRON("Iron", EnumToolMaterial.IRON, EnumOrePart.INGOTS),
|
||||
OBBY("Obby", true, 7.0f, 500, 4, EnumOrePart.INGOTS, EnumOrePart.RUBBLE, EnumOrePart.SCRAPS, EnumOrePart.PLATES),
|
||||
OBBY("Obby", true, 7.0f, 500, 4, EnumOrePart.INGOTS, EnumOrePart.RUBBLE, EnumOrePart.SCRAPS, EnumOrePart.PLATES, EnumOrePart.MOLTEN),
|
||||
GOLD("Gold", EnumToolMaterial.GOLD, EnumOrePart.GEARS, EnumOrePart.INGOTS),
|
||||
COAL("Coal", EnumToolMaterial.WOOD, EnumOrePart.GEARS, EnumOrePart.TUBE, EnumOrePart.PLATES, EnumOrePart.RUBBLE, EnumOrePart.SCRAPS),
|
||||
COAL("Coal", EnumToolMaterial.WOOD, EnumOrePart.GEARS, EnumOrePart.TUBE, EnumOrePart.PLATES, EnumOrePart.RUBBLE, EnumOrePart.SCRAPS, EnumOrePart.MOLTEN),
|
||||
|
||||
COPPER("Copper", true, 3.5f, 79, 1),
|
||||
TIN("Tin", true, 2.0f, 50, 1, EnumOrePart.GEARS, EnumOrePart.TUBE),
|
||||
|
|
|
@ -11,7 +11,7 @@ public enum EnumOrePart
|
|||
TUBE("Tube"),
|
||||
ROD("Rod"),
|
||||
SCRAPS("Scraps"),
|
||||
MOLTEN_SCRAPS("MoltenScraps");
|
||||
MOLTEN("Molten");
|
||||
|
||||
public String simpleName;
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ import dark.core.prefab.ItemBasic;
|
|||
import dark.core.prefab.ModPrefab;
|
||||
|
||||
/** A series of items that are derived from a basic material
|
||||
*
|
||||
*
|
||||
* @author DarkGuardsman */
|
||||
public class ItemOreDirv extends ItemBasic implements IExtraItemInfo
|
||||
{
|
||||
|
@ -122,19 +122,19 @@ public class ItemOreDirv extends ItemBasic implements IExtraItemInfo
|
|||
{
|
||||
if (event.items.get(i).itemID == Block.blockIron.blockID)
|
||||
{
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.IRON, EnumOrePart.MOLTEN_SCRAPS, event.items.get(i).stackSize * 9));
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.IRON, EnumOrePart.MOLTEN, event.items.get(i).stackSize * 9));
|
||||
}
|
||||
else if (event.items.get(i).itemID == Block.blockGold.blockID)
|
||||
{
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.GOLD, EnumOrePart.MOLTEN_SCRAPS, event.items.get(i).stackSize * 9));
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.GOLD, EnumOrePart.MOLTEN, event.items.get(i).stackSize * 9));
|
||||
}
|
||||
else if (event.items.get(i).itemID == Block.oreIron.blockID)
|
||||
{
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.IRON, EnumOrePart.MOLTEN_SCRAPS, event.items.get(i).stackSize));
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.IRON, EnumOrePart.MOLTEN, event.items.get(i).stackSize));
|
||||
}
|
||||
else if (event.items.get(i).itemID == Block.oreGold.blockID)
|
||||
{
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.GOLD, EnumOrePart.MOLTEN_SCRAPS, event.items.get(i).stackSize));
|
||||
event.items.set(i, EnumMaterial.getStack(EnumMaterial.GOLD, EnumOrePart.MOLTEN, event.items.get(i).stackSize));
|
||||
}
|
||||
|
||||
String oreName = OreDictionary.getOreName(OreDictionary.getOreID(event.items.get(i)));
|
||||
|
@ -145,12 +145,12 @@ public class ItemOreDirv extends ItemBasic implements IExtraItemInfo
|
|||
{
|
||||
if (oreName.equalsIgnoreCase("ore" + mat.simpleName) || oreName.equalsIgnoreCase(mat.simpleName + "ore"))
|
||||
{
|
||||
event.items.set(i, mat.getStack(EnumOrePart.MOLTEN_SCRAPS, event.items.get(i).stackSize + 1 + event.world.rand.nextInt(3)));
|
||||
event.items.set(i, mat.getStack(EnumOrePart.MOLTEN, event.items.get(i).stackSize + 1 + event.world.rand.nextInt(3)));
|
||||
break;
|
||||
}
|
||||
else if (oreName.equalsIgnoreCase("ingot" + mat.simpleName) || oreName.equalsIgnoreCase(mat.simpleName + "ingot"))
|
||||
{
|
||||
event.items.set(i, mat.getStack(EnumOrePart.MOLTEN_SCRAPS, event.items.get(i).stackSize));
|
||||
event.items.set(i, mat.getStack(EnumOrePart.MOLTEN, event.items.get(i).stackSize));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|