pop4959 / Chunky

Pre-generates chunks, quickly, efficiently, and safely.
GNU General Public License v3.0
556 stars 63 forks source link

mandatory field in neoforge.mods.toml is deprecated #355

Open BarionLP opened 1 month ago

BarionLP commented 1 month ago

Just went through my logs looking for something and found this:

Mod 'chunky' uses deprecated 'mandatory' field in the dependency declaration for 'neoforge'. Use the 'type' field and 'required'/'optional' instead

to fix this change mandatory=true to type="required" for all dependencies listed in neoforge.mods.toml