From 076e87794c53ff8e65954e103d4da2eace1cb5c1 Mon Sep 17 00:00:00 2001 From: beholderface Date: Thu, 22 Sep 2022 14:45:32 -0400 Subject: [PATCH] Update ae2.json fix the meteor recipe not spawning sky stone or fluix blocks --- .../resources/data/bloodmagic/recipes/meteor/ae2.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/data/bloodmagic/recipes/meteor/ae2.json b/src/main/resources/data/bloodmagic/recipes/meteor/ae2.json index 0f7046fc68..b69356c028 100644 --- a/src/main/resources/data/bloodmagic/recipes/meteor/ae2.json +++ b/src/main/resources/data/bloodmagic/recipes/meteor/ae2.json @@ -12,11 +12,11 @@ "minWeight": 0, "weightMap": [ { - "tag": "appliedenergistics2:fluix_block", + "tag": "ae2:fluix_block", "weight": 100 } ], - "fill": "appliedenergistics2:sky_stone_block" + "fill": "ae2:sky_stone_block" }, { "radius": 7, @@ -32,8 +32,8 @@ "weight": 50 } ], - "fill": "appliedenergistics2:sky_stone_block", - "shell": "appliedenergistics2:sky_stone_block" + "fill": "ae2:sky_stone_block", + "shell": "ae2:sky_stone_block" } ] -} \ No newline at end of file +}