feat:学习方块
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
m0_75251201
2025-10-22 21:44:06 +08:00
parent 825b9e2958
commit 9d1a9f3cfe
18 changed files with 401 additions and 87 deletions

View File

@@ -0,0 +1,10 @@
package ModItems;
import net.minecraft.item.Item;
public class BigApple extends Item {
public BigApple(Settings settings) {
super(settings);
}
}