A Minecraft Forge mod that provides powerful entity death protection!
/nodeath god <entities> - Enables God Mode (death protection) for the specified entities/nodeath mortal <entities> - Disables God Mode for the specified entities/nodeath check <entity> - Checks the protection status of the specified entityCannotDie tag to any entity to grant it permanent protectionThis mod employs multiple methods to prevent entity death, including but not limited to:
Use the following command to build the mod:
./gradlew build
After building, the mod file will be located in the build/libs/ directory.
.minecraft/mods/ directory# Enable God Mode for yourself
/nodeath god @s
# Disable God Mode for all players
/nodeath mortal @a
# Check the protection status of a specific creature
/nodeath check @e[type=creeper,limit=1]
# Use tags to grant permanent protection to entities
/tag @e[type=zombie] add CannotDie
Finally, regarding why my repository is still written as "Other" even though I am using GitHub, the reason is that CF doesn't know why it always cannot recognize that my repository is Public. That's it.