5 downloads 69 views 1 like Oct 20, 2025
Crafting Calculator by EpicMasonic
Updated Oct 20, 2025
I finally added the crafting calculating bit! :D Unfortunately, I needed to add more data to recipes so any recipes you might of had before can't be used.
Lets you calculate what items are needed to craft items.
It even has a function you can call to calculate recipes inside your other programs!
local craftCalc = require("craftCalc.craftCalc")
local item = "minecraft:trapped_chest" -- Use item IDs
local amount = 16
craftCalc.craftCalc(item, amount)wget run https://pinestore.cc/d/174Git Repository

comments
You can login with Discord to leave comments and reply to others!
EpicMasonic Creator For some reason it doesn't work on CraftOS-PC Online but does work on the normal CraftOS-PC? (I have not tested it in Minecraft yet)
Yeah, it works on Minecraft :)