apply this patch and release:
diff --git a/changelog.txt b/changelog.txt
index ec1d28d..0d6a641 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,5 @@
+-----0.2.14-----
+fix collision mask for loaders
-----0.2.13-----
extends upper limit of wood to coal ratio from 100 to 200
-----0.2.12-----
diff --git a/info.json b/info.json
index 0a9ce13..3ad72f4 100644
--- a/info.json
+++ b/info.json
@@ -1,6 +1,6 @@
{
"name": "Load-Furn-2-SpaceAgeFix",
- "version": "0.2.13",
+ "version": "0.2.14",
"title": "Advanced Furnaces 2 SpaceAgeFix",
"author": "fartdog, LightningMaster",
"contact": "",
diff --git a/prototypes/loader/entity.lua b/prototypes/loader/entity.lua
index 3da195e..7b38300 100644
--- a/prototypes/loader/entity.lua
+++ b/prototypes/loader/entity.lua
@@ -22,17 +22,6 @@ function loader_pro(data)
corpse = "small-remnants",
resistances = {{type = "fire", percent = 90}},
collision_box = {{-0.4, -0.4}, {0.4, 0.4}},
- collision_mask = {
- layers = {
- item = true,
- meltable = true,
- object = true,
- player = true,
- water_tile = true,
- is_object = true,
- is_lower_object = true
- }
- },
selection_box = {{-0.5, -0.5}, {0.5, 0.5}},
animation_speed_coefficient = 32,
container_distance = 1, -- Default: 1.5