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

@@ -20,6 +20,18 @@ dependencies {
modApi("com.terraformersmc:modmenu:${mod_menu_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
// Sodium
modImplementation ("curse.maven:sodium-394468:${sodium_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
// This is a dependency of Sodium....
implementation 'org.joml:joml:1.10.4'
// Shimmer
modImplementation ("com.lowdragmc.shimmer:Shimmer-fabric-1.19.1:${shimmer_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
}
loom {