7 lines
389 B
Plaintext
7 lines
389 B
Plaintext
---
|
|
description: Ensures proper JSON data handling when working with Drawscape Factorio.
|
|
globs: **/*.py
|
|
---
|
|
- When dealing with JSON data for Drawscape Factorio, use the `json` module to load the data from a file.
|
|
- Ensure proper error handling and file path management for JSON files.
|
|
- Use the loaded JSON data as input for the `importFUE5` function within the Drawscape Factorio module. |