Craftoria

Craftoria

816k Downloads

[Bug Report]: PneumaticCraft fluid fuels are usable in furnaces but not in MI diesel generators

Closed this issue ยท 0 comments

commented

Modpack Version

1.23.0

Describe your issue.

The following fluid fuels from PneumaticCraft: Repressurized are usable in a Furnace but not in an MI diesel generator, including MI steam boilers:

  • LPG: 1.800M EU per bucket (1800 EU/mB)
  • Gasoline: 1.500M EU per bucket (1500 EU/mB)
  • Kerosene: 1.100M EU per bucket (1100 EU/mB)
  • Diesel: 1.000M EU per bucket (1000 EU/mB)
  • Biodiesel: 1.000M EU per bucket (1000 EU/mB)
  • Ethanol: 400.0k EU per bucket (400 EU/mB)
  • Crude Oil: 200.0k EU per bucket (200 EU/mB)

Adding the following to the MI fluid fuels data map fixes this issue. The EU/mB values are initially determined based on how many items a bucket of the fuel smelts in a furnace using the same proportionality constant as the rest of the furnace fuels. For comparison: lava is 400 EU/mB, coal is 32k EU per item, MI's diesel is 400 EU/mB, and MI's boosted diesel is 800 EU/mB.

  e.json('modern_industrialization:data_maps/fluid/fluid_fuels', {
    values: {
      'pneumaticcraft:lpg': {
        eu_per_mb: 1800
      },
      'pneumaticcraft:gasoline': {
        eu_per_mb: 1500
      },
      'pneumaticcraft:kerosene': {
        eu_per_mb: 1100
      },
      'pneumaticcraft:diesel': {
        eu_per_mb: 1000
      },
      'pneumaticcraft:biodiesel': {
        eu_per_mb: 1000
      },
      'pneumaticcraft:ethanol': {
        eu_per_mb: 400
      },
      'pneumaticcraft:oil': {
        eu_per_mb: 200
      },
    }
  });

The following data map is the same as above except the fuels are burned at 40% efficiency to match the fuel values of PneumaticCraft's diesel and MI's diesel:

  e.json('modern_industrialization:data_maps/fluid/fluid_fuels', {
    values: {
      'pneumaticcraft:lpg': {
        eu_per_mb: 720
      },
      'pneumaticcraft:gasoline': {
        eu_per_mb: 600
      },
      'pneumaticcraft:kerosene': {
        eu_per_mb: 440
      },
      'pneumaticcraft:diesel': {
        eu_per_mb: 400
      },
      'pneumaticcraft:biodiesel': {
        eu_per_mb: 400
      },
      'pneumaticcraft:ethanol': {
        eu_per_mb: 160
      },
      'pneumaticcraft:oil': {
        eu_per_mb: 80
      },
    }
  });

Crash Report

N/A

Latest Log

N/A

Have you modified the modpack?

Yes

User Modifications

Added mods:
iris-neoforge-1.8.8+mc1.21.1.jar
monocle-0.2.1.ms.jar
NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar
toms_storage-1.21-2.1.3.jar
Xaeros_Minimap_25.2.10_NeoForge_1.21.jar
XaerosWorldMap_1.39.12_NeoForge_1.21.jar

Removed mods:
ImmersiveUI-NEOFORGE-0.3.0.jar
voicechat-neoforge-1.21.1-2.5.35.jar
watut-neoforge-1.21.0-1.2.7.jar

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

No response