Crucible icon indicating copy to clipboard operation
Crucible copied to clipboard

Wiki and Issue archive.

Open juanmuscaria opened this issue 5 years ago • 3 comments

We will need a wiki with details on how this project works and how to build it and also among other things related to the project. We will also need an issue archive with issues that have already been fixed or not to keep registered and make it easier to read the source code to know what each fix does.

juanmuscaria avatar Feb 04 '20 23:02 juanmuscaria

Looking at many of the commit comments many of them are not in english - so it would be difficult for someone like me to even attempt to contribute towards keeping up a wiki page keeping track of the changes done - perfect example is https://github.com/CrucibleMC/Grimoire-Mixins/blob/7bf03ecc124d20965b01ad22080fb388ba933e8b/Mixin-Thaumcraft/src/main/java/io/github/crucible/grimoire/mixins/thaumcraft/MixinTileArcaneLampGrowth.java#L14...L16

While Grimoire is not directly part of the main project its considered a useful add-on/feature to enhance Crucible.

spannerman79 avatar Mar 06 '20 11:03 spannerman79

I will will try to do that. https://github.com/CrucibleMC/Grimoire-Mixins/issues/2 For now, you can check the description of the entire class on the Readme

image

Besides, if you do not want some of these classes to work, just remove its line from inside the mixin configuration that is inside the Grim-Patch jar.

EverNife avatar Mar 06 '20 19:03 EverNife

Besides, if you do not want some of these classes to work, just remove its line from inside the mixin configuration that is inside the Grim-Patch jar.

Things like this is the perfect example of the need for a wiki

spannerman79 avatar Mar 13 '20 07:03 spannerman79

https://github.com/CrucibleMC/docs is now a thing, things to be added should be tracked on it's repo now

juanmuscaria avatar Feb 17 '23 18:02 juanmuscaria