Minecraft Project Table mod 2026 download
logo
minecraft mod Project Table

Project Table

Game Version: 1.16.4
Total Downloads: 21,249
Updated: Nov 19, 2020
Created: Jun 25, 2019
Download Project TableDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
projecttable-1.16.(2-4)-0.2.1.22.jar release 154.23 KB Nov 19, 2020 1.16.4 13,872 download Project Table projecttable-1.16.(2-4)-0.2.1.22.jar releaseDownload
projecttable-1.12.2-0.1.10.4-universal.jar release 472.21 KB Jul 14, 2019 1.12.2 4,783 download Project Table projecttable-1.12.2-0.1.10.4-universal.jar releaseDownload
projecttable-1.16.2-0.2.1.21.jar beta 154.23 KB Oct 6, 2020 1.16.3 1,768 download Project Table projecttable-1.16.2-0.2.1.21.jar betaDownload
projecttable-1.12.2-0.1.10.4-beta-universal.jar beta 472.22 KB Jul 14, 2019 1.12.2 196 download Project Table projecttable-1.12.2-0.1.10.4-beta-universal.jar betaDownload
projecttable-1.12.2-0.1.10.3-beta-universal.jar beta 472.21 KB Jul 13, 2019 1.12.2 67 download Project Table projecttable-1.12.2-0.1.10.3-beta-universal.jar betaDownload
projecttable-1.12.2-0.1.3-universal.jar alpha 272.06 KB Jun 25, 2019 1.12.2 563 download Project Table projecttable-1.12.2-0.1.3-universal.jar alphaDownload

Screenshots

Description

Share this:

This is a mod primarily for Mod Pack makers that allows you to create epic large scale crafting recipes, and make it easy to consume those recipes.

 

Recipes can be defined using large numbers of items. Ore dictionary is fully supported, as is meta values.

 

Crafting

 

crafting recipe

 

Adding recipes to the Project Table

 

Recipes can be added via .json files in config/projectTable 

here is an example that adds the vanilla enchanting table recipe to the project table:

config/projectTable/enchanting_table.json

{
    "crafts": [
        {
            "id": "minecraft:enchanting_table",
            "Count": 1
        }
    ],
    "ingredients": [
        {
            "oredict": "gemDiamond",
            "Count": 2
        },
        {
            "id": "minecraft:book",
            "Count": 1
        },
        {
            "id": "minecraft:obsidian",
            "Count": 4
        }
    ]
}

Enchantment table recipe

 

 

Comments

Add a comment