Kinetic Minecart

Quick rating

Kinetic Minecart

No reviews yet

This mod increases damage to moving minecarts; the faster they move, the higher the damage, with virtually no damage limit!

Energy & Resource Systems
QoL & Tweaks
Player Transport
Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
2.5.0+26.2
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Kinetic Minecart

This mod increases damage to moving minecarts; the faster they move, the higher the damage, with virtually no damage limit!

Loaders

Fabric NeoForge Forge

Environments

Server Required Client Optional

Compatibility

Fabric

Fabric API

Cloth Config API

Mod Menu

Server Mod Relation Description
Fabric API Required -
Cloth Config API Optional Custom Configuration Features
Client Mod Relation Description
Fabric API Required -
Cloth Config API Optional Configuration Controller
Mod Menu Optional Configuration Entry

NeoForge / Forge

Cloth Config API

Server Mod Relation Description
Cloth Config API Optional Custom Configuration Features
Client Mod Relation Description
Cloth Config API Optional Configuration Controller

Progress

Check out the latest development progress here. Development Progress

Gallery

A Creeper that was hit

Features

  • The damage dealt by minecarts is related to their Speed:
Speed >= 6         -> Damage = Speed cubed;

Speed > 2 and < 6  -> Damage = Speed squared;

Target has Vehicle -> Damage = Speed;

Speed <= 2         -> Damage = 0;
  • After being hit by a minecart, the entity is propelled approximately the same distance as its speed.

  • It offers custom configuration options, including customizing the collision effects of the minecart.

Configuration

Configuration files that will be generated after installing Cloth Config API:

  • .../config/kinetic-minecart.json

Singleplayer Mode

Configuration1

Configuration2

Configuration3

  • You can edit the exclusion list, click on an item to name or delete it, and the inspection tool will attempt to proofread your input. (Sometimes, when you create a new item, the new text box may not appear; you may see an empty one, but this does not affect selection or input.)

ExclusionList

Multiplayer Mode

  • In Multiplayer Mode, you Cannot change the configuration via the menu; instead, the server administrator needs to modify the 'kinetic-minecart.json' file. Below is an example:
kinetic-minecart.json
  [enabled] Value: true/false, Default: true

  [selectedApplicaionMode] Value: "Collide"/"Radius", Default: "Collide"
  [intRadius] Range: 3 - 10, Default: 5

  [enabledDamage] Value: true/false, Default: true
  [selectedDamageMode] Value: "TieredDamage"/"DirectlyKill", Default: "TieredDamage"

  [enabledKnock] Value: true/false, Default: true

  [excludePlayer] Value: true/false, Default: false
  [excludePet] Value: true/false, Default: false
  [excludePassenger] Value: true/false, Default: true
  [excludeNamedEntity] Value: true/false, Default: false
  [excludeItemEntity] Value: true/false, Default: false

  [enabledExclusionList] Value: true/false, Default: false
  [exclusionList]
    Value: [
      "<Namespace>:<Path>",
      "<Namespace>:<Path>",
      ...
      "<Namespace>:<Path>"
    ]
    Example: [
      "minecraft:creeper",
      "minecraft:cat",
      "minecraft:fox",
      "minecraft:pig",
      "minecraft:wolf",
      "minecraft:zombie"
    ]
    Default: []

Kinetic Minecart

This mod increases damage to moving minecarts; the faster they move, the higher the damage, with virtually no damage limit!

Loaders

Fabric NeoForge Forge

Environments

Server Required Client Optional

Compatibility

Fabric

Fabric API

Cloth Config API

Mod Menu

Server Mod Relation Description
Fabric API Required -
Cloth Config API Optional Custom Configuration Features
Client Mod Relation Description
Fabric API Required -
Cloth Config API Optional Configuration Controller
Mod Menu Optional Configuration Entry

NeoForge / Forge

Cloth Config API

Server Mod Relation Description
Cloth Config API Optional Custom Configuration Features
Client Mod Relation Description
Cloth Config API Optional Configuration Controller

Progress

Check out the latest development progress here. Development Progress

Gallery

A Creeper that was hit

Features

  • The damage dealt by minecarts is related to their Speed:
Speed >= 6         -> Damage = Speed cubed;

Speed > 2 and < 6  -> Damage = Speed squared;

Target has Vehicle -> Damage = Speed;

Speed <= 2         -> Damage = 0;
  • After being hit by a minecart, the entity is propelled approximately the same distance as its speed.

  • It offers custom configuration options, including customizing the collision effects of the minecart.

Configuration

Configuration files that will be generated after installing Cloth Config API:

  • .../config/kinetic-minecart.json

Singleplayer Mode

Configuration1

Configuration2

Configuration3

  • You can edit the exclusion list, click on an item to name or delete it, and the inspection tool will attempt to proofread your input. (Sometimes, when you create a new item, the new text box may not appear; you may see an empty one, but this does not affect selection or input.)

ExclusionList

Multiplayer Mode

  • In Multiplayer Mode, you Cannot change the configuration via the menu; instead, the server administrator needs to modify the 'kinetic-minecart.json' file. Below is an example:
kinetic-minecart.json
  [enabled] Value: true/false, Default: true

  [selectedApplicaionMode] Value: "Collide"/"Radius", Default: "Collide"
  [intRadius] Range: 3 - 10, Default: 5

  [enabledDamage] Value: true/false, Default: true
  [selectedDamageMode] Value: "TieredDamage"/"DirectlyKill", Default: "TieredDamage"

  [enabledKnock] Value: true/false, Default: true

  [excludePlayer] Value: true/false, Default: false
  [excludePet] Value: true/false, Default: false
  [excludePassenger] Value: true/false, Default: true
  [excludeNamedEntity] Value: true/false, Default: false
  [excludeItemEntity] Value: true/false, Default: false

  [enabledExclusionList] Value: true/false, Default: false
  [exclusionList]
    Value: [
      "<Namespace>:<Path>",
      "<Namespace>:<Path>",
      ...
      "<Namespace>:<Path>"
    ]
    Example: [
      "minecraft:creeper",
      "minecraft:cat",
      "minecraft:fox",
      "minecraft:pig",
      "minecraft:wolf",
      "minecraft:zombie"
    ]
    Default: []

Screenshots

Gallery

  • Big.png
    Big.png Big.png
  • Configuration1.png
    Configuration1.png Configuration1.png
  • Configuration2.png
    Configuration2.png Configuration2.png
  • Configuration3.png
    Configuration3.png Configuration3.png
  • ExclusionList.png
    ExclusionList.png ExclusionList.png
  • ConfigFile.png
    ConfigFile.png ConfigFile.png
  • ConfigFile.png
    ConfigFile.png ConfigFile.png
  • Configuration1.png
    Configuration1.png Configuration1.png
  • A Creeper that was hit
    A Creeper that was hit
  • Configuration2
    Configuration2 Configuration2
  • ConfigFile
    ConfigFile ConfigFile
  • Configuration1
    Configuration1 Configuration1
  • Configuration3
    Configuration3 Configuration3
  • Configuration1
    Configuration1 Configuration1
  • ConfigFile
    ConfigFile ConfigFile
  • Exclusion List
    Exclusion List Exclusion List

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~15,000
Total Downloads
CurseForge
~8,000
Modrinth
~6,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works