anatawa12 / ForgeGradle-1.2

This is only for FG_1.2(for minecraft 1.7.10). Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
79 stars 29 forks source link

Make "copyEmptyDirectories = false" optional #211

Closed iocmet closed 5 months ago

iocmet commented 7 months ago

Here forgegradle sets copyEmptyDirectories to false that causes SpecialSource not add directory entries to obfuscated jar, this causes getResource to return null on folders in mods (for example, WarpDrive checks if directory exists with getResource here)

iocmet commented 6 months ago

Any progress on this?

anatawa12 commented 6 months ago

I think adding option to toggle is good but I don't have enough time to implement that. PullRequests are welcome and I can release

iocmet commented 6 months ago

Ok

MJaroslav commented 6 months ago

Sorry, my bad (#151) :sweat_smile:

MJaroslav commented 5 months ago

I fix it in #213.

/Why hash mentions not work in PR titles?/