Added furnace recipes, missing blocks, textures and on!

This commit is contained in:
Robert Sosnitzka
2016-05-03 17:55:35 +02:00
parent 56422c06b1
commit 8e19825446
48 changed files with 429 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
package items;
public class ItemMeteoriteIngot extends BasicItem{
public ItemMeteoriteIngot(){
super("meteorite_ingot");
}
}