Wither Config allows you to adjust the Wither's stats and behavior for a tailored boss experience.

Update .gitignore

+14 -12
+14 -12
.gitignore
··· 1 - # IntelliJ Idea 2 - out 3 - *.ipr 4 - *.iws 5 - *.iml 6 - .idea 7 8 - # Gradle 9 - build 10 .gradle 11 12 - # Minecraft 13 - run 14 15 - # Misc 16 - .settings
··· 1 + ### Windows ### 2 + desktop.ini 3 + 4 + ### macOS ### 5 + .DS_Store 6 7 + ### Gradle ### 8 .gradle 9 + build 10 11 + ### IntelliJ IDEA ### 12 + .idea/* 13 + !.idea/fileColors.xml 14 + !.idea/scopes 15 + !.idea/scopes/* 16 17 + ### Project ### 18 + run