Coder Social home page Coder Social logo

anihacc / essentials Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crossroads-development/essentials

0.0 0.0 0.0 2.24 MB

Essentials is a mod for Minecraft. It adds a few simple utility-style blocks and items, mostly meant to enhance vanilla-style automation.

License: MIT License

Python 4.22% Java 95.78%

essentials's Introduction

Essentials

A light-weight utility mod for Minecraft.

Available for download (with description) here: https://www.curseforge.com/minecraft/mc-mods/essentials


There is a full coding style config here (please use): https://gist.github.com/Da-Technomancer/b9a5ab70985712e0d91961fb1af0e5a0

Summary:

  • Use tabs over spaces.
  • Comment your code.
  • Put the { on the same line, but the } on a new line.
  • Do not put spaces between control structures, parenthesesis, method names, or braces (ex: if(condition){, not if (condition) {).

IF UPDATING THE GUIDEBOOK:

For the non-English guidebook, edit the JSON files (in Essentials/src/main/resources/assets/essentials/patchouli_books/manual/).

For the English guidebook: The guidebook files are stored in Essentials/src/main/resources/python/docs/src/ as txt files. Edit those files, NOT the book JSON files. The JSON files are auto-generated based on the txt files. For full details on the formatting for the txt files (probably more information than you need), see the top of https://github.com/Crossroads-Development/Essentials/blob/1.18/src/main/resources/python/docs/GenDocs.py.

essentials's People

Contributors

da-technomancer avatar mrdrprofno avatar kappa-maintainer avatar hycrafthd avatar daedalusgame avatar hedgehog1029 avatar xuyuere avatar zach2039 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.