From bc99da6f98608db817111a4dc47dd77c42f99fda Mon Sep 17 00:00:00 2001 From: Stoupy51 Date: Wed, 27 Nov 2024 18:31:39 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Remove=20an=20error=20in?= =?UTF-8?q?=20the=20console=20due=20to=20unknown=20block=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../signals/example/simplunium_ore.mcfunction | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manual_merge/data/smart_ore_generation/function/VERSION/signals/example/simplunium_ore.mcfunction b/manual_merge/data/smart_ore_generation/function/VERSION/signals/example/simplunium_ore.mcfunction index 26c9756..631ea94 100644 --- a/manual_merge/data/smart_ore_generation/function/VERSION/signals/example/simplunium_ore.mcfunction +++ b/manual_merge/data/smart_ore_generation/function/VERSION/signals/example/simplunium_ore.mcfunction @@ -26,10 +26,10 @@ function #NAMESPACE:v1/slots/random_position # Placing Simplunium Ore Patch -execute at @s if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type -execute at @s positioned ~0.8 ~0.8 ~0.8 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type -execute at @s positioned ~0.0 ~0.8 ~0.8 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type -execute at @s positioned ~0.8 ~0.8 ~0.0 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type -execute at @s positioned ~0.8 ~0.0 ~0.8 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type -execute at @s positioned ~0.0 ~0.8 ~0.0 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type +# execute at @s if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type +# execute at @s positioned ~0.8 ~0.8 ~0.8 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type +# execute at @s positioned ~0.0 ~0.8 ~0.8 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type +# execute at @s positioned ~0.8 ~0.8 ~0.0 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type +# execute at @s positioned ~0.8 ~0.0 ~0.8 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type +# execute at @s positioned ~0.0 ~0.8 ~0.0 if block ~ ~ ~ #simplenergy:for_simplunium_ore run function simplenergy:calls/NAMESPACE/simplunium_type