#command in tick not working in nether but works in overworld

1 messages · Page 1 of 1 (latest)

toxic kayak
#
$execute at @e[tag=$(tagg),scores={timer=0}] if block ~ ~ ~ air run function stoneworld:resettimer with storage stoneworld:temp
$scoreboard players add @e[tag=$(tagg),scores={timer=1..}] timer 1
$execute at @e[tag=$(tagg),scores={timer=40..}] if block ~ ~ ~ air run data modify storage stoneworld:placing tagg set from entity @n[type=marker] data.t
$execute at @e[tag=$(tagg),scores={timer=40..}] if block ~ ~ ~ air run data modify storage stoneworld:placing loott set from entity @n[type=marker] data.l
$execute at @e[tag=$(tagg),scores={timer=40..}] if block ~ ~ ~ air run data modify storage stoneworld:placing gentag set from entity @n[type=marker] data.g
$execute at @e[tag=$(tagg),scores={timer=40..,gen_fuel=1..}] if block ~ ~ ~ air run function stoneworld:place_overworld with storage stoneworld:placing

$execute as @e[tag=$(tagg)] positioned as @s run execute as @n[type=item,nbt={Item:{id:"minecraft:coal"}},distance=..1.1] store result storage stoneworld:fuel count int 1 run data get entity @s Item.count
$data modify storage stoneworld:fuel tagg set value $(tagg)
function stoneworld:add_fuel with storage stoneworld:fuel

$execute as @e[tag=$(tagg),scores={shown=1}] positioned as @s if entity @n[type=item,nbt={Item:{id:"minecraft:coal"}},distance=..1.1] run kill @n[type=minecraft:text_display]
$execute as @e[tag=$(tagg),scores={shown=1}] positioned as @s if entity @n[type=item,nbt={Item:{id:"minecraft:coal"}},distance=..1.1] run scoreboard players set @s shown 0

$execute as @e[tag=$(tagg)] positioned as @s if entity @n[type=item,nbt={Item:{id:"minecraft:coal"}},distance=..1.1] run kill @n[type=item,nbt={Item:{id:"minecraft:coal"}}]

$execute at @e[tag=$(tagg),scores={gen_fuel=0,shown=0}] run summon minecraft:text_display ~ ~1 ~ {billboard:"center",text:'{"text":"needs coal!"}'}
$execute as @e[tag=$(tagg),scores={gen_fuel=0,shown=0}] run scoreboard players set @s shown 1
ionic thistleBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1738791317:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

thin swift
#

Didn't you just have a thread open about this same question?

toxic kayak
#

I thought I solved it

#

but I did not

nocturne atlas
#

So, what exactly is the problem? The functions simply don't work in the nether?

toxic kayak
#

I just need to run the refresh function both in the nether and in the overworld

nocturne atlas
#

Oooo nice!!