Added Screenshots
Fixed Redist tainted block texture
|
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 818 B |
|
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 446 B |
|
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 513 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
|
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 446 B |
|
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 513 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
|
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 467 B |
|
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 467 B |
|
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 460 B |
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 446 B |
|
Before Width: | Height: | Size: 513 B |
|
Before Width: | Height: | Size: 469 B |
|
Before Width: | Height: | Size: 504 B |
@@ -1 +0,0 @@
|
||||
These texture files are currently place holders.
|
||||
|
Before Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 467 B |
|
Before Width: | Height: | Size: 460 B |
|
Before Width: | Height: | Size: 474 B |
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* Author: Orthus
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
package divine_equipment.items;
|
||||
|
||||
import net.minecraft.creativetab.CreativeTabs;
|
||||
import net.minecraft.item.EnumToolMaterial;
|
||||
import net.minecraft.item.ItemSword;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
* Date: 9/29/13
|
||||
*/
|
||||
public class TDSword extends ItemSword {
|
||||
public TDSword(int par1, EnumToolMaterial EMERALD ){
|
||||
super(par1, EMERALD);
|
||||
setCreativeTab(CreativeTabs.tabCombat);
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package divine_equipment.items;
|
||||
package items;
|
||||
|
||||
/**
|
||||
* User: Orthus
|
||||
|
||||