Add parchmentMC mappings, changed structure a little, add networking and completed enchanting

This commit is contained in:
Andrew 2022-08-07 13:26:36 +07:00
parent 38ee524bf9
commit 6bfb963839
20 changed files with 793 additions and 18 deletions

View file

@ -1,5 +1,6 @@
plugins {
id 'net.minecraftforge.gradle' version '5.1.+'
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
}
@ -26,6 +27,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: 'official', version: '1.18.2'
mappings channel: 'parchment', version: '2022.08.02-1.18.2'
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')