Initial Template Personalization

This commit is contained in:
Steven 2023-10-17 03:08:08 -04:00
parent ceba210c3f
commit c4bf29eeeb
9 changed files with 98 additions and 133 deletions

View file

@ -4,6 +4,7 @@ plugins {
id 'maven-publish'
id 'net.neoforged.gradle' version '[6.0.18,6.2)'
id 'org.spongepowered.mixin' version '0.7.+'
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}
version = mod_version
@ -31,7 +32,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.