BaseMod icon indicating copy to clipboard operation
BaseMod copied to clipboard

Slay the Spire mod which provides a modding API and a dev console

Results 76 BaseMod issues
Sort by recently updated
recently updated
newest added

This is the full logs i got, i'm using the happy holidays release and checked with debug on and off ---------------------------------- Debug Mode Off Log ModVersion Info: - Java version...

`CustomBottleRelic` renders an icon of the bottle relic at the top-right of associated cards using the patch in [RenderRelicOnCard](https://github.com/daviscook477/BaseMod/blob/master/mod/src/main/java/basemod/patches/com/megacrit/cardcrawl/cards/AbstractCard/RenderRelicOnCard.java), which patches `AbstractCard::renderCard` to achieve the effect. However, there are several...

I noticed that after I decompile the game the *.\org\lwjgl\util\Display.java* turned into ***// INTERNAL ERROR //***. I hope this is the only file that has a difference after decompiling. P.S.:...

I am interested in writing a mod which would use spirelogs.com in order to generate an overlay for card/relic ratings but as it is now, I do not believe there...

Not sure what's causing this, but it happens with each floor ... 01:03:23.874 INFO basemod.BaseMod> publishMaxHPChange Exception: java.util.ConcurrentModificationException 01:03:23.876 ERROR core.CardCrawlGame> Exception caught java.util.ConcurrentModificationException: null at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) ~[?:1.8.0_144] at java.util.ArrayList$Itr.remove(ArrayList.java:865)...

Currently I'm trying to make a power do sth. when a monster loses hp. But it only seems to work on the player. However the same function onAttacked() in AngryPower...

I've tried to use the function "loadCardImage(String img)" to change the image of a card when it is upgraded. Although it does take effect during battle, nothing has changed when...

- `ModPanel.addButton(//params)` is no longer a function - `ModPanel.addLabel(//params)` is no longer a function - There is no documentation on how to use `addUIElement(IUIElement element)` As a side note, `registerModBadge`...

After beating a floor boss, the game instantly crashes to desktop ... when I go back into the game, the rewards don't include the next set of three spire challenges....