fixed white hole blueprintabilty

This commit is contained in:
PreLeyZero 2022-04-10 18:20:18 +02:00
parent 92986fa0f6
commit 6257329997

View file

@ -24,6 +24,7 @@ data:extend({
type = "furnace", type = "furnace",
icon = sprite('item.png'), icon = sprite('item.png'),
icon_size = 64, icon_size = 64,
flags = {"player-creation","placeable-neutral"},
collision_box = {{-5.8,-5.8},{5.8,5.8}}, collision_box = {{-5.8,-5.8},{5.8,5.8}},
selection_box = {{-6,-6},{6,6}}, selection_box = {{-6,-6},{6,6}},
max_health = 1500, max_health = 1500,