[0.12] Collision_mask "item-layer" dont work

Bugs that are actually features.
Post Reply
McGuten
Filter Inserter
Filter Inserter
Posts: 310
Joined: Tue Jun 24, 2014 3:06 pm
Contact:

[0.12] Collision_mask "item-layer" dont work

Post by McGuten »

I find a problem with collision_mask

I have a belt blocker in my mod and i use:

Code: Select all

	collision_mask = {"item-layer"},	
and work like that:

Image

Items go trought it
Image

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: [0.12] Collision_mask "item-layer" dont work

Post by bobingabout »

This is probably due to the change in the way items move on belts to optimise code.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [0.12] Collision_mask "item-layer" dont work

Post by Rseding91 »

bobingabout wrote:This is probably due to the change in the way items move on belts to optimise code.
Correct. Items on transport belts are no longer actual entities so they have no entity collision logic. That means that the collision layer only applies when an item is dropped on the ground manually or through loot/inserters (anything not on a belt).
If you want to get ahold of me I'm almost always on Discord.

McGuten
Filter Inserter
Filter Inserter
Posts: 310
Joined: Tue Jun 24, 2014 3:06 pm
Contact:

Re: [0.12] Collision_mask "item-layer" dont work

Post by McGuten »

And it will no longer be possible to make a blocker belt?
Image

Post Reply

Return to “Not a bug”