move 1ps to datapacks folder (woops)

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-07-31 00:27:53 +00:00
parent 9b1dfaa3c4
commit f307a8bde2
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
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

View File

@@ -0,0 +1 @@
execute if entity @a[nbt={Sleeping:1b}] run function 1ps:internal_loop

View File

@@ -0,0 +1,4 @@
{
"replace": false,
"values": [ "1ps:loop" ]
}

View File

@@ -0,0 +1,4 @@
{
"replace": false,
"values": [ "#1ps:tick" ]
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 3,
"description": "Only 1 player has to sleep through the night"
}
}