Описание
## Carpet
Carpet is a mod for vanilla Minecraft that allows you to take full control of what matters from a technical perspective of the game.
* Test your farms over several hours in only a few minutes using [`/tick warp`](https://github.com/gnembon/fabric-carpet/wiki/Commands#usage-tick-warp-ticks-cmd), as fast as your computer can
* ...and then see a detailed breakdown of the items they produce using [`hopperCounters`](https://github.com/gnembon/fabric-carpet/wiki/Current-Available-Settings#hoppercounters)
* See the server mobcap, TPS, etc. update live with [`/log`](https://github.com/gnembon/fabric-carpet/wiki/Commands#log)
* Let pistons push block entities (ie. chests) with [`movableBlockEntities`](https://github.com/gnembon/fabric-carpet/wiki/Current-Available-Settings#movableblockentities)
## Settings
See the [List of all currently available settings][settings] on the wiki
[settings]: https://github.com/gnembon/fabric-carpet/wiki/Current-Available-Settings
## Scarpet
Carpet contains Scarpet, a powerful in-game programming language that allows you to easily interact with the game or make powerful apps to further enhance your game.
Find Scarpet apps in [the scarpet repo][scarpet repo] or check the docs to make your own by looking at examples and checking [the docs][scarpet docs]. Carpet also comes with [a few built-in apps][scarpet builtin] that you can load any time.
[scarpet repo]: https://github.com/gnembon/scarpet/tree/master/programs#readme
[scarpet docs]: https://github.com/gnembon/fabric-carpet/blob/master/docs/scarpet/Documentation.md
[scarpet builtin]: https://github.com/gnembon/fabric-carpet/wiki/Built-in-Scarpet-apps
## Extensions
There are also lots of carpet extensions out there, adding countless new rules and functionality! You can find a list of them [in the wiki][extension list].
[extension list]: https://github.com/gnembon/fabric-carpet/wiki/List-of-Carpet-extensions
## Older versions
For previous Minecraft versions, check the following Github repos:
* 1.13: [gnembon/carpetmod](https://github.com/gnembon/carpetmod)
* 1.12: [gnembon/carpetmod112](https://github.com/gnembon/carpetmod112)