Compatibility
Minecraft: Java Edition
1.16.5
Platforms
Forge
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 5 days ago
Updated last week
This is a mod that allows entities to be hit by vehicles and has been open-sourced on GitHub.
The mod enables entities to automatically take damage and be knocked back when they come into contact with non-aircraft vehicles. By default, it deducts 6 health points and applies a knockback momentum of 0.15. The logic for knocking back entities is implemented using the original game's push function. In addition, if the entity being hit is a player and the playerMessage configuration is enabled, the player who is hit will output a message with the content specified in the hurtMessage configuration, which defaults to “FAQ!”.
This mod requires MrCrayfish's Vehicle Mod as a front-end mod, otherwise it cannot run!