This commit is contained in:
Daniel Løvbrøtte Olsen
2019-05-21 13:46:07 +02:00
parent be64db3e65
commit 8f8edc194d
114 changed files with 2299 additions and 0 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" ]
}

6
1ps-1516729816-1/pack.mcmeta Executable file
View File

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