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
-
Install HyUI
-
Drop GridCraft into your server’s mods folder
-
Join the world once to generate the recipe folder
-
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
}
}


