Giter Site home page Giter Site logo

bioastroiner / minetweaker-gregtech6-addon Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 307 KB

The Ultimate MineTweaker Support for GT6. Now With an indepth Documentation.

License: GNU Lesser General Public License v3.0

Java 100.00%
gregtech gt6 minecraft minecraft-mod forge gt mc minetweaker pgs minetweaker3

minetweaker-gregtech6-addon's Introduction

GregTech 6 Tweaker

yet an other gt6 tweaker


minetweaker-gregtech6-addon's People

Contributors

bioastroiner avatar

Stargazers

 avatar  avatar

Watchers

 avatar

minetweaker-gregtech6-addon's Issues

[Feature] Material Generation

Implement a way to generate new Materials for gregtech 6 using MineTweaker

Materials

  • Material Builder
  • Command for Material Tags
    ~~- [ ] Material Removal ~~ will not be implemented
  • Material Hiding
  • MaterialData Removal And Addition to/from Items
    - [ ] Json Materaial Dumper post poned
  • EventBased Material Registeration (if possible only register materials on loading the game and not on reload done)

Prefix

  • Prefix Builder
  • Prefix Registerstion

Materials can be made by calling the static method IMaterial.createNewMaterial where you pass an ID a the first argument and for second argument an OreDict Name, Optionaly you can pass LocalName for the third argument as well as it can be canged later using the builder.

Note that there is now 2 new script folders postPreInit and AfterInit the first used for material registeration and is called right after all mods are done trough their PreInit phase so the chance for conflict is minimized!

The latter AfterInit is not fully implemented yet and is going to be used for features such as adding new Machines TileEntities and all that good stuff!

This will return a builder which you can call methods on, if however the ID you chose was already occupied by an existing material the second OreDict name argument will be ignored (so it becomes optional) and you will retrive a builder to edit an already existing material.

Alternativrly you can call a IMaterial bracket handler's .edit() method which yields a Builder and you can edit material properties as above.

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.