nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

This resourcepack aims to make invisible minecarts a possibility without relying on destructive methods that are a pain to remove.

  • Unlike other methods used for achieving invisible minecarts, this one is completely reversible, meaning once you disable the resourcepack, you won't be left with weird looking minecarts.

  • The provided datapack is completely optional!, you can integrate it directly into your datapack or simply use command blocks instead.

​

With the provided datapack, making a minecart invisible is as simple as giving it a tag.

tag @n[type=minecart] add InvisibleMinecart

If you want to summon one, you can use this command instead

summon minecart ~ ~ ~ {Rotation:[24F,24F],Tags:["InvisibleMinecart"]}

​

Without the datapack, you'll need to manually rotate minecarts 24 degrees in each axis.

rotate @n[type=minecart] 24 24

This command will have to be executed every tick otherwise the minecart will return to its default rotation.

​

A Prior Warning: This Resourcepack does come with a few quirks.

  • Limited compatibility

    • This resourcepack uses custom shaders which limit compatibility with performance mods such as Sodium.
  • Some visual quirks

    • This resourcepack does introduce a few visual quirks that shouldn't affect gameplay overall.

Project members

Vxl68

Member


Technical information

License
MIT
Project ID