3 downloads 61 views Oct 20, 2025
profile

Crafting Calculator by EpicMasonic

Updated Oct 20, 2025
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

craftCalc.craftCalc(item, amount)
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 1 month 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 1 month ago

Yeah, it works on Minecraft :)