This project adds a nextbot entity with customizable texture into Minecraft. The nextbot destroys all blocks in its way (except containers) and performs high jumps so as to generally chase the player wherever they are.
This project adds a nextbot entity with customizable texture into Minecraft.
The nextbot destroys all blocks in its way (except containers) and performs high jumps so as to literally chase the player wherever they are (as long as they are within 512 blocks' distance). Destroyed blocks will be automatically restored.
The entity will not naturally spawn so far.
Currently, sounds are not added.
3 nextbots are now available:
The spawn egg provided will randomly spawn nextbots of among these.
The image of the nextbot can be customized via creating a resource pack like this:
Pack Root
- pack.mcmeta
- pack.png
- assets
- customizable_nextbot
- entity
- nextbot
- nextbot_a.png
nextbot_b.png
nextbot_c.png
...
in which nextbot_a, b, c... are texture ids of the nextbot, which you can name anyway you want.
Then, you can summon your own nextbot in the game by using command:
/summon customizable_nextbot:nextbot ~ ~ ~ {"nb_tid":"the_texture_id_you_just_named"}
Conversation