Delete CraftItem.java

This commit is contained in:
steevLP 2021-08-02 02:49:20 +02:00 committed by GitHub
parent 68b668d0a2
commit b1cd0024fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
package de.steev.bm.crafting;
public class CraftItem {
public CraftItem(String[][] recipe, String name) {
}
}