RyanHub – file viewer
filename: common/src/main/java/rearth/oritech/block/blocks/reactor/ReactorHeatPipeBlock.java
branch: 1.21
back to repo
package rearth.oritech.block.blocks.reactor;

public class ReactorHeatPipeBlock extends BaseReactorBlock {
    public ReactorHeatPipeBlock(Settings settings) {
        super(settings);
    }
}