diff options
author | Aikar <[email protected]> | 2018-08-31 18:56:57 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2018-08-31 23:47:57 -0400 |
commit | d089acb3bd17419a0ba1d058e286f3ccedb90679 (patch) | |
tree | 8c8222197ddef059026366ac824f2ee5747495ac /.gitignore | |
parent | 854add2246a513c4c1011d1e4571c69f32709b6d (diff) | |
download | Paper-d089acb3bd17419a0ba1d058e286f3ccedb90679.tar.gz Paper-d089acb3bd17419a0ba1d058e286f3ccedb90679.zip |
Switch to using ForgeFlower for Paper Only mc-dev imports
ForgeFlower is better than Spigots FernFlower at decompiling the source.
However, in order to maintain the CraftBukkit patches, we must keep
using spigots for the primary.
However, for any file that we import on top of Spigots imported files
there is nothing stopping us from using better decompiled files.
So these changes will use ForgeFlower to maintain a better set of
decomped files, so anything we add on top of Paper can start off
in a better spot.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9712169add..3ef869c1ac 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ work/Spigot-Server work/Spigot-API work/*.jar work/test-server +work/ForgeFlower # Mac filesystem dust .DS_Store/ |