Changement global + ajout item et commande

This commit is contained in:
feldenr
2026-01-04 22:08:42 +01:00
parent 23a8b11147
commit e388fb6ad1
8758 changed files with 442074 additions and 118334 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ plugins {
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
}
version = '1.0'
group = 'com.yourname.modid'
archivesBaseName = 'modid'
version = '2.0.6'
group = 'com.aulyrius.custom_ore_gen'
archivesBaseName = 'custom_ore_gen'
java.toolchain.languageVersion = JavaLanguageVersion.of(17)