Fix fuel categories

This commit is contained in:
Simon Brodtmann 2025-07-06 22:13:09 +02:00
parent e68dfb17f4
commit 65cee50f1f
3 changed files with 3 additions and 4 deletions

View file

@ -50,7 +50,7 @@ data:extend({
burnt_inventory_size = 3, burnt_inventory_size = 3,
effectivity = 0.35, effectivity = 0.35,
emissions_per_minute = { pollution = 20 }, emissions_per_minute = { pollution = 20 },
fuel_category = 'fi_basic_fuel' fuel_categories = {'fi_basic_fuel'}
}, },
energy_usage = '200kW', energy_usage = '200kW',
allowed_effects = {"speed", "productivity", "consumption", "pollution"}, allowed_effects = {"speed", "productivity", "consumption", "pollution"},

View file

@ -46,7 +46,7 @@ data:extend({
burnt_inventory_size = 3, burnt_inventory_size = 3,
effectivity = 0.35, effectivity = 0.35,
emissions_per_minute = { pollution = 75 }, emissions_per_minute = { pollution = 75 },
fuel_category = 'fi_basic_fuel' fuel_categories = {'fi_basic_fuel'}
}, },
energy_usage = '4MW', energy_usage = '4MW',
mining_speed = 4.5, mining_speed = 4.5,

View file

@ -43,7 +43,6 @@ data:extend({
icon_size = 64, icon_size = 64,
flags = {"player-creation","placeable-neutral"}, flags = {"player-creation","placeable-neutral"},
max_health = 300, max_health = 300,
fixed_recipe = '',
corpse = 'big-remnants', corpse = 'big-remnants',
collision_box = {{-5.4,-5.4},{5.4,5.4}}, collision_box = {{-5.4,-5.4},{5.4,5.4}},
selection_box = {{-5.5,-5.5},{5.5,5.5}}, selection_box = {{-5.5,-5.5},{5.5,5.5}},
@ -63,7 +62,7 @@ data:extend({
fuel_inventory_size = 1, fuel_inventory_size = 1,
effectivity = 1, effectivity = 1,
emissions_per_minute = { pollution = 20 }, emissions_per_minute = { pollution = 20 },
fuel_category = "fu_miner_fuel_category", fuel_categories = {"fu_miner_fuel_category"},
smoke = { smoke = {
{ {
name = "smoke", name = "smoke",