Relentless

Results 36 comments of Relentless

This will probably cause licensing issues because of distribution. There would have to be proper credits for each individual mod.

I agree that offloading it to the authors is the best option. As far as I know, CurseForge is including that in their ToS. The serverpack is hosted on CurseForge....

You have to regenerate the run files if you changed them in the `build.gradle`.

I assumed that it may be ambiguous due to `T` referring to the `DataProvider` interface which only has one method and is then interpreted as a functional interface as well....

Hmm, I see. I didn't test multiple tools from the same namespace. Inserting the linking tool into it would already be pretty helpful though. The issue submission was meant to...

Hmm maybe I messed up the format then. How do you write it? Let's take compact machines as an example. Their dimension ID is 144. Do I write that? ```...

I currently have it like that: ![](https://i.imgur.com/ct5CAOv.png) but it doesn't work. This shows up then: ![](https://i.imgur.com/TRWViyH.png)

It does not. And supporting the material parameter in that feature will be incredibly painful to implement. Will take a look at this next week when I find the time...

We may introduce a custom placeholder system where you can define your own material-like lists. Something like ```json "placeholders": { "materials": [ "iron", "gold", "copper", "tin", //... ], "ownershipMaterials": [...