Altered Sigil, and tainted item textures, added alter classes, and updated redists.
|
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 438 B |
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 532 B |
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 537 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 445 B |
|
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 445 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 449 B |
BIN
loose redist/blocks/blessed/BlessedAlter.class
Normal file
BIN
loose redist/blocks/ender/EnderAlter.class
Normal file
BIN
loose redist/blocks/tainted/TaintedAlter.class
Normal file
|
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 438 B |
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 532 B |
|
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 537 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 445 B |
|
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 445 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 449 B |
8
src/divine_equipment/blocks/blessed/BlessedAlter.java
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package blocks.blessed;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/5/13
|
||||||
|
*/
|
||||||
|
public class BlessedAlter {
|
||||||
|
}
|
||||||
8
src/divine_equipment/blocks/ender/EnderAlter.java
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package blocks.ender;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/5/13
|
||||||
|
*/
|
||||||
|
public class EnderAlter {
|
||||||
|
}
|
||||||
8
src/divine_equipment/blocks/tainted/TaintedAlter.java
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package blocks.tainted;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: Orthus
|
||||||
|
* Date: 10/5/13
|
||||||
|
*/
|
||||||
|
public class TaintedAlter {
|
||||||
|
}
|
||||||
@@ -116,9 +116,9 @@ public class Divine_Content {
|
|||||||
GOLD(0, 32, 12.0F, 0, 22);
|
GOLD(0, 32, 12.0F, 0, 22);
|
||||||
*/
|
*/
|
||||||
TaintedDiamond = EnumHelper.addToolMaterial("Tainted Diamond", 3, 1003, 8.0F, 4, 15);
|
TaintedDiamond = EnumHelper.addToolMaterial("Tainted Diamond", 3, 1003, 8.0F, 4, 15);
|
||||||
TaintedGold = EnumHelper.addToolMaterial("Tainted Gold", 2, 20, 12.0F, 0, 27);
|
TaintedGold = EnumHelper.addToolMaterial("Tainted Gold", 2, 20, 12.0F, 1, 27);
|
||||||
TaintedIron = EnumHelper.addToolMaterial("Tainted Iron", 2, 58, 8.0F, 0, 19);
|
TaintedIron = EnumHelper.addToolMaterial("Tainted Iron", 2, 58, 8.0F, 2, 19);
|
||||||
TaintedStone = EnumHelper.addToolMaterial("Tainted Stone", 1, 88, 4.0F, 0, 10 );
|
TaintedStone = EnumHelper.addToolMaterial("Tainted Stone", 1, 88, 4.0F, 1, 10 );
|
||||||
TaintedWood = EnumHelper.addToolMaterial("Tainted Wood", 0, 40, 2.0F, 0, 20);
|
TaintedWood = EnumHelper.addToolMaterial("Tainted Wood", 0, 40, 2.0F, 0, 20);
|
||||||
|
|
||||||
// Blessed tool Material Properties (Subject to Change)
|
// Blessed tool Material Properties (Subject to Change)
|
||||||
|
|||||||