
                                                    This folder is used by the **Create Fuel Motor** mod to load custom `data pack` data, such as motor fuel recipes. These data  allow you to extend and customize the mod's behavior without modifying its core files.

                                                    ================================================================================

                                                    📦 You can use the provided `example_data` folder as a reference to create your own custom data . It contains working examples of valid recipe formats and pack structures.

                                                    ================================================================================

                                                    ✅ How to Use:

                                                    1. **Create Your Own Data**

                                                       * Prepare a data  folder that includes your custom motor fuel recipes.
                                                       * Follow the same folder and file structure as shown in the `example_data` folder.
                                                       * Make sure to include a valid `pack.mcmeta` file at the root of your data. Without it, the game will not recognize your pack.

                                                    2. **Supported Formats**

                                                       * Raw folders (uncompressed)
                                                       * Compressed `.zip` files
                                                       * `.jar` files (structured like a data pack)

                                                    3. **Installation**

                                                       * Place your custom data  (folder, .zip, or .jar) inside this directory. The mod will automatically detect and load it when Minecraft starts or when data is reloaded.

                                                    ================================================================================

                                                    ⚠️ Important Notes:

                                                    * **Do NOT delete** the `example_data` folder. It is provided as a reference and fallback. Keeping it ensures that the mod always has a working example to fall back on.
                                                    * Always validate your custom data packs before use to avoid crashes or loading errors.
                                                    * If something goes wrong, double-check your file structure, JSON formatting, and the presence of a valid `pack.mcmeta` file.

                                                    ================================================================================

                                                    For more information on recipe structure and expected data formats, refer to the files inside the `example_data` folder. These examples demonstrate the correct way to define custom motor fuel recipes for the mod.

                                                    ================================================================================

                                                    🛠️ Mod developed by Reggarf

