Bundles updated / Fixed some localization bugs

This commit is contained in:
Anuken
2018-08-16 17:43:43 -04:00
parent 01f205d352
commit 53d35e8c77
18 changed files with 304 additions and 81 deletions

View File

@@ -106,7 +106,7 @@ public class Blocks extends BlockList implements ContentList{
stone = new Floor("stone"){{
hasOres = true;
drops = new ItemStack(Items.stone, 1);
blends = block -> block != this && !(block instanceof Ore);
blends = block -> block != this && !(block instanceof OreBlock);
minimapColor = Color.valueOf("323232");
playerUnmineable = true;
}};