alkcorp / GTplusplus

GT++ celebrates it's Bithday on September 3rd
Other
39 stars 27 forks source link

Multi Machine Issues #460

Closed Anarack closed 4 years ago

Anarack commented 5 years ago

Issue Title

The multi machine has issues with "Empty busses break it or some shit" and the book needs to be updated for the changes to mode C.

Expected Behavior

Empty buses shouldn't break it and the book should be right.

Current Behavior

They break it, and the book isn't right

Steps to Reproduce (for bugs)

Have empty busses.

Context

making it not work for strange reasons

Game Environment

Misc Info

Check all that apply ([ ] -> [x] - use a lowercase x)

draknyte1 commented 5 years ago
        book_MultiMachineManual = writeBookTemplate(
                "Manual_Multi_Machine", "Multi Machine Manual", "Alkalus", 
                new String[] {
                        "This Multiblock, depending upon the mode used, can function as a variety of different machines. The idea behind this, was that most of these machines are rather niche compared to any others, as such, not used often.",
                        "To build, you need to construct a hollow 3x3x3 structure made from Multi-Use casings, With a minimum of 6. Any Casing position can be substituted out with an Input Hatch/Bus, an Output Hatch/Bus, Muffler, Maint. Hatch or Energy Injector Hatch.",
                        "The Mode can be set by using a Screwdriver on the controller block. Each mode allows the use of Numbered Circuits, to allow a different machine 'type' for each input bus.",
                        "[Metal Work] Mode A - Allows the multiblock to function as a Compressor, a Lathe or an Electro-Magnet. To allow a hatch to run in Compressor mode, insert a No. 20 circuit. For Lathe, use No. 21 and for Electro-Magnet use No. 22.",
                        "[Fluid Work] Mode B - Allows the multiblock to function as a Fermenter, a Fluid Extractor or an Extractor. To allow a hatch to run in Fermenter mode, insert a No. 20 circuit. For Fluid Extractor, use No. 21 and for Extractor use No. 22.",
                        "[Misc. Work] Mode C - Allows the multiblock to function as a Laser Engraver, a Replicator or an Autoclave. To allow a hatch to run in Laser Engraver mode, insert a No. 20 circuit. For Autoclave, use No. 21 and for Replicator use No. 22. REPLICATOR DISABLED.",
                });

There already is a page for Mode C? Odd.