These helpful mods were formerly located on the LearnToMod forum, which has been retired. For use in Blockly LearnToMod Minecraft modding mods. Here are they in .pdf format.


Includes:


Player events not included in the event blocks 

How to check if the player has a certain item or block in their inventory?

How to use the import and export blocks?

How to make something happen when I do a mouse click?

How to make it so the player does not get damaged by falling?

How to move a drone to a specific set of coordinates? 

How to change the projectile from a bow?

How to achieve a one-hit kill with a specific item? 

How to change the item/block an entity drops when it dies? 

How to make something happen when I click on a specific block face (side)?

How to make something happen at the location of a projectile hit?

How to use loops to read what’s in a List?

How to customize Minecraft commands?

How to run mods of multiple users in the new 1.9 servers?

How to make something happen when I chat a specific message?

How to use list blocks?

How to make something happen when I break a specific block? 

How to make something happen whenever I click with a specific item in hand?

How to change the item/block drops of the block I break? 

How to make a block “unbreakable”?

How to get the health percentage of an entity?

How to apply texture packs to everybody in the server?

How to create a Vox-L mod

How to trigger a mod using a chat message in Vox-L?

How to make an event work for all the players in the server?

How to pick up items from a larger radius 

How to create and add users to a player list?

How to check if a player joins your server 

How to debug entity damage by entity event? 

How to turn commands into an easy to use library?

How to debug player interact event?

How to debug block break event? 

How to check the type of item/block the player picks up?

How to add to a list?

How to make the egg that I throw always hatch?

How to hatch more than one entity from an egg that I throw?

How to hatch a different entity from an egg that I throw?

How to make something happen at the location of the block I break?

Loading texture packs

How to get the item's display name?

Create an enchanted item using the .addEnchantment() function of the ItemStack class, not by using the /give command.

How to make your own player head