mirror of
https://github.com/PaperMC/Folia.git
synced 2024-11-17 11:15:12 +01:00
fa05f7830c
Because game time is now on the global tick thread, we no longer need adjustments for any block entity. But, just in case we do updateTicks functions now.
53 lines
473 B
Plaintext
53 lines
473 B
Plaintext
.gradle/
|
|
build/
|
|
|
|
# Eclipse stuff
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# VSCode stuff
|
|
.vscode/
|
|
|
|
# netbeans
|
|
nbproject/
|
|
nbactions.xml
|
|
|
|
# we use maven!
|
|
build.xml
|
|
|
|
# maven
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# various other potential build files
|
|
build/
|
|
bin/
|
|
dist/
|
|
manifest.mf
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store/
|
|
.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
out/
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# other stuff
|
|
run/
|
|
|
|
Folia-Server
|
|
Folia-API
|
|
|
|
!gradle/wrapper/gradle-wrapper.jar
|