SilkMC / silk

Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper
https://silkmc.net/silk/docs/
GNU General Public License v3.0
115 stars 14 forks source link

Plans for gradle plugin for fabric/paper configuration #58

Open kxmpxtxnt opened 4 months ago

kxmpxtxnt commented 4 months ago

are there any plans to release a gradle plugin that would do something like mod-build-script.gradle.kts directly, similar to minecrell plugin-yml?

jakobkmar commented 4 months ago

Not at the moment, but it might be useful once silk-paper is out so that you can easily share one codebase for both targets.

solonovamax commented 1 month ago

are there any plans to release a gradle plugin that would do something like mod-build-script.gradle.kts directly, similar to minecrell plugin-yml?

I do actually have my own plugin, nyx, which has support for this for fabric (inspired by silk, actually) eventually™ I may add something similar for neoforge & paper.

kxmpxtxnt commented 1 month ago

Sorry for the late reply, forgot about the topic. Im unsure what Blue thinks but a standalone not 3rd party solution is probably the prefered way(?)

solonovamax commented 1 month ago

Sorry for the late reply, forgot about the topic. Im unsure what Blue thinks but a standalone not 3rd party solution is probably the prefered way(?)

not the ideal solution, however I wanted to suggest it anyways