Package pneumaticCraft.common.block.tubes

Examples of pneumaticCraft.common.block.tubes.ModuleAirGrate


                    break;
                case 3:
                    legacyAddModule(new ModuleRegulatorTube());
                    break;
                case 4:
                    legacyAddModule(new ModuleAirGrate());
                    break;
                case 5:
                    legacyAddModule(new ModulePressureGauge());
            }
            NBTTagCompound tag = new NBTTagCompound();
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.block.tubes.ModuleAirGrate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.