Giter Club home page Giter Club logo

createplus's Introduction

CreatePlus

CurseForge Issues

Adds Helmets with Create Mod Goggle Function and Vanilla Armorstats

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

For Players

Download the latest JAR file from GitHub releases or from CurseForge and drop it into your mods folder.

For Modcreators (available from 0.5.1 and upwards)

(You need to install CreatePlus to use the features of course)

Viewing goggle information for your custom helmets

You can use tags for your helmets to display the goggleinformation (in your resources folder create the file goggle.json at resources/data/createplus/tags/items) Here is an example:

{
  "replace": false,
  "values": [
    "yourmodid:your_helmet_id"
  ]
}

Custom goggle helmet recipe

If you have a normal modded helmet e.g. copper and want to have a goggle helmet of it too

File: your_helmet_id.json (at `resources/data/yourmodid/recipes`):

{
	"type":"createplus:helmet_crafting",
	"pattern":
	[
		"HG"
	],
	"key":
	{
		"H": {"item": "yourmodid:your_plain_helmet_id"},
		"G": {"item": "create:goggles"}
	},
	"result":{"item":"yourmodid:your_goggle_helmet_id"}
}

createplus's People

Contributors

robocraft999 avatar sleet827 avatar remplerus avatar albertosaurio65 avatar noolaan 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.