From f307a8bde28139de52934b8f2f3b7175625e32db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Wed, 31 Jul 2019 00:27:53 +0000 Subject: [PATCH] move 1ps to datapacks folder (woops) --- .../data/1ps/functions/internal_loop.mcfunction | 4 ++-- .../1ps-1516729816-1}/data/1ps/functions/loop.mcfunction | 0 .../1ps-1516729816-1}/data/1ps/tags/functions/tick.json | 0 .../1ps-1516729816-1}/data/minecraft/tags/functions/tick.json | 0 {1ps-1516729816-1 => datapacks/1ps-1516729816-1}/pack.mcmeta | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename {1ps-1516729816-1 => datapacks/1ps-1516729816-1}/data/1ps/functions/internal_loop.mcfunction (99%) rename {1ps-1516729816-1 => datapacks/1ps-1516729816-1}/data/1ps/functions/loop.mcfunction (100%) rename {1ps-1516729816-1 => datapacks/1ps-1516729816-1}/data/1ps/tags/functions/tick.json (100%) rename {1ps-1516729816-1 => datapacks/1ps-1516729816-1}/data/minecraft/tags/functions/tick.json (100%) rename {1ps-1516729816-1 => datapacks/1ps-1516729816-1}/pack.mcmeta (100%) diff --git a/1ps-1516729816-1/data/1ps/functions/internal_loop.mcfunction b/datapacks/1ps-1516729816-1/data/1ps/functions/internal_loop.mcfunction similarity index 99% rename from 1ps-1516729816-1/data/1ps/functions/internal_loop.mcfunction rename to datapacks/1ps-1516729816-1/data/1ps/functions/internal_loop.mcfunction index 6064b4c..2bf4605 100755 --- a/1ps-1516729816-1/data/1ps/functions/internal_loop.mcfunction +++ b/datapacks/1ps-1516729816-1/data/1ps/functions/internal_loop.mcfunction @@ -1,3 +1,3 @@ -time add 125 -execute as @a[nbt={SleepTimer:1s}] run tellraw @a [{"selector":"@s","color":"yellow"},{"text":" is now sleeping ","color":"yellow"}] +time add 125 +execute as @a[nbt={SleepTimer:1s}] run tellraw @a [{"selector":"@s","color":"yellow"},{"text":" is now sleeping ","color":"yellow"}] execute if entity @a[nbt={SleepTimer:99s}] run weather clear 0 \ No newline at end of file diff --git a/1ps-1516729816-1/data/1ps/functions/loop.mcfunction b/datapacks/1ps-1516729816-1/data/1ps/functions/loop.mcfunction similarity index 100% rename from 1ps-1516729816-1/data/1ps/functions/loop.mcfunction rename to datapacks/1ps-1516729816-1/data/1ps/functions/loop.mcfunction diff --git a/1ps-1516729816-1/data/1ps/tags/functions/tick.json b/datapacks/1ps-1516729816-1/data/1ps/tags/functions/tick.json similarity index 100% rename from 1ps-1516729816-1/data/1ps/tags/functions/tick.json rename to datapacks/1ps-1516729816-1/data/1ps/tags/functions/tick.json diff --git a/1ps-1516729816-1/data/minecraft/tags/functions/tick.json b/datapacks/1ps-1516729816-1/data/minecraft/tags/functions/tick.json similarity index 100% rename from 1ps-1516729816-1/data/minecraft/tags/functions/tick.json rename to datapacks/1ps-1516729816-1/data/minecraft/tags/functions/tick.json diff --git a/1ps-1516729816-1/pack.mcmeta b/datapacks/1ps-1516729816-1/pack.mcmeta similarity index 100% rename from 1ps-1516729816-1/pack.mcmeta rename to datapacks/1ps-1516729816-1/pack.mcmeta