Skip to content

Commit

Permalink
Merge pull request #1506 from Sunconure11/patch-1
Browse files Browse the repository at this point in the history
Added specific oredictionaries for witchwood
  • Loading branch information
Mithion authored Jul 31, 2017
2 parents 66ee18b + ca10bf2 commit 6d6b680
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/am2/blocks/BlocksCommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,11 @@ public void RegisterBlocks(){
OreDictionary.registerOre("stairWood", witchwoodStairs);
OreDictionary.registerOre("plankWood", witchwoodPlanks);
OreDictionary.registerOre("slabWood", witchwoodSingleSlab);
OreDictionary.registerOre("plankWitchwood", witchwoodPlanks);
OreDictionary.registerOre("witchwoodLog", witchwoodLog);
OreDictionary.registerOre("stairWitchwood", witchwoodStairs);
OreDictionary.registerOre("slabWitchwood", witchwoodSingleSlab);
OreDictionary.registerOre("treeLeaves", witchwoodLeaves);
}

private <T extends ItemBlock> void registerMultiTextureBlock(Block block, String unlocalizedName, T item){
Expand Down

0 comments on commit 6d6b680

Please sign in to comment.