8 downloads 92 views 1 like Apr 2, 2026
Crafting Calculator by EpicMasonic
Updated Apr 2, 2026
I actually tested calling craftCalc and made it functional.
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
wishlist = craftCalc.craftCalc(item, amount)
assert(wishlist = {
["minecraft:chest"] = 1,
["minecraft:tripwire_hook"] = 1
["minecraft:trapped_chest"] = -1,
}) 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 :)