MCreator / DemoJavaPlugin

This repository demonstrates a basic MCreator (https://mcreator.net/) Java plugin structure.
MIT License
7 stars 2 forks source link

Can't use the Gradle task #2

Open Minetrio1256 opened 6 months ago

Minetrio1256 commented 6 months ago

I am having issue with the Gradle task to test the plugin. Here is my settings.gradle `rootProject.name = 'DemoJavaPlugin'

include ":MCreator" mcreator_path= '/.mcreator/gradle/' project(":MCreator").projectDir = file(mcreator_path)` Here is the error:

cdc12345 commented 4 months ago

Please specify this variable (mcreator_path) to the local MCreator Gradle project address

Minetrio1256 commented 3 months ago

how

cdc12345 commented 3 months ago

how

clone the MCreator repository(MCreator/MCreator) and,copy its path to set the variable

cdc12345 commented 3 months ago

create the gradle.properties

chillmods commented 2 months ago

Does anyone know the default mcreator_path on macOS? I think it should be this but it's not working for me. /Applications/MCreator.app/Contents/MacOS/mcreator