Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Idea: Put troubleshooting guide in wiki #32

Open
bug-sniper opened this issue Feb 25, 2019 · 1 comment
Open

Idea: Put troubleshooting guide in wiki #32

bug-sniper opened this issue Feb 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@bug-sniper
Copy link
Contributor

bug-sniper commented Feb 25, 2019

To hopefully reduce the number of people asking how they messed up in getting code coming from the DefaultModBase, I would like to propose starting a wiki with a page about troubleshooting common problems. It can include advice on

*opening up the jar with 7-Zip to make sure the json and other resources are the most current
*making sure the source code has no compilation problems before it's jarred
*running the code through a debugger if the above don't work

@Gremious Gremious added the enhancement New feature or request label Feb 26, 2019
@bug-sniper
Copy link
Contributor Author

bug-sniper commented Mar 17, 2019

Also, the wiki would be the place to put explanations about multiword keywords.

You may see multiword keyword names separated by what looks like spaces in some mods. Those are actually non-breaking spaces designed to help with centering of text. The non-breaking spaces are replaced with regular spaces when you view them on the web and, by default, when you paste them into an IntelliJ editor. Regular spaces cannot be part of multiword keywords and, if you try, you will have multiple non-keyword words instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants