Search found 2 matches
- Tue Apr 25, 2023 1:03 am
- Forum: Modding help
- Topic: Disable placement of specific structures
- Replies: 10
- Views: 3665
Re: Disable placement of specific structures
I think a better solution to preventing placing entites, at least when you want to do it for all players for the whole game, is to simply remove the place_result property from the item:
https://wiki.factorio.com/Prototype/Item#place_result
Yea that sounds good, as I didn't even look into the ...
- Sun Apr 23, 2023 5:01 pm
- Forum: Modding help
- Topic: Disable placement of specific structures
- Replies: 10
- Views: 3665
Re: Disable placement of specific structures
Example with /permissions settings.
Would be great to disable placement of certain structures.
If not possible with permissions (as it is yet), maybe a simble lua command script could help too if there is one. Keep in mind that the laser turrets needs to be build for certain receipe, but not be ...