8 downloads 92 views Apr 2, 2026
profile

Crafting Calculator by EpicMasonic

Updated Apr 2, 2026
project thumbnail

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/174
Git Repository
project screenshot project screenshot project screenshot
comments
You can login with Discord to leave comments and reply to others!
pfp EpicMasonic Creator 6 months ago

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)

pfp EpicMasonic Creator 6 months ago

Yeah, it works on Minecraft :)