Git Product home page Git Product logo

keep-crafting's Introduction

Dependencies

Preview

Installation

  • Install all dependencies

  • Drag and drop resource in your resources list

  • Make sure script is loaded after all dependencies

  • A new Item need to be added with it's image :

	-- crafting-blueprint
	    ["blueprint_document"] = {
        ["name"] = "blueprint_document",
        ["label"] = "Blueprint",
        ["weight"] = 100,
        ["type"] = "item",
        ["image"] = "blueprint_document.png",
        ["unique"] = true,
        ["useable"] = false,
        ["shouldClose"] = false,
        ["combinable"] = nil,
        ["description"] = "A blueprint document that help you craft."
    },
  • in qb-inventory\js\app.js find FormatItemInfo() and add this code at end of the function
if (itemData.name == "blueprint_document") { // Blueprint for crafting
    $(".item-info-title").html("<p>" + itemData.label + "</p>");
    $(".item-info-description").html(
        "<p><span>" + itemData.description + "</span></p>" +
        "<p><strong>Blueprint :</strong> " + itemData.info.blueprint_label + "</p>"
    );
}
  • Blueprints can be given by using this command /giveblueprint name

keep-crafting's People

Contributors

abdel1touimi avatar jeann2013 avatar swkeep avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

keep-crafting's Issues

Sry,pal,I need some help

before I start,I show u some info:my qb-target ‘s version is 4.1.0,
so,when I use ur project,I can't interact with the table,no bug in my F8 console,or server cmd。so I need some help to use this。
HOPE U GOOD,pal,write back soon plz

SUGGESTION !!!

Script is awesome! as its a suggestion can you add support with qb-menu also it will easy for us!

processing end loop

While processing, you can restart the process even if the notification comes that you are already doing something, the process will still continue.

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.