setup gradle and parchment
This commit is contained in:
parent
6f623fc0fe
commit
138786a53f
8 changed files with 111 additions and 67 deletions
10
build.gradle
10
build.gradle
|
|
@ -3,14 +3,14 @@ plugins {
|
|||
id 'idea'
|
||||
id 'maven-publish'
|
||||
id 'net.neoforged.gradle' version '[6.0.18,6.2)'
|
||||
id 'org.parchmentmc.librarian.forgegradle' version '1.2.0'
|
||||
id 'org.spongepowered.mixin' version '0.7.+'
|
||||
}
|
||||
|
||||
version = mod_version
|
||||
group = mod_group_id
|
||||
version = '1.20-0.1.0'
|
||||
group = 'com.skdevstudios'
|
||||
|
||||
base {
|
||||
archivesName = mod_id
|
||||
archivesName = 'util_rings'
|
||||
}
|
||||
|
||||
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
|
||||
|
|
@ -31,7 +31,7 @@ minecraft {
|
|||
//
|
||||
// Use non-default mappings at your own risk. They may not always work.
|
||||
// Simply re-run your setup task after changing the mappings to update your workspace.
|
||||
mappings channel: mapping_channel, version: mapping_version
|
||||
mappings channel: 'parchment', version: '2023.09.03-1.20.1'
|
||||
|
||||
// When true, this property will have all Eclipse/IntelliJ IDEA run configurations run the "prepareX" task for the given run configuration before launching the game.
|
||||
// In most cases, it is not necessary to enable.
|
||||
|
|
|
|||
Reference in a new issue