You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Key features:
13
13
- Your attack damage depends on the items in your inventory.
14
14
- Whether you can break some blocks depends on the items in your inventory.
15
15
- Zombies on unloaded chunks do not vanish. They remain in place until the chunk is loaded again.
16
+
- Banelings (hostile mobs) are better than creepers: they blow up and destroy walls if they can't find a route to player, even if the player is a few blocks away from the explosion radius.
17
+
- Shot arrows can be reused if they don't break.
16
18
17
19
### AI-friendly
18
20
Part of the purpose of this project is to build a training environment for ML agents.
@@ -23,7 +25,9 @@ mine tree -> make crafting table -> make pickaxe -> etc.
23
25
But would require no computer vision, and would run significantly faster than the original.
0 commit comments