9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-27 19:09:08 +00:00

调整配置文件格式

This commit is contained in:
XiaoMoMi
2025-08-23 03:24:10 +08:00
parent eca18e32d7
commit f8bbe9011a
5 changed files with 88 additions and 62 deletions

View File

@@ -9,7 +9,6 @@ import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
public class CustomIngredientList extends ArrayList<Object> {
private final Ingredient<ItemStack> ingredient;