ESX Minecraft Inspired Crafting System

ESX Minecraft Crafting

A Minecraft inspired crafting system for FiveM ESX framework



Features

  • Crafting items
  • Custom crafting recipe
  • Optimized

Installation

Using Git

git clone https://github.com/kasuganosoras/esx_minecraft_crafting

Manually

  • Download from Github Releases
  • Extract the file to your server resources directory
  • Add ensure esx_minecraft_crafting to your server.cfg file.
  • Restart your FiveM server

Using

For default configuration, you can press F10 or type command /craft to open the crafting table.

You can change the key in the config.lua.


Configuration


Crafting recipe

Example recipe:

{
    -- Items to input
    input = {
        nil,                          -- Grid 1-1, use nil for no item
        {name = "scrap", amount = 1}, -- Grid 1-2, item name and amount
        nil,                          -- Grid 1-3
        {name = "scrap", amount = 1}, -- Grid 2-1
        {name = "scrap", amount = 1}, -- Grid 2-2
        {name = "scrap", amount = 1}, -- Grid 2-3
        nil,                          -- Grid 3-1
        {name = "scrap", amount = 1}, -- Grid 3-2
        nil,                          -- Grid 3-3
    },
    -- Crafting result
    output = {
        item = "fixkit", -- Item name
        amount = 1,      -- Item amount
    }
}

PS: You can use this tool to create your recipe easily: Download Link
Special thanks @chadada77 for creating this helpful tool!

Have fun : D

13 Likes

THAT IS AMAZING.
NiuBi

nostalgia :heart_eyes:

Thanks you for your share !
Here is my contribution:

Download : ESX Minecraft Crafting Tool

1 Like


can’t load items

Which ESX version you using? For ESX 1.2 or above, you should set the legacyEsx to false in config.lua file. (That will use weight to check if player can carry items., if not it will use limit.)

Thanks! That is a helpful tool, can I add the link to the post?

Yep of course you can !

Mabye furnace too? like you place a campfire… and you have a furnace so it cans craft more

1 Like

This ESX Minecraft-inspired crafting system sounds intriguing! Crafting is such a fundamental part of Minecraft, and I love how it’s being incorporated into other games. If you’re into Minecraft-inspired experiences, you might also want to check out some Minecraft maps at https://modbay.org/maps/. They offer a wide range of adventures to explore and enjoy!