Set sand origin when command is given
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user