- End Stone Smelter REI fuel display

- End Furnaces REI fuel and smelting displays
This commit is contained in:
Aleksey 2021-02-22 10:42:41 +03:00
parent 2fabb39f41
commit f29d69c69b
8 changed files with 205 additions and 34 deletions

View file

@ -8,6 +8,6 @@ import ru.betterend.blocks.basis.BlockBase;
public class CharcoalBlock extends BlockBase {
public CharcoalBlock() {
super(FabricBlockSettings.copyOf(Blocks.COAL_BLOCK));
FuelRegistry.INSTANCE.add(this, 6000);
FuelRegistry.INSTANCE.add(this, 16000);
}
}