tutorial:trees
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:trees [2022/10/26 08:47] – Add missing parenthesis mattidragon | tutorial:trees [2022/12/21 01:40] (current) – 1.19.3 haykam | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| <code java> | <code java> | ||
| - | public static final RegistryEntry< | + | public static final RegistryEntry< |
| // Configure the feature using the builder | // Configure the feature using the builder | ||
| new TreeFeatureConfig.Builder( | new TreeFeatureConfig.Builder( | ||
| Line 76: | Line 76: | ||
| public static void register() { | public static void register() { | ||
| - | Registry.register(Registry.BLOCK, new Identifier(" | + | Registry.register(Registries.BLOCK, new Identifier(" |
| - | Registry.register(Registry.ITEM, new Identifier(" | + | Registry.register(Registries.ITEM, new Identifier(" |
| } | } | ||
| Line 163: | Line 163: | ||
| <code java> | <code java> | ||
| - | public static final TrunkPlacerType< | + | public static final TrunkPlacerType< |
| </ | </ | ||
| Line 277: | Line 277: | ||
| <code java> | <code java> | ||
| - | public static final FoliagePlacerType< | + | public static final FoliagePlacerType< |
| </ | </ | ||
| Line 371: | Line 371: | ||
| <code java> | <code java> | ||
| - | public static final TreeDecoratorType< | + | public static final TreeDecoratorType< |
| </ | </ | ||
tutorial/trees.1666774023.txt.gz · Last modified: 2022/10/26 08:47 by mattidragon