Toggle search
Search
Toggle menu
Notifications
Toggle personal menu
Editing
Contributing
(section)
From WoopMC
Views
Read
Edit
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Mob info === [[File:Entity nbt file location example.png|thumb|Example of a mob .nbt file location]] [[File:SNBT viewer example.png|thumb|Example of an entity NBT code]] [[File:Entity info Google sheet.png|thumb|Example of an entity info gathering Google sheet]] Finding where a custom entity spawn is pretty easy in-game, but finding out their statistics is more tedious. To do so, you would have to first find the mob <code>.nbt</code> file. If the mob is tied to a structure, you should find it in that structure's folder. Once located, it is recommended to open it using [https://code.visualstudio.com/ Visual Studio Code] with the [https://marketplace.visualstudio.com/items?itemName=Misodee.vscode-nbt NBT Viewer] extension. Once both are installed, just drag the <code>.nbt</code> into the program, wait, then select SNBT to see the entity code. Inside that code, you will find everything from the entity's health to it's equipment. If you are unable to find this file, you can go in-game, near the entity you want the stats of, and use <code>/data get entity @e[type=!minecraft:player,sort=nearest,limit=1]</code>. This will give you the stat you specified of the entity. Right now, we have no program to extract that info and put in the corresponding Entity Template infobox code, so we use a Google Sheet and manually copy and paste each info of each entity using this function :<syntaxhighlight> ="{{Entity |health={{hp|"&B2&"}} |armor={{Armor|"&B7&"}} |spawn=[["&B8&"]] |damage='''Armed'''<br> ''Easy'': {{hp|0}}<br> ''Normal'': {{hp|"&B11&"}}<br> ''Hard'': {{hp|0}}<br> '''Unarmed'''<br> ''Easy'': {{hp|0}}<br> ''Normal'': {{hp|"&B9&"}}<br> ''Hard'': {{hp|0}}<br> |speed="&B12&" |behavior="&B13&" |drops="&B14&"}}""" </syntaxhighlight> You can also ask for access on the shared Google Sheet in the <code>#wiki</code> channel of the {{Discord}}.
Summary:
Please note that all contributions to WoopMC may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WoopMC:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)