Answers for "minecraft create tutorial"

8

minecraft tutorial

Bruhh. Stop wasting time playing MC. Get on with your coding.
Posted by: Guest on June-16-2020
10

how to code a minecraft json file mod

this is for the manifest.json file
{
    "format_version": 1,
    "header": {
        "uuid": "6796d13d-a738-4f5d-ac8e-f26c630411eb",
        "name": "NAME HERE",
        "description": "YOUR DESCRIPTION HERE",
        "version": [
            0,
            0,
            1
        ]
    },
    "modules": [
        {
            "description": "YOUR DESCRIPTION HERE",
            "type": "resources",
            "version": [
                0,
                0,
                1
            ],
            "uuid": "743f6949-53be-44b6-b326-398005028819"
        }
    ]
}
Posted by: Guest on September-02-2020
-2

minecraft tutorial

You just don't have it
Posted by: Guest on March-25-2021

Code answers related to "minecraft create tutorial"

Browse Popular Code Answers by Language