chore: rename additional datapack to ntx4core_tweaks

This commit is contained in:
LordMZTE 2023-12-04 18:12:59 +01:00
parent 8d59c22714
commit 2806f9fece
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
24 changed files with 8 additions and 8 deletions

View file

@ -63,8 +63,8 @@ public class Ntx4Core {
event.addRepositorySource(
(consumer, constructor)
-> consumer.accept(ResourcePackProfile.of(
Ntx4Core.id("oregen_tweaks").toString(),
false, () -> new ModFilePackResources("NTX4 Oregen Tweaks", modFile, "datapacks/oregen_tweaks"),
Ntx4Core.id("ntx4core_tweaks").toString(),
false, () -> new ModFilePackResources("NTX4 Tweaks", modFile, "datapacks/ntx4core_tweaks"),
constructor,
ResourcePackProfile.InsertionPosition.TOP,
ResourcePackSource.PACK_SOURCE_NONE

View file

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 8,
"description": "NTX4 Tweaks"
}
}

View file

@ -1,6 +0,0 @@
{
"pack": {
"pack_format": 8,
"description": "NTX4 Oregen Tweaks"
}
}