Download Bigger Crafting Tables — Minecraft Mods — ModStock
Bigger Crafting Tables

Bigger Crafting Tables

Active

Downloads

0

Last update

6 months ago

Versions

1.7.10 — 1.12.2
Client and server
Forge
Game mechanics
Utils

This mod brings more Crafting Tables, 5x5, 7x7, and 9x9.

why would I use these tables? I have Avaritia on my pack!

I agree with you, but, the Dire Crafting Table is super expensive, you agree with this, right? so, with this mod you have the possibility to create more difficult early game recipes for your players, without making them suffer =P

this mod has it own way to handle recipes, but, before explaining how it works, I first have to explain how Vanilla Crafting Tables recipes works.

every single time that you put an item on an Crafting Tables, it will basically loops through all recipes just to check if one of them matches, but, when you do things like "shift click" to Craft a full Stack, you will notice a "freeze", this happens because it will look out for matching recipes n times (n for Maximum Stack size of the Crafted Item), this is why it freezes, it is super inefficient.

on this mod, every Recipe has what I call it an "Recipe Key", which is determined using the width, height, and the size of the recipe, so, it will have to look out only in the similar recipes.

this hugely reduces the cpu usage when Crafting.

How to create Recipes?

from 1.12.2-1.9 and beyond, Recipes can be created using Creating Tables.

CraftTweaker commands:

Big Crafting Table (5x5)

  • mods.biggercraftingtables.Big.addShaped
  • mods.biggercraftingtables.Big.addShapeless
  • mods.biggercraftingtables.Big.remove

Huge Crafting Table (7x7)

  • mods.biggercraftingtables.Huge.addShaped
  • mods.biggercraftingtables.Huge.addShapeless
  • mods.biggercraftingtables.Huge.remove

Giant Crafting Table (9x9) (1.12.2 only)

  • mods.biggercraftingtables.Giant.addShaped
  • mods.biggercraftingtables.Giant.addShapeless
  • mods.biggercraftingtables.Giant.remove