forked from TAIGA/TAIGA
Added furnace recipes, missing blocks, textures and on!
This commit is contained in:
8
src/main/java/items/ItemMeteoriteIngot.java
Normal file
8
src/main/java/items/ItemMeteoriteIngot.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package items;
|
||||
|
||||
public class ItemMeteoriteIngot extends BasicItem{
|
||||
|
||||
public ItemMeteoriteIngot(){
|
||||
super("meteorite_ingot");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user