Bulletpies · wiki

Plain English

Glossary

Every word this wiki uses that you might not know yet, in one place.

WordWhat it means
Add-onThe Bedrock Edition equivalent of a mod. Installs as a .mcaddon file and is switched on per world.
Bedrock EditionThe Minecraft that runs on phones, tablets, consoles and the Windows Store. Takes add-ons, not mods.
Client-sideA mod only you need to install. It changes what you see or hear, so it works on servers that do not have it.
Crash logThe text file the game writes when it dies. Lives in .minecraft/crash-reports and usually names the mod that broke.
DatapackVanilla Minecraft's own way of changing rules with data files instead of code. Some things, like 1.21 enchantments, are datapacks even inside a mod.
Fabric APIA helper mod that nearly every Fabric mod needs. Install it alongside them.
JarThe .jar file that is the mod itself. Goes in the mods folder, unopened.
Java EditionThe PC Minecraft that supports mods. What most of this site is about.
LoaderForge, NeoForge or Fabric. A small program that makes Minecraft able to read mods at all.
MixinA technique mods use to reach inside vanilla code and change it. You never touch these; they just explain why two mods sometimes fight.
Mods folderThe folder inside .minecraft where jars go. Created the first time you run a loader.
NBTThe format Minecraft stores save data in. Mods write into it, which is why removing a mod can break a world.
Server-sideA mod only the server needs. Players join normally without installing anything.
TickOne step of the game clock. Minecraft runs 20 ticks per second, so 60 ticks means three seconds.
VanillaUnmodded Minecraft, exactly as Mojang ships it.
WorldgenWorld generation: the code that decides where terrain, caves and structures appear.

← Install guide Browse mods →