hello I am very new to minecraft forge modding a day ago when this post was made I started modding
but I have a problem I making a mod that makes the game really hard and i want to make it so every creeper that spawns will become charged
but there is no command that can make then charged
so here is my code
package ultrahardcore.ultrahardcore.events;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.event.entity.living.LivingSpawnEvent;
import net.minec