Artis-Recrafted

Artis-Recrafted

274k Downloads

How do I replace the Vanilla Crafting Table GUI?

Closed this issue ยท 0 comments

commented

I'm trying to make Vanilla Crafting Tables use a 9x9 table defined in Artis Recrafted instead of the Vanilla one. How would I go about doing that? This is what I've got so far in the config:

{
"minecraft:crafting_table": {
"type": "existing_block",
"display_name":"Crafting",
"normal_recipes": true,
"width": 9,
"height": 9,
"catalyst_slot": true
}
}