promotional bannermobile promotional banner
premium banner
GridCraft adds a custom HyUI-powered crafting interface with a crafting grid, output slot, inventory + hotbar view, and JSON-based recipe loading.

Description

This mod depends on HyUI (installed separately)

GridCraft adds a custom, grid-based crafting interface built with HyUI.

Features

Custom UI with:

No hardcoded recipes — everything is loaded from JSON.

Crafting grid

Output slot

Player inventory view

Hotbar view

Recipes are loaded from JSON files

Automatic recipe folder creation on world join

Crafting table can be made in workbench for 50 wood.

Recipe system
GridCraft reads crafting recipes from:
for server: mods/GreatDani_GridCraft/Recipes/
for world: AppData\Roaming\Hytale\UserData\Saves\<your world>\mods\GreatDani_GridCraft\Recipes

If the folder doesn’t exist, GridCraft automatically creates it the first time you join a world.

Install

  1. Install HyUI

  2. Drop GridCraft into your server’s mods folder

  3. Join the world once to generate the recipe folder

  4. Add JSON recipes to mods/GreatDani_GridCraft/Recipes/ 
     more json examples at https://github.com/daniGreat/GridCraft/blob/main/Recipe_JSON_format

    {
    "pattern": [
    "PPP",
    " S ",
    " S "
    ],
    "key": {
    "P": "Wood_Trunk",
    "S": "Ingredient_Stick"
    },
    "result": {
    "item": "Tool_Pickaxe_Crude",
    "quantity": 1
    }
    }