References
A list of references for each supported MC version
Material
These lists are for all the different block types. In all versions, you should use the name of the material, e.x. stone
. In versions 1.9.4 -> 1.12.2, you may be required to use a "magic number" to give the material "more data." For example, granite in 1.13 is granite
, but in 1.12, granite is stone:1
.
Material names tend to change, especially after the 1.13 update. It is crucial to ensure you are using the correct materials list for your Minecraft server version. If you don't know which version you use, try the command /version
.
Sound
These lists are for all the different vanilla sounds. These lists do not include custom sounds, which you can add to resource packs. You can test these sounds using the /minecraft:sound
command, but remember that the names on the list and the names in Minecraft don't always match up perfectly. When that happens, use the names of the sounds on the list in your configuration. Here is an interesting Noteblock "note picker reference" for selecting your pitches.
Particle
These lists are for all the different types of particles. You can test these particles using the /minecraft:particle
command. Please note that the names in the command and the names on these lists don't always match up perfectly. When adding values into config, it is crucial that you use the particles that match with the following lists.
EntityType
PotionEffectType
Enchantment
Biome
Last updated