Skip to content

Commit

Permalink
Change to molangkit pt-2
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Feb 20, 2024
1 parent 67c4ac2 commit 634dc98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "particleman"]
path = particleman
[submodule "molangkit"]
path = molangkit
url = https://github.com/LunarClient/molangkit
branch = just-molang
branch = master
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {

dependencies {
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
def particlemanProject = findProject(':particleman') ?: findProject(':geckolibcore:particleman')
def particlemanProject = findProject(':molangkit') ?: findProject(':geckolibcore:molangkit')
if (particlemanProject != null) {
implementation project(particlemanProject.path)
}
Expand Down
1 change: 0 additions & 1 deletion particleman
Submodule particleman deleted from 24021d
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
*/

rootProject.name = 'geckolibcore'
include(':particleman')
include(':molangkit')

0 comments on commit 634dc98

Please sign in to comment.