Skip to content

Commit

Permalink
fishing rod is stronger; make fish area bigger in fishing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Oct 26, 2024
1 parent 95a6ea0 commit 882af5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/externalTests/fishing.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = () => async (bot) => {
const Item = require('prismarine-item')(bot.registry)

bot.test.sayEverywhere('/fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 water')
bot.test.sayEverywhere('/fill ~-10 ~-1 ~-10 ~10 ~-1 ~10 water')
await bot.test.setInventorySlot(36, new Item(bot.registry.itemsByName.fishing_rod.id, 1, 0))
await bot.lookAt(bot.entity.position) // dont force the position
bot.fish()
Expand Down

0 comments on commit 882af5e

Please sign in to comment.