From 95135d94aa457478d551f617465aec7e59a6f45f Mon Sep 17 00:00:00 2001 From: Nightenom <17338378+Nightenom@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:19:05 +0200 Subject: [PATCH] Fix datagen --- .../minecolonies/loot_table/chests/supplycamp.json | 2 +- .../minecolonies/loot_table/chests/supplyship.json | 2 +- .../loot_table/recipes/netherworker/trip1.json | 12 ++++++------ .../loot_table/recipes/netherworker/trip2.json | 12 ++++++------ .../loot_table/recipes/netherworker/trip3.json | 12 ++++++------ .../loot_table/recipes/netherworker/trip4.json | 12 ++++++------ .../loot_table/recipes/netherworker/trip5.json | 12 ++++++------ .../api/items/component/ModDataComponents.java | 2 +- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplycamp.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplycamp.json index 07d5eebd157..bb02909688e 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplycamp.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplycamp.json @@ -15,7 +15,7 @@ "functions": [ { "components": { - "structurize:supplies": { + "minecolonies:supplies": { "Placement": true, "randkey": -1, "sawstory": false diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplyship.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplyship.json index bb79ea8471e..8df6de3c301 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplyship.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/chests/supplyship.json @@ -15,7 +15,7 @@ "functions": [ { "components": { - "structurize:supplies": { + "minecolonies:supplies": { "Placement": true, "randkey": -1, "sawstory": false diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip1.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip1.json index 97cb11a526e..dfdef4d6af7 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip1.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip1.json @@ -106,7 +106,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:zombified_piglin", "xp": 5 @@ -124,7 +124,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:magma_cube", "xp": 4 @@ -142,7 +142,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:hoglin", "xp": 5 @@ -160,7 +160,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 12.0, "entity": "minecraft:ghast", "xp": 5 @@ -178,7 +178,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 7.0, "entity": "minecraft:enderman", "xp": 5 @@ -196,7 +196,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:blaze", "xp": 10 diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip2.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip2.json index f48282d0363..ba55bac190e 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip2.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip2.json @@ -218,7 +218,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:zombified_piglin", "xp": 5 @@ -236,7 +236,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:magma_cube", "xp": 4 @@ -254,7 +254,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:hoglin", "xp": 5 @@ -272,7 +272,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 12.0, "entity": "minecraft:ghast", "xp": 5 @@ -290,7 +290,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 7.0, "entity": "minecraft:enderman", "xp": 5 @@ -308,7 +308,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:blaze", "xp": 10 diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip3.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip3.json index 2a44b4a5a15..f5e33f17dbf 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip3.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip3.json @@ -295,7 +295,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:zombified_piglin", "xp": 5 @@ -313,7 +313,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:magma_cube", "xp": 4 @@ -331,7 +331,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:hoglin", "xp": 5 @@ -349,7 +349,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 12.0, "entity": "minecraft:ghast", "xp": 5 @@ -367,7 +367,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 7.0, "entity": "minecraft:enderman", "xp": 5 @@ -385,7 +385,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:blaze", "xp": 10 diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip4.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip4.json index b64b1a26eed..83a09743f2d 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip4.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip4.json @@ -327,7 +327,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:zombified_piglin", "xp": 5 @@ -345,7 +345,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:magma_cube", "xp": 4 @@ -363,7 +363,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:hoglin", "xp": 5 @@ -381,7 +381,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 12.0, "entity": "minecraft:ghast", "xp": 5 @@ -399,7 +399,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 7.0, "entity": "minecraft:enderman", "xp": 5 @@ -417,7 +417,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:blaze", "xp": 10 diff --git a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip5.json b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip5.json index ec7f101a93e..8951a8e1a7d 100644 --- a/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip5.json +++ b/src/datagen/generated/minecolonies/data/minecolonies/loot_table/recipes/netherworker/trip5.json @@ -342,7 +342,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:zombified_piglin", "xp": 5 @@ -360,7 +360,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:magma_cube", "xp": 4 @@ -378,7 +378,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 3.0, "entity": "minecraft:hoglin", "xp": 5 @@ -396,7 +396,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 12.0, "entity": "minecraft:ghast", "xp": 5 @@ -414,7 +414,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 7.0, "entity": "minecraft:enderman", "xp": 5 @@ -432,7 +432,7 @@ "functions": [ { "components": { - "structurize:adventure": { + "minecolonies:adventure": { "damage": 5.0, "entity": "minecraft:blaze", "xp": 10 diff --git a/src/main/java/com/minecolonies/api/items/component/ModDataComponents.java b/src/main/java/com/minecolonies/api/items/component/ModDataComponents.java index 68867e22cde..4ac0b411bd4 100644 --- a/src/main/java/com/minecolonies/api/items/component/ModDataComponents.java +++ b/src/main/java/com/minecolonies/api/items/component/ModDataComponents.java @@ -1,6 +1,6 @@ package com.minecolonies.api.items.component; -import com.ldtteam.structurize.api.constants.Constants; +import com.minecolonies.api.util.constant.Constants; import com.mojang.serialization.Codec; import net.minecraft.core.component.DataComponentType; import net.minecraft.network.RegistryFriendlyByteBuf;