alessiomarotta / shpd-seed-finder

Application to find specific seeds for Shattered Pixel Dungeon
29 stars 11 forks source link

Statue.weapon needs to be patched to Public. #1

Open volleyjosh opened 1 year ago

volleyjosh commented 1 year ago

Fox pixel dungeon 1.4.3, I had to change line 50 of com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Statue to public Weapon weapon;

(I also had to remove the javac import in com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special.CrystalPathRoom and the glyph character on line 146 of com.watabou.utils.PlatformSupport and change to utf 8, but I suspect those had to do with my windows clone)

alessiomarotta commented 1 year ago

I have published a new commit, check if the issues you described are still present.

volleyjosh commented 1 year ago

only one issue remaining: import com.sun.tools.javac.jvm.Gen; in com.shatteredpixel.shatteredpixeldungeon.levels.rooms.special.CrystalPathRoom should be removed.