Closed BeardedGnome closed 4 months ago
@Moerill and @Geekswordsman ,
I apologize for the mess ESLint/Prettier made of your code. Hopefully the v11 fix I made in _actorAttributes()
is clear.
@paladintodd and @JasonSunday ,
Can you see if this change fixes Savage Worlds for you?
It is still the same.
Strange. It's working for me. Are you using the version from this PR or using Moerill's release?
Moerill's release.
What is the manifest link to your fork?
I've never tried installing it from GithHub, but you can try this URL: https://[raw.githubusercontent.com/BeardedGnome/token-mold/master/module.json](https://raw.githubusercontent.com/BeardedGnome/token-mold/master/module.json)
Hello, @BeardedGnome, I tried using your module from the manifest provided, but there seems to be an error. In your manifest.json
you include a release that does not exist.
"download": "https://github.com/Moerill/token-mold/releases/download/v2.21.0/v2.21.0.zip",
You should create a release from a tag in your fork and replace this inclusion with your own something like.
"download": "https://github.com/BeardedGnome/token-mold/releases/download/v2.21.0/v2.21.0.zip",
@Visovsiouk @JasonSunday
Figured out how to publish a release. Unfortunately, it broke this PR. I'll have to figure out how to fix that now.
Edit: Looks like I'll have to fork a new branch and create a new PR.
@Visovsiouk @JasonSunday
Does it work for you?
https://raw.githubusercontent.com/BeardedGnome/token-mold/master/module.json
I had to publish a breaking version for Foundry v12:
Foundry v11: https://raw.githubusercontent.com/BeardedGnome/token-mold/v2.21.0/module.json
Foundry v12: https://raw.githubusercontent.com/BeardedGnome/token-mold/v2.22.1/module.json
EDIT: See here: https://github.com/Moerill/token-mold/pull/205
This PR pulls from my master branch which now has changes to allow me to publish from my fork. The linked PR is from the commit before those changes were added and is suitable to merge to Moerill:master.
Original:
ESLint/Prettier made a lot of extraneous changes. The important ones are:
fixes #202 fixes #197 fixes #186