From 0568f7d68a5b0cc67a47d61e7a7c8f9bc2ac9412 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 22:28:00 +0100 Subject: [PATCH] fixed gas tank moonbase chest reward typo --- kubejs/data/tfg/loot_tables/chests/moonbase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json index 1437c2ab0..2422a5c3c 100644 --- a/kubejs/data/tfg/loot_tables/chests/moonbase.json +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -22,7 +22,7 @@ "functions": [ { "function": "minecraft:set_nbt", - "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"tfg:heliox-3\"}]}}" + "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"tfg:heliox_3\"}]}}" } ] },