Only request a bed in the overworld
This commit is contained in:
2
game.py
2
game.py
@@ -648,7 +648,7 @@ class Game:
|
|||||||
self.g.job.state = self.g.job.farm_crop
|
self.g.job.state = self.g.job.farm_crop
|
||||||
reply = 'ok'
|
reply = 'ok'
|
||||||
|
|
||||||
if reply:
|
if reply and self.g.dimension == 'overworld':
|
||||||
for i in self.g.inv.values():
|
for i in self.g.inv.values():
|
||||||
if i.item_id in items.BED_IDS:
|
if i.item_id in items.BED_IDS:
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user