build.properties needs to be updated due to invalid JSON
srs-bsns opened this issue ยท 1 comments
https://github.com/Team-RTG/Passable-Leaves/blob/1.10.2-dev/build.properties#L10
The quotes in this line are causing double quotes in the mcmod.info after token replacement, which is invalidating it as a JSON object, and so Forge ends up ignore the whole file.
fixed in e69df02