new recipes for kerosene to rocket fuel

This commit is contained in:
PreLeyZero 2022-06-07 20:16:16 +02:00
parent f559fb8d34
commit 0fc2f7e592
9 changed files with 79 additions and 8 deletions

View file

@ -33,13 +33,14 @@ data:extend({
flags = {"player-creation","placeable-neutral"},
max_health = 300,
corpse = 'big-remnants',
collision_box = {{-1.4,-1.4},{1.4,1.4}},
selection_box = {{-1.5,-1.5},{1.5,1.5}},
collision_box = data.raw['assembling-machine']['assembling-machine-1'].collision_box,
selection_box = data.raw['assembling-machine']['assembling-machine-1'].selection_box,
map_color = {r=0, g=0, b=1, a=1},
minable = {
mining_time = 1,
result = 'gr_crafter_item',
},
fast_replaceable_group = "assembling-machine",
crafting_categories = {'advanced-crafting','crafting','smelting','fi_crafting_category'},
crafting_speed = 10,
energy_source = {
@ -100,4 +101,6 @@ data:extend({
apparent_volume = 0.7,
},
},
})
})
data.raw['assembling-machine']['fi_crafter_entity'].next_upgrade = 'gr_crafter_entity'