Changes
From Forge Community Wiki
49 bytes added
, 11:43, 3 September 2022
| Line 51: |
Line 51: |
| | | | |
| | Here's example implementation: | | Here's example implementation: |
| | + | <syntaxhighlight lang="java"> |
| | @Override | | @Override |
| | public void initializeClient(Consumer<IClientItemExtensions> consumer) { | | public void initializeClient(Consumer<IClientItemExtensions> consumer) { |
| Line 69: |
Line 70: |
| | }); | | }); |
| | } | | } |
| | + | </syntaxhighlight> |
| | | | |
| | [[Category:Items]] | | [[Category:Items]] |