From a5cdcc69d08aebcbfd7b15ae2c421cff221ba1c4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 20 Sep 2025 17:22:07 +0100 Subject: [PATCH] fixed filalux wings top feature --- .../configured_feature/mars/surface/filalux_wings_top.json | 2 +- .../placed_feature/mars/surface/filalux_wings_top.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/filalux_wings_top.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/filalux_wings_top.json index 6b8cd062f..622864762 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/filalux_wings_top.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/filalux_wings_top.json @@ -10,7 +10,7 @@ "state": { "Name": "betterend:filalux_wings", "Properties": { - "direction": "up" + "facing": "up" } } } diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/filalux_wings_top.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/filalux_wings_top.json index 81c3fbee6..50935a8ec 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/filalux_wings_top.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/filalux_wings_top.json @@ -18,6 +18,11 @@ { "type": "minecraft:heightmap", "heightmap": "OCEAN_FLOOR" + }, + { + "type": "minecraft:random_offset", + "xz_spread": 0, + "y_spread": 3 } ] } \ No newline at end of file