diff --git a/src/main/resources/data/frostedheart/loot_tables/blocks/generator_t1.json b/src/main/resources/data/frostedheart/loot_tables/blocks/generator_t1.json index 3af885a0e..2d5ff8e2f 100644 --- a/src/main/resources/data/frostedheart/loot_tables/blocks/generator_t1.json +++ b/src/main/resources/data/frostedheart/loot_tables/blocks/generator_t1.json @@ -30,5 +30,5 @@ "rolls": 1.0 } ], - "random_sequence": "frostedheart:blocks/generator" + "random_sequence": "frostedheart:blocks/generator_t1" } \ No newline at end of file diff --git a/src/main/resources/data/frostedheart/loot_tables/blocks/radiator.json b/src/main/resources/data/frostedheart/loot_tables/blocks/radiator.json index e1cc698d5..6c8517bf0 100644 --- a/src/main/resources/data/frostedheart/loot_tables/blocks/radiator.json +++ b/src/main/resources/data/frostedheart/loot_tables/blocks/radiator.json @@ -30,5 +30,5 @@ "rolls": 1.0 } ], - "random_sequence": "frostedheart:blocks/heat_radiator" + "random_sequence": "frostedheart:blocks/radiator" } \ No newline at end of file