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:
@@ -6,6 +6,6 @@ import net.minecraft.block.material.Material;
|
||||
public class BlockMeteoriteOre extends BasicBlockOre {
|
||||
|
||||
public BlockMeteoriteOre() {
|
||||
super("meteorite_ore", Material.ROCK, 43.0f,45.0f,4);
|
||||
super("meteorite_ore", Material.ROCK, 60.0f,500.0f,4);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user