mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-04 23:40:00 +00:00
d6ea3aab1c
See #354 - Remove Lua script to generate recipes/advancements for coloured disks, turtle upgrades and pocket upgrades. Replacing them with Lua ones. - Generate most block drops via the data generator system. Aside from cables, they all follow one of two templates.
26 lines
217 B
Plaintext
26 lines
217 B
Plaintext
# Build directories
|
|
/classes
|
|
/logs
|
|
/build
|
|
/out
|
|
|
|
# Runtime directories
|
|
/run
|
|
/run-*
|
|
/test-files
|
|
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
.gradle
|
|
*.DS_Store
|
|
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
bin/
|
|
*.launch
|
|
|
|
/src/generated/resources/.cache
|