Giter VIP home page Giter VIP logo

modded-craftbot-recipes's Introduction

Modded Craftbot Recipes

This custom game allows you to play Survival mode with mods, while also being able to craft the modded parts in the craftbot! It will take care of loading all available crafting recipes from compatible mods into the craftbot!

How to make your mod compatible

Step 1: Create a folder named CraftingRecipes in the root directory of your mod.

Guide1

Step 2: Create a file named craftbot.json, hideout.json or workbench.json in the CraftingRecipes directory.

Guide2

Here's what each file corresponds to:

craftbot.json  -> adds your crafting recipes to the craftbot
hideout.json   -> adds your crafting recipes to the hideout trader
workbench.json -> adds your crafting recipes to the craftbot in the crashed ship

Step 3: Add your own crafting recipes into the created file(s).

The following code block is an example of how your json file with crafting recipes should look like
[
	{
		//this is the uuid of your part
		"itemId": "00000000-0000-0000-0000-000000000000",
		"quantity": 1,
		"craftTime": 32,
		"ingredientList": [
			//this is where you define ingredients for your crafting recipe
			{
				"quantity": 10,
				"itemId": "00000000-0000-0000-0000-000000000000"
			},
			{
				"quantity": 2,
				"itemId": "00000000-0000-0000-0000-000000000000"
			}
		]
	}
]

My crafting recipes are not showing up, what should i do?

If you've just created a new mod, you should contact TechnologicNick#4045 first before doing any testing, as the mod database used by the custom game updates once per 12 hours and it might not contain the information about your mod.

If you have any other questions, feel free to join our Modding Server

Other Info

The mod preview image was made by Dart Frog

modded-craftbot-recipes's People

Contributors

questionablem avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.