User Tools

Site Tools


tutorial:shield

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:shield [2022/09/05 19:21] – title fix cringestar_boitutorial:shield [2023/09/26 00:09] – added warning cringestar_boi
Line 1: Line 1:
-__**THIS PAGE SHOULD WORK FOR 1.17-1.19. THE 1.14-1.16 SECTIONS HAVE NOT BEEN TESTED IN A LONG TIME, SO THEY MAY NOT WORK.**__+__**!!OUTDATED AND BEING WORKED ON !!**__
  
 ====== Making a Custom Shield in Minecraft [1.19-1.14] ====== ====== Making a Custom Shield in Minecraft [1.19-1.14] ======
Line 21: Line 21:
 modImplementation "com.github.CrimsonDawn45:Fabric-Shield-Lib:v${project.fabric_shield_lib_version}" modImplementation "com.github.CrimsonDawn45:Fabric-Shield-Lib:v${project.fabric_shield_lib_version}"
 </code>\\  </code>\\ 
-At the time of writing, latest project.fabric_shield_lib_version should be 1.5.3-1.18. This page will be updated whenever a new update comes out.\\ \\ +At the time of writing, latest project.fabric_shield_lib_version should be 1.6.0-1.19. This page will be updated whenever a new update comes out.\\ \\ 
 **build.gradle** (under repositories, the one above dependencies)\\  **build.gradle** (under repositories, the one above dependencies)\\ 
 <code java> <code java>
Line 76: Line 76:
    
 <code java> <code java>
-Registry.register(Registry.ITEM, new Identifier("examplemod", "netherite_shield"), NETHERITE_SHIELD);+Registry.register(Registries.ITEM, new Identifier("examplemod", "netherite_shield"), NETHERITE_SHIELD);
 </code> </code>
  
tutorial/shield.txt · Last modified: 2024/07/03 07:08 by solidblock