mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
8eca92ff9a
* First pass: refactor a bit, add missing item tags that have block tags, add resource category tags and wooden_barrels * Fix #2831: Move entity buckets to c:entity_water_buckets * Add villager_job_sites and sandstone tags * Add alternative cauldrons to villager job sites. Signed-off-by: modmuss50 <modmuss50@gmail.com> --------- Signed-off-by: modmuss50 <modmuss50@gmail.com> Co-authored-by: modmuss50 <modmuss50@gmail.com>
43 lines
477 B
Text
43 lines
477 B
Text
# Gradle
|
|
.gradle
|
|
|
|
# VSCode
|
|
.settings/
|
|
.vscode/
|
|
|
|
# Eclipse
|
|
.checkstyle
|
|
.classpath
|
|
.metadata
|
|
.settings
|
|
.project
|
|
*.launch
|
|
|
|
# Intellij/Idea
|
|
.factorypath
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Build artifacts
|
|
bin/
|
|
build/
|
|
jars/
|
|
out/
|
|
classes/
|
|
|
|
# Generated sources
|
|
# The trailing * is important, otherwise Git wouldn't evaluate the directories at all and we wouldn't be able to un-ignore some of them.
|
|
**/src/generated/*
|
|
|
|
# Debug artifacts
|
|
run
|
|
*.log
|
|
|
|
# Windows
|
|
*.db
|
|
$RECYCLE.BIN/
|
|
|
|
# Mac
|
|
.DS_Store
|