File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
developers/depend-on-create Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -82,16 +82,17 @@ dependencies {
8282}
8383```
8484
85- ``` properties-vue [gradle.properties]
85+ :::
86+
87+ And in your ` gradle.properties ` file:
88+ ``` properties-vue
8689minecraft_version = {{ $frontmatter.minecraft_version }}
8790create_version = {{ $frontmatter.create_version }}
8891ponder_version = {{ $frontmatter.ponder_version }}
8992flywheel_version = {{ $frontmatter.flywheel_version }}
9093registrate_version = {{ $frontmatter.registrate_version }}
9194```
9295
93- :::
94-
9596#### Mixin Refmap Remapping [ FG]
9697
9798If you encounter errors when trying
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ dependencies {
4343 implementation(" com.tterrag.registrate:Registrate:${property(" registrate_version" )} " )
4444}
4545```
46+ :::
4647
48+ And in your ` gradle.properties ` file:
4749``` properties-vue [gradle.properties]
4850minecraft_version = {{ $frontmatter.minecraft_version }}
4951create_version = {{ $frontmatter.create_version }}
@@ -52,8 +54,6 @@ flywheel_version = {{ $frontmatter.flywheel_version }}
5254registrate_version = {{ $frontmatter.registrate_version }}
5355```
5456
55- :::
56-
5757### Production Environment Dependency
5858
5959This type of dependency is added to the ` neoforge.mods.toml ` file so that NeoForge knows your mod will not work without
You can’t perform that action at this time.
0 commit comments