mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
add compact compressor to NEI handler
This commit is contained in:
parent
2ffe3d0072
commit
7113838d68
@ -3,10 +3,15 @@ package com.hbm.handler.nei;
|
|||||||
import com.hbm.blocks.ModBlocks;
|
import com.hbm.blocks.ModBlocks;
|
||||||
import com.hbm.inventory.recipes.CompressorRecipes;
|
import com.hbm.inventory.recipes.CompressorRecipes;
|
||||||
|
|
||||||
|
import net.minecraft.item.ItemStack;
|
||||||
|
|
||||||
public class CompressorHandler extends NEIUniversalHandler {
|
public class CompressorHandler extends NEIUniversalHandler {
|
||||||
|
|
||||||
public CompressorHandler() {
|
public CompressorHandler() {
|
||||||
super(ModBlocks.machine_compressor.getLocalizedName(), ModBlocks.machine_compressor, CompressorRecipes.getRecipes());
|
super(ModBlocks.machine_compressor.getLocalizedName(), new ItemStack[] {
|
||||||
|
new ItemStack(ModBlocks.machine_compressor),
|
||||||
|
new ItemStack(ModBlocks.machine_compressor_compact),
|
||||||
|
}, CompressorRecipes.getRecipes());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user