Package thaumic.tinkerer.common.core.helper

Examples of thaumic.tinkerer.common.core.helper.BlockTuple


public class BlockFireOrder extends BlockFireBase {

    public BlockFireOrder() {
        super();
        fireResults.put(new BlockTuple(Blocks.stone), null);
        fireResults.put(new BlockTuple(Blocks.glass), null);
        fireResults.put(new BlockTuple(Blocks.sand), null);
        fireResults.put(new BlockTuple(Blocks.gravel), null);

    }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.core.helper.BlockTuple

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.