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 1 + ### Windows ### 2 + desktop.ini 3 + 4 + ### macOS ### 5 + .DS_Store 7 6 8 - # Gradle 9 - build 7 + ### Gradle ### 10 8 .gradle 9 + build 11 10 12 - # Minecraft 13 - run 11 + ### IntelliJ IDEA ### 12 + .idea/* 13 + !.idea/fileColors.xml 14 + !.idea/scopes 15 + !.idea/scopes/* 14 16 15 - # Misc 16 - .settings 17 + ### Project ### 18 + run