forked from TAIGA/TAIGA
- Added Textures of all 16 ingot types
- Tweaked ore hardness - Inititalized lignit as furnace burning material
This commit is contained in:
11
src/main/java/blocks/BlockVibraniumOre.java
Normal file
11
src/main/java/blocks/BlockVibraniumOre.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package blocks;
|
||||
|
||||
import blocks.category.BasicBlockOre;
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BlockVibraniumOre extends BasicBlockOre {
|
||||
|
||||
public BlockVibraniumOre() {
|
||||
super("vibranium_ore", Material.ROCK, 70.0f, 800.0f,4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user