Slay the Spire

Slay the Spire

Fabricate: Custom Creation and Runs
miruku 11 月 11 日 下午 6:49
Making a mod with Fabricate
Hello,
I am looking for help in making a traditional character mod on the workshop through Fabricate. I read your wiki on Github for doing this, but unfortunately I am not familiar with Java at all. I understand if that makes you want to stop reading right there, but I thought it would be worth asking anyway.

I understood the part about adding Fabricate and EUI as a dependency in pom.xml, but everything after that I didn't quite get--loading custom items, and calling the methods, as well as what to do with the id and path arguments. I saw your code block
public BasicMod() { BaseMod.subscribe(this); logger.info(modID + " subscribed to BaseMod."); PCLCustomCardSlot.addProvider(modID, "basicmod/custom/cards"); // This line was added }
but I didn't understand what class/file to put this in. Things like that.

If you had the time, could you make a tutorial written in layman's terms? If not, it is okay, I understand.

Fabricate is the most useful mod for StS in my opinion. I don't think there's anything else that makes so much possible for even non-programmers to do.

Thank you
最后由 miruku 编辑于; 11 月 11 日 下午 6:58