Package buildcraft.energy

Examples of buildcraft.energy.BlockEngine


        BuildCraftCore.mainConfiguration.save();
      }
      biomeOilOcean = BiomeGenOilOcean.makeBiome(oilOceanBiomeId);
    }

    engineBlock = new BlockEngine();
    CoreProxy.proxy.registerBlock(engineBlock, ItemEngine.class);

    // Oil and fuel
    buildcraftFluidOil = new Fluid("oil").setDensity(800).setViscosity(1500);
    FluidRegistry.registerFluid(buildcraftFluidOil);
View Full Code Here

TOP

Related Classes of buildcraft.energy.BlockEngine

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.