Fix CONCRETE_POWDER id.

This commit is contained in:
asofold 2017-05-14 12:14:50 +02:00
parent 8ea1d9e664
commit 89ae23997d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class BlocksMC1_12 implements BlockPropertiesSetup {
);
// Concrete powder
BlockInit.setAs(251, Material.DIRT);
BlockInit.setAs(252, Material.DIRT);
StaticLog.logInfo("Added block-info for Minecraft 1.12 blocks.");
}