2025-10-22 21:44:06 +08:00
|
|
|
package ModItems;
|
2025-10-22 17:31:34 +08:00
|
|
|
|
|
|
|
|
import net.minecraft.item.Item;
|
|
|
|
|
|
|
|
|
|
public class BigApple extends Item {
|
|
|
|
|
public BigApple(Settings settings) {
|
|
|
|
|
super(settings);
|
2025-10-22 21:44:06 +08:00
|
|
|
|
2025-10-22 17:31:34 +08:00
|
|
|
}
|
|
|
|
|
}
|