Topic category: Feature requests and ideas for MCreator
Hi all,
Shadowmaster and i are working on a mod together and when 2020.1 github sync ins't working correctly i still noticed something.
some folders doesn't get synced AT ALL So i began digging.
In the file called .gitignore its set to ignore
# MCreator generator ignores
src/main/resources/assets/*/models/custom
src/main/resources/assets/*/models/item
src/main/resources/assets/*/textures/blocks
src/main/resources/assets/*/textures/items
src/main/resources/assets/*/textures/models/armor
src/main/resources/assets/*/textures/*.png
src/main/resources/assets/*/sounds
This is a request to klemen. PLEASE remove that. Shadow and i got custom stuff that doesn't get synced at ALL we think its annoying that we are missing stuff from both workspaces.
Lookin forward for 2020.2
- HypersMC
These files get synced from textures folder and sounds folder into this folder then the mod is exported or launched test client.
You can manually edit gitignore too.
MCreator 2020.3 will change the way resources are handled so these problems will be gone then.