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