import other mods GUI-s

Issue #102 closed
4732 created an issue
gui = "minecraft:craftin_table";
gui = "ic2:crusher";

import the crafting table gui or ic2 crusher gui

Comments (6)

  1. 4732 reporter

    what I want is:

    gui = "ic2:crusher";
    

    crusher will work as the block clicked

    get the same thing clicking what is happening crusher

    I don't want the GUI transfer to other mod

    I want to directly open the GUI in that mode


    I think it is very possible such a thing

    hopefully you know what I mean because my English is bad

    thanks...

    @cubex2

  2. cubex2 repo owner

    Such a gui ist most likely connected with the block and the tile entity. You can't just open it somewhere.

  3. cubex2 repo owner

    It may work but you need to know what data is required to open the gui which is different for most of them. To make that happen I'd need to look at every gui that could be "imported" and that is just too much.

  4. Log in to comment