Git Product home page Git Product logo

modworksprocessor's Introduction

ModWorks Logo

Join Here Jitpack Become a Patron! Tests Passing

Description

ModWorks is an annotation processor and resource/code generator designed for minecraft mods, in particular our 1.12.2 addon to Immersive Engineering called Immersive Intelligence. In its current state the processor offers:

  • sounds.json file generation based on annotated SoundEvent variables
  • mcmod.info file generation based on data passed by gradle build script
  • json file generation for simple item models
  • json file generation for simple blockstates
  • generating a helper class with methods for batch handling of Entity DataManager variables
  • generating helper methods for batch handling of TileEntity nbt saving and loading

In case you want to use it, please contact @Pabilo8 or another Team II member to get proper support, we're happy when someone wants to use our technology.

Feel free to join the mod's Discord Server to have a chat with the devs and community.

Please report any bugs you find in the 'issues' tab.

modworksprocessor's People

Stargazers

 avatar

modworksprocessor's Issues

JSON Writer/Parser

A proprietary json writer/parser akin to EasyNBT would be nice to have, as GSON refuses to work

Item Model Generation

Generation of 'plain' 2d-texture based item models based on annotations in item class/enum

Recipe JSON Generation

Generating the _constants.json file

  • generate based on item class annotations.
  • generate based on blocks/meta enum annotations

Entity DataManagers generation

Needs more thought before implementation, but main idea is to make a @SyncedProperty annotation that will make the variable sync when its value is changed.
Idea 1: generate a separate class with init, set and get methods for the values

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.