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 [2022/12/17 15:22] – Registry.ITEM -> Registries.ITEM miir
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