[Change] Moved Alloying Recipes to BCLib

This commit is contained in:
Frank 2022-07-28 18:30:53 +02:00
parent 34d55debce
commit e45eade668
19 changed files with 72 additions and 471 deletions

View file

@ -16,8 +16,4 @@ public class EndAnvilBlock extends LeveledAnvilBlock {
super(color, level);
this.metalMaterial = metalMaterial;
}
public int getCraftingLevel() {
return level;
}
}