Назад в магазин
CalcMod
Modrinth Plugin

CalcMod

A calculator in your chat with shortcuts designed for Minecraft

Информация о Minecraft-продукте

Важное о товаре

Совместимость, версии Minecraft, загрузчики и данные внешнего источника.

Тип

Plugin

Доступ

Бесплатно

Последняя версия

1.5.2+neoforge.26.2

Загрузки

2 859 518

Загрузчики / Платформы

fabric forge neoforge paper quilt

Minecraft версии

1.12.2 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категории

utility

Описание

Подробная информация

![CalcMod Logo](https://i.ibb.co/gWjwWXv/calcmodsmall.png) [![GitHub](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/available/github_vector.svg)](https://github.com/js802025/calcmod) [![Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/available/modrinth_vector.svg)](https://modrinth.com/mod/calcmod) [![CurseForge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/available/curseforge_vector.svg) ](https://www.curseforge.com/minecraft/mc-mods/calcmod) <big><center>Bring the power of calculation to your Minecraft chat with CalcMod! Enjoy features from simple calculations to advanced tools for optimizing gameplay.</center></big> <br> |/calc 3+(28/8)^2| |:-:| |<img src="https://i.postimg.cc/MK3j46wm/basic.png" alt="Basic calculation response" width="75%" />| |/calc craft piston 3 sb| |:-:| |<img src="https://i.postimg.cc/pTsPVJdv/Calc-Craft.png" alt="Craft command response" width="75%" />| |/calc nether ~ ~ ~| |:-:| |<img src="https://i.postimg.cc/N0kwjk0M/Calc-Nether.png" alt="Nether command response" width="75%" />| <br> <i>Click <font color=#55ff55>any</font> green text to copy it to your clipboard!</i> # 🔄 Compatibility CalcMod supports [Fabric](https://fabricmc.net), [Forge](https://files.minecraftforge.net/net/minecraftforge/forge/), [Quilt](https://quiltmc.org/en), [Paper](https://papermc.io/), and [NeoForge](https://neoforged.net/) mod loaders, down to Minecraft version 1.12. CalcMod can be installed on **both the client and server**, and also works on clients **without requiring servers to have the mod** (and vice versa.) # ✅ Features: See a few examples in [gallery](https://modrinth.com/mod/calcmod/gallery) <details> <summary>🔢 Simple Calculator</summary> An intuitive calculator with some handy variables. To see a list of variables run /calc variables. <details> <summary>Supported Operators</summary> | **Symbol(s)** | **Syntax** | **Operation** | |:-------------:|:----------:|:----------------------:| | + | a+b | Addition | | – | a–b | Subtraction | | * , × , ∙ | a*b | Multiplication | | / , : , ÷ | a/b | Division | | ^ | a^b | Exponentiation (power) | | ! | n! | Factorial | | # | a#b | Modulo | | % | x% | Percentage | | ^^ | a^^b | Tetration | | √ | √x | Square root | | ∛ | ∛x | Cube root | | ∜ | ∜x | Fourth root | > CalcMod has some more advanced functions and variables that can be used within expressions in [this spreadsheet](https://docs.google.com/spreadsheets/d/1L3jCFO6ZiUymXbRJKOJIWGpcOQjfvU3TpCcFPeUJDNA/edit?usp=sharing). </details> >Usage: ```/calc <expression>``` </details> <details> <summary>📦 Storage Utils</summary> When given a rate of items per hour *(expressions allowed)*, returns the minimum number of item sorters needed to sort in time. Additional input for multiple times hopper speed sorters, and a separate command for Allay based non stackable sorters. >Usage: ```/calc storage <itemsPerHour>``` >Usage: ```/calc storage <timesHopperSpeed> <numberOfItems> ``` >Usage: ```/calc allaystorage <itemsPerHour>``` </details> <details> <summary>🛠️ Crafting Utils<font color=tomato>*</font></summary> When given an amount of a recipe to craft *(expressions allowed)*, returns all the items required to craft that quantity of the recipe. **<font color=#55ff55>(CalcMod 1.3.2+)</font>** The optional depth argument specifies how many levels of recursive crafting to perform on the recipe. Default depth is 1. >Usage: ```/calc craft <item> <amount>``` >Usage: ```/calc craft <item> <depth> <amount>``` <font color=tomato>(New!)</font> When the craftinv command is given an item, it returns the maximum number of that item the player can craft using their current inventory *(including items in shulker boxes)*. >Usage: ```/calc craftinv <item>``` **<font color=#FF0000>(Minecraft 1.21.3+)</font>** Due to Minecraft's crafting system updates, CalcMod's craft command can now only use recipes unlocked in the user's recipe book in single player mode. </details> <details> <summary>🌐 Portal Linking Coords</summary> When given a block position, returns the dimension in the command's corresponding coordinates. If no coordinates are given, command assumes current player position. >Usage: ```/calc nether <x> <y> <z>``` >Usage: ```/calc overworld <x> <y> <z>``` </details> <details> <summary>🌾 Farm Rates Calculator</summary> When given an amount of items and a farm run time in seconds *(expressions allowed)*, returns the items per hour of the farm. >Usage: ```/calc rates <numberOfItems> <seconds>``` </details> <details> <summary>🎲 Generate Random Number</summary> When given a maximum and/or minimum value, returns a random number between those values (inclusive). If just a maximum value is entered, picks a random number from 0 to the max value (inclusive). >Usage:```/calc random <max>``` >Usage: ```/calc random minmax <min> <max>``` </details> <details> <summary>💪 Comparator Power Level Finder</summary> When given a container and a desired comparator power level *(expressions allowed)*, returns the number of items needed to achieve that power level. >Usage: ```/calc signaltoitems <container> <powerLevel>``` </details> <details> <summary>🐷 Piglin Bartering Utils </summary> Calculates the average number of gold ingots needed to barter for a specific quantity of a desired item *(togold)*, or the average number of a desired item received when bartering a specific number of gold ingots *(toitem)*. >Usage: ```/calc barter togold <numberOfItems> <item>``` >Usage: ```/calc barter toitem <amountOfGold> <item>``` </details> <details> <summary>🧭 Travel Distance Evaluator</summary> When given two block positions, returns the distance between them. If only one position is given, uses player's location. The 3D mode provides distance including height *(y coord)*. >Usage: ```/calc dist <x1> <y1> <z1>``` >Usage: ```/calc dist <x1> <y1> <z1> <x2> <y2> <z2>``` >Usage: ```/calc dist 3d <x1> <y1> <z1>``` >Usage: ```/calc dist 3d <x1> <y1> <z1> <x2> <y2> <z2>``` </details> <details> <summary>🧮 Custom Functions </summary> Custom functions are reusable commands that perform a specific computation. Custom functions can be run in any number field formatted with the function name and its parameters in parentheses ```functionName(<param1>, ...,<paramN>)```. **Creating a Function:** Custom functions can have any number of parameters, specified in [square] brackets when adding a function. |⚠️ Using any numbers, special characters, or variables in a parameter may result in a broken function.| |:-:| e.g. ```/calc custom add blockstoingots [numBlocks]*9``` | /calc blockstoingots(72) | |:-:| | ![Custom function response](https://i.ibb.co/FK35cqK/CalcFn.png) | >Usage: ```/calc custom add <functionName> <function>``` >Usage: ```/calc custom run <functionName> <input>``` >Usage: ```/calc <functionName>(<parameters>)``` >Usage: ```/calc custom list``` >Usage: ```/calc custom remove <functionName>``` </details> ### ➡️ Converters: <details> <summary>Shulker Boxes ↔ Items</summary> When given an amount of full shulker boxes *(expressions allowed)*, returns the number of items they contain, or vice versa. >Usage: ```/calc itemtosb <numberOfItems>``` >Usage: ```/calc sbtoitem <numberOfSbs>``` </details> <details> <summary>Items ↔ Stacks:</summary> When given an amount of stacks *(expressions allowed)*, returns the number of items in those stacks, or vice versa. >Usage: ```/calc itemtostack <numberOfItems>``` >Usage: ```/calc stacktoitem <numberOfStacks>``` </details> <details> <summary>Seconds → Hopper Clock Items</summary> When given a time in seconds *(expressions allowed)* returns the number of items to put in a hopper clock to achieve that time. *Uses formula and hopper clock from [hoppertimer.net](https://hoppertimer.net/).* ![Hopper clock](https://i.postimg.cc/pVg9W6Gw/final.png) >Usage: ```/calc secondstohopperclock <seconds>``` </details> <details> <summary>Seconds → Repeater Delay</summary> When given a time in seconds *(expressions allowed)*, returns the number of repeaters and their delays to achieve that time. > Usage: ```/calc secondstorepeater <seconds>``` </details> # ❎ Variables Variables can be used inside commands in **any number field**. They act as shortcuts instead of having to remember that "a double chest full of 16 stackable items is 864." If no stack size is given, variables default to the contextualized stack size in each command. <details> <summary>Constant Variables</summary> | **Name** | **Value** | |----------|---------------| | dub | 3456 (default)| | dub64 | 3456 | | dub16 | 864 | | dub1 | 54 | | sb | 1728 (default)| | sb64 | 1728 | | sb16 | 432 | | sb1 | 27 | | stack | 64 (default) | | stack64 | 64 | | stack16 | 16 | | stack1 | 1 | | min | 60 | | h | 3600 | > There are some extra less Minecraft specific variables listed in [this spreadsheet](https://docs.google.com/spreadsheets/d/1L3jCFO6ZiUymXbRJKOJIWGpcOQjfvU3TpCcFPeUJDNA/edit?usp=sharing) </details> <details> <summary>Dynamic Variables</summary> Dynamic variables change depending on an in-game status. These can be particularly useful inside custom functions. | **Name** | **Value** | |----------|----------------| | x | player x coord | | y | player y coord | | z | player z coord | | health | player health | </details> <br> <details> <summary>Supported Operators</summary> | **Symbol(s)** | **Syntax** | **Operation** | |:-------------:|:----------:|:----------------------:| | + | a+b | Addition | | – | a–b | Subtraction | | * , × , ∙ | a*b | Multiplication | | / , : , ÷ | a/b | Division | | ^ | a^b | Exponentiation (power) | | ! | n! | Factorial | | # | a#b | Modulo | | % | x% | Percentage | | ^^ | a^^b | Tetration | | √ | √x | Square root | | ∛ | ∛x | Cube root | | ∜ | ∜x | Fourth root | > CalcMod has some more advanced functions and variables that can be used within expressions in [this spreadsheet](https://docs.google.com/spreadsheets/d/1L3jCFO6ZiUymXbRJKOJIWGpcOQjfvU3TpCcFPeUJDNA/edit?usp=sharing). </details> >Usage: ```/calc <expression>``` </details> <details> <summary>📦 Storage Utils</summary> When given a rate of items per hour *(expressions allowed)*, returns the minimum number of item sorters needed to sort in time. Additional input for multiple times hopper speed sorters, and a separate command for Allay based non stackable sorters. >Usage: ```/calc storage <itemsPerHour>``` >Usage: ```/calc storage <timesHopperSpeed> <numberOfItems> ``` >Usage: ```/calc allaystorage <itemsPerHour>``` </details> <details> <summary>🛠️ Crafting Utils</summary> When given an amount of a recipe to craft *(expressions allowed)*, returns all the items required to craft that quantity of the recipe. **<font color=#55ff55>(CalcMod 1.3.2+)</font>** The optional depth argument specifies how many levels of recursive crafting to perform on the recipe. Default depth is 1. **<font color=#FF0000>(Minecraft 1.21.3+)</font>** Due to Minecraft's crafting system updates, CalcMod's craft command can now only use recipes unlocked in the user's recipe book in single player mode. >Usage: ```/calc craft <item> <amount>``` >Usage: ```/calc craft <item> <depth> <amount>``` </details> <details> <summary>🌐 Portal Linking Coords</summary> When given a block position, returns the dimension in the command's corresponding coordinates. If no coordinates are given, command assumes current player position. >Usage: ```/calc nether <x> <y> <z>``` >Usage: ```/calc overworld <x> <y> <z>``` </details> <details> <summary>🌾 Farm Rates Calculator</summary> When given an amount of items and a farm run time in seconds *(expressions allowed)*, returns the items per hour of the farm. >Usage: ```/calc rates <numberOfItems> <seconds>``` </details> <details> <summary>🎲 Generate Random Number</summary> When given a maximum and/or minimum value, returns a random number between those values (inclusive). If just a maximum value is entered, picks a random number from 0 to the max value (inclusive). >Usage:```/calc random <max>``` >Usage: ```/calc random minmax <min> <max>``` </details> <details> <summary>💪 Comparator Power Level Finder</summary> When given a container and a desired comparator power level *(expressions allowed)*, returns the number of items needed to achieve that power level. >Usage: ```/calc signaltoitems <container> <powerLevel>``` </details> <details> <summary>🐷 Piglin Bartering Utils </summary> Calculates the average number of gold ingots needed to barter for a specific quantity of a desired item *(togold)*, or the average number of a desired item received when bartering a specific number of gold ingots *(toitem)*. >Usage: ```/calc barter togold <numberOfItems> <item>``` >Usage: ```/calc barter toitem <amountOfGold> <item>``` </details> <details> <summary>🧭 Travel Distance Evaluator <font color=tomato>(New!)</font></summary> When given two block positions, returns the distance between them. If only one position is given, uses player's location. The 3D mode provides distance including height *(y coord)*. >Usage: ```/calc dist <x1> <y1> <z1>``` >Usage: ```/calc dist <x1> <y1> <z1> <x2> <y2> <z2>``` >Usage: ```/calc dist 3d <x1> <y1> <z1>``` >Usage: ```/calc dist 3d <x1> <y1> <z1> <x2> <y2> <z2>``` </details> <details> <summary>🧮 Custom Functions </summary> Custom functions are reusable commands that perform a specific computation. Custom functions can be run in any number field formatted with the function name and its parameters in parentheses ```functionName(<param1>, ...,<paramN>)```. **Creating a Function:** Custom functions can have any number of parameters, specified in [square] brackets when adding a function. |⚠️ Using any numbers, special characters, or variables in a parameter may result in a broken function.| |:-:| e.g. ```/calc custom add blockstoingots [numBlocks]*9``` | /calc blockstoingots(72) | |:-:| | ![Custom function response](https://i.ibb.co/FK35cqK/CalcFn.png) | >Usage: ```/calc custom add <functionName> <function>``` >Usage: ```/calc custom run <functionName> <input>``` >Usage: ```/calc <functionName>(<parameters>)``` >Usage: ```/calc custom list``` >Usage: ```/calc custom remove <functionName>``` </details> ### ➡️ Converters: <details> <summary>Shulker Boxes ↔ Items</summary> When given an amount of full shulker boxes *(expressions allowed)*, returns the number of items they contain, or vice versa. >Usage: ```/calc itemtosb <numberOfItems>``` >Usage: ```/calc sbtoitem <numberOfSbs>``` </details> <details> <summary>Items ↔ Stacks:</summary> When given an amount of stacks *(expressions allowed)*, returns the number of items in those stacks, or vice versa. >Usage: ```/calc itemtostack <numberOfItems>``` >Usage: ```/calc stacktoitem <numberOfStacks>``` </details> <details> <summary>Seconds → Hopper Clock Items</summary> When given a time in seconds *(expressions allowed)* returns the number of items to put in a hopper clock to achieve that time. *Uses formula and hopper clock from [hoppertimer.net](https://hoppertimer.net/).* ![Hopper clock](https://i.postimg.cc/pVg9W6Gw/final.png) >Usage: ```/calc secondstohopperclock <seconds>``` </details> <details> <summary>Seconds → Repeater Delay</summary> When given a time in seconds *(expressions allowed)*, returns the number of repeaters and their delays to achieve that time. > Usage: ```/calc secondstorepeater <seconds>``` </details> # ❎ Variables Variables can be used inside commands in **any number field**. They act as shortcuts instead of having to remember that "a double chest full of 16 stackable items is 864." If no stack size is given, variables default to the contextualized stack size in each command. <details> <summary>Constant Variables</summary> | **Name** | **Value** | |----------|---------------| | dub | 3456 (default)| | dub64 | 3456 | | dub16 | 864 | | dub1 | 54 | | sb | 1728 (default)| | sb64 | 1728 | | sb16 | 432 | | sb1 | 27 | | stack | 64 (default) | | stack64 | 64 | | stack16 | 16 | | stack1 | 1 | | min | 60 | | h | 3600 | > There are some extra less Minecraft specific variables listed in [this spreadsheet](https://docs.google.com/spreadsheets/d/1L3jCFO6ZiUymXbRJKOJIWGpcOQjfvU3TpCcFPeUJDNA/edit?usp=sharing) </details> <details> <summary>Dynamic Variables</summary> Dynamic variables change depending on an in-game status. These can be particularly useful inside custom functions. | **Name** | **Value** | |----------|----------------| | x | player x coord | | y | player y coord | | z | player z coord | | health | player health | </details> <br>

Разработчик

shadeydo

Профиль и данные получены с Modrinth

Открыть на Modrinth

Галерея продукта

Изображения проекта

Скриншоты и изображения из оригинальной страницы Modrinth.

Simple Syntax

Straightforward syntax for speedy calculations

Craft Easier

Always gather the right amount of items with CalcMod's Craft command

Calculate Hopper Clocks

CalcMod helps with redstone and building farms

Link Portals Faster

Calculate between any Overworld and Nether coordinate seamlessly

Make Custom Functions

Tailor CalcMod to your use case

Barter Better

Use the right amount of gold every time

Travel Efficiently

Find the shortest distance to your destination

And Much More!

(look at feature list to see everything else you can do!)

Список изменений

Версии проекта

Опубликованные версии и оригинальные файлы Modrinth.

1.5.2+neoforge.26.2 Актуальная Release 14.07.2026

CalcMod 1.5.2

Поддерживаемые версии Minecraft
26.2
Загрузчики / Платформы
neoforge
Показать изменения
- Updated to Neoforge 26.2!
Войти

0.53 MB

1.5.2+forge.26.2 Release 14.07.2026

CalcMod 1.5.2 For Forge 26.2

Поддерживаемые версии Minecraft
26.2
Загрузчики / Платформы
forge
Показать изменения
- Updated to Forge 26.2
Войти

0.51 MB

1.5.2+fabric.26.2 Release 17.06.2026

Calcmod 1.5.2 for 26.2

Поддерживаемые версии Minecraft
26.2
Загрузчики / Платформы
fabric quilt
Показать изменения
-Updated to 26.2 - Other loaders coming soon!
Войти

0.62 MB

1.5.1+paper.26.1 Release 17.05.2026

CalcMod 1.5.1 For Paper 26.1

Поддерживаемые версии Minecraft
26.1 26.1.1 26.1.2
Загрузчики / Платформы
paper
Показать изменения
Updated to Minecraft 26.1
1.5.1+neoforge.26.1 Release 17.05.2026

CalcMod 1.5.1

Поддерживаемые версии Minecraft
26.1 26.1.1 26.1.2
Загрузчики / Платформы
neoforge
Показать изменения
- Ported to Neoforge
Войти

0.53 MB

1.5.1+forge.26.1 Release 17.05.2026

CalcMod 1.5.1

Поддерживаемые версии Minecraft
26.1.2
Загрузчики / Платформы
forge
Показать изменения
- Updated to 26.1.2
Войти

0.51 MB

1.5.1+fabric.26.1 Release 17.05.2026

CalcMod 1.5.1+fabric.26.1

Поддерживаемые версии Minecraft
26.1 26.1.1 26.1.2
Загрузчики / Платформы
fabric quilt
Показать изменения
- Fixes server crash on launch.
Войти

0.62 MB

1.5.0+fabric.26.1 Release 28.03.2026

CalcMod 1.5.0 For Fabric 26.1

Поддерживаемые версии Minecraft
26.1 26.1.1 26.1.2
Загрузчики / Платформы
fabric
Показать изменения
- Updated to 26.1
Войти

0.61 MB

1.5.0+paper.1.21.9+ Release 10.03.2026

CalcMod 1.5.0 For Paper 1.21.9+

Поддерживаемые версии Minecraft
1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
paper
Показать изменения
- Added craftinv command - tells how many of a given item you can craft with whats in your inventory. - Fixed a glitch that allowed recursive custom functions.
1.5.0+fabric.1.21.9+ Release 10.03.2026

CalcMod 1.5.0 For Fabric 1.21.9+

Поддерживаемые версии Minecraft
1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
fabric quilt
Показать изменения
- Added craftinv command - tells how many of a given item you can craft with whats in your inventory. - Fixed a glitch that allowed recursive custom functions.
Войти

0.61 MB

1.4.3 Release 10.10.2025

CalcMod 1.4.3 for Paper 1.21.9 & 1.21.10

Поддерживаемые версии Minecraft
1.21.9 1.21.10
Загрузчики / Платформы
paper
Показать изменения
- Updated to 1.21.9 & 1.21.10. - Fixed issues with Craft.
1.4.3+fabric.1.21.9+ Release 10.10.2025

CalcMod 1.4.3 for Fabric 1.21.9+

Поддерживаемые версии Minecraft
1.21.9 1.21.10 1.21.11
Загрузчики / Платформы
fabric
Показать изменения
- Updated to 1.21.9 & 1.21.10. - Fixed issues with crafting.
1.4.2 Release 22.06.2025

CalcMod 1.4.2 For Forge 1.21.6

Поддерживаемые версии Minecraft
1.21.6
Загрузчики / Платформы
forge
Показать изменения
Ported to Forge 1.21.6
Войти

0.51 MB

1.4.2+fabric.1.21.6-1.21.8 Release 17.06.2025

CalcMod 1.4.2+fabric.1.21.6-1.21.8

Поддерживаемые версии Minecraft
1.21.6 1.21.7 1.21.8
Загрузчики / Платформы
fabric quilt
Показать изменения
Updated to 1.21.6
1.4.2 Release 17.06.2025

CalcMod 1.4.2 For Paper 1.21.5, 1.21.6 & 1.21.7

Поддерживаемые версии Minecraft
1.21.5 1.21.6 1.21.7
Загрузчики / Платформы
paper
Показать изменения
Ported to Paper 1.21.5
1.4.2 Release 17.06.2025

CalcMod For Forge 1.21.5

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
forge
Показать изменения
Ported to Forge 1.21.5
Войти

0.51 MB

1.4.2 Release 17.06.2025

CalcMod 1.4.2 For Forge 1.21.4

Поддерживаемые версии Minecraft
1.21.4
Загрузчики / Платформы
forge
Показать изменения
Ported to Forge 1.21.4
Войти

0.51 MB

1.4.2+fabric.1.21.5 Release 17.06.2025

CalcMod 1.4.2+fabric.1.21.5

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric quilt
Показать изменения
Fixed an issue where recipes showed wrong variant.
1.4.1+fabric.1.21.5 Release 27.04.2025

CalcMod 1.4.1+fabric.1.21.5

Поддерживаемые версии Minecraft
1.21.5
Загрузчики / Платформы
fabric quilt
Показать изменения
- Updated to 1.21.5 - Added Distance Command - Updated Help Menu - Fixed issue with Craft - Fixed issue with Custom Functions
1.3.3+fabric.1.21.3-1.21.4 Release 16.12.2024

CalcMod 1.3.3+fabric.1.21.3-1.21.4

Поддерживаемые версии Minecraft
1.21.3 1.21.4
Загрузчики / Платформы
fabric quilt
Показать изменения
Updated to 1.20.3 and 1.20.4 Due to Minecraft's crafting system updates, CalcMod's craft command can now only use recipes unlocked in the user's recipe book in single player mode.
Войти

0.59 MB

1.3.2+fabric.1.21.1-1.21.2 Release 13.06.2024

1.3.2+fabric.1.21.0-1.21.2

Поддерживаемые версии Minecraft
1.21 1.21.1 1.21.2
Загрузчики / Платформы
fabric quilt
Показать изменения
- Updated to 1.21.
Войти

0.59 MB

1.3.2-beta+fabric.1.20.6 Beta 31.05.2024

1.3.2-beta+fabric.1.20.6

Поддерживаемые версии Minecraft
1.20.6
Загрузчики / Платформы
fabric
Показать изменения
- Fixed compatability with Client Commands - Fixed versioning scheming - **Added depth argument to crafting command to get ingredients of base resources.**
Войти

0.59 MB

fabric-1.20.2-1.3.1 Release 04.10.2023

1.3.1+fabric.1.20.2+

Поддерживаемые версии Minecraft
1.20.2 1.20.3 1.20.4 1.20.5
Загрузчики / Платформы
fabric quilt
Показать изменения
- Fixed /calc craft command - Made mod 0.00350273797% smaller
Войти

0.57 MB

1.3.0 Release 23.09.2023

1.3.0+forge.1.12.2

Поддерживаемые версии Minecraft
1.12.2
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.48 MB

1.3.0 Release 23.09.2023

1.3.0+forge.1.13.2

Поддерживаемые версии Minecraft
1.13 1.13.1 1.13.2
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.14.4

Поддерживаемые версии Minecraft
1.14 1.14.1 1.14.2 1.14.3 1.14.4
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.15.2

Поддерживаемые версии Minecraft
1.15 1.15.1 1.15.2
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.16.5

Поддерживаемые версии Minecraft
1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.17.1

Поддерживаемые версии Minecraft
1.17 1.17.1
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.18.2

Поддерживаемые версии Minecraft
1.18 1.18.1 1.18.2
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.19.4

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.3 1.19.4
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
1.3.0 Release 23.09.2023

1.3.0+forge.1.20.x

Поддерживаемые версии Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Загрузчики / Платформы
forge
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
fabric-1.14.4-1.3.0 Release 23.09.2023

1.3.0+fabric.1.14.4

Поддерживаемые версии Minecraft
1.14 1.14.1 1.14.2 1.14.3 1.14.4
Загрузчики / Платформы
fabric
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.39 MB

fabric-1.15.2-1.3.0 Release 23.09.2023

Fabric-1.15.2-1.3.0

Поддерживаемые версии Minecraft
1.15 1.15.1 1.15.2
Загрузчики / Платформы
fabric
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.39 MB

fabric-1.16.5-1.3.0 Release 23.09.2023

Fabric-1.16.5-1.3.0

Поддерживаемые версии Minecraft
1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5
Загрузчики / Платформы
fabric
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.42 MB

fabric-1.17.1-1.3.0 Release 23.09.2023

Fabric-1.17.1-1.3.0

Поддерживаемые версии Minecraft
1.17 1.17.1
Загрузчики / Платформы
fabric
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.42 MB

fabric-1.18.2-1.3.0 Release 23.09.2023

Fabric-1.18.2-1.3.0

Поддерживаемые версии Minecraft
1.18 1.18.1 1.18.2
Загрузчики / Платформы
fabric
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.57 MB

fabric-1.19.2-1.3.0 Release 23.09.2023

Fabric-1.19.2-1.3.0

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2
Загрузчики / Платформы
fabric
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.56 MB

fabric-1.19.4-1.3.0 Release 23.09.2023

Fabric-1.19.4-1.3.0

Поддерживаемые версии Minecraft
1.19.3 1.19.4
Загрузчики / Платформы
fabric quilt
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.57 MB

fabric-1.20.x-1.3.0 Release 23.09.2023

1.3.0+fabric.1.20.1

Поддерживаемые версии Minecraft
1.20 1.20.1
Загрузчики / Платформы
fabric quilt
Показать изменения
- Added ability to create and run custom functions - Added Piglin bartering utils - Added x, y, z coordinate variables - Added player health variable - Ported to Forge mod loader - Backported to all major Forge and Fabric versions - Crafting feature supports custom recipe datapacks - Changed responses to be more user friendly
Войти

0.57 MB

1.19.2-1.2.0 Release 11.06.2023

v1.2.0-1.19

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2 1.19.3
Загрузчики / Платформы
fabric quilt
Показать изменения
Added Signal to Items Command.
Войти

0.56 MB

1.2.0 Release 10.06.2023

v1.2.0

Поддерживаемые версии Minecraft
1.20 1.20.1
Загрузчики / Платформы
fabric quilt
Показать изменения
Fixed some Craft command issues from 1.1.0. Added Signal to Items Command
Войти

0.57 MB

1.1.0 Release 14.08.2022

v1.1.0

Поддерживаемые версии Minecraft
1.19 1.19.1 1.19.2
Загрузчики / Платформы
fabric
Показать изменения
## V 1.1.0 - Made mod 2,327.63619687% smaller(Removed icu4j dependency) - Restructured subcommands into separate class files. - Added allaystorage (number of allays needed to sort nonstackable items) - Added random - Added craft (number of items needed to craft a certain recipe)
Войти

0.56 MB

1.0.0 Alpha 04.08.2022

First Release

Поддерживаемые версии Minecraft
1.19 1.19.1
Загрузчики / Платформы
fabric
Показать изменения
Made mod!
Войти

12.97 MB