Описание
This resourcepack aims to make invisible minecarts a possibility without relying on destructive methods that are a pain to remove.
- Unlike other methods that makes minecarts invisible, this one is **completely reversible**, meaning once you disable the resourcepack, you won't be left with any weird artifacts like command blocks in your 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 are purely visual.