Candle Block Implementation

~~~~~~~~~~~~~
- Implemented the Candle Block
~~~~~~~~~~~~~
"No; I haven't fixed the bounding box yet. Yes; I'm going to fix it later." - Zenith
This commit is contained in:
Zenith
2022-08-12 21:55:46 +08:00
parent 20454e6d0a
commit 5d3f72ca7c
33 changed files with 672 additions and 2 deletions

View File

@@ -42,13 +42,21 @@ subprojects {
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
maven {
name = 'First Dark Dev Maven'
name = 'First Dark Dev Maven Snapshots'
url = 'https://maven.firstdarkdev.xyz/snapshots'
}
maven {
name = 'First Dark Dev Maven Releases'
url = 'https://maven.firstdarkdev.xyz/releases'
}
maven {
name = "TerraformersMC Maven"
url = "https://maven.terraformersmc.com/releases"
}
maven {
name = "Curseforge Maven"
url 'https://cfa2.cursemaven.com'
}
}