Set sand origin when command is given

This commit is contained in:
2021-04-24 22:34:25 +00:00
parent a5642409d2
commit 4026b410f4
5 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class SleepWithBedStates:
w = self.g.world
p = utils.pint(self.g.pos)
result = w.find_blocks_indexed(p, blocks.BED_IDS)
result = w.find_blocks_indexed(p, blocks.BED_IDS, 80)
self.beds = []
for bed in result: