Class TreeDecoratorRegistry
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.TreeDecoratorRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<BurnedBranchDecorator>> static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TREE_DECORATORS
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?>> TREE_DECORATORS -
BURNED_BRANCH_DECORATOR
public static final Supplier<net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<BurnedBranchDecorator>> BURNED_BRANCH_DECORATOR
-
-
Constructor Details
-
TreeDecoratorRegistry
public TreeDecoratorRegistry()
-