Interface FabricBlockLootTableGenerator
public interface FabricBlockLootTableGenerator
Fabric-provided extensions for
BlockLootTableGenerator
.
Note: This interface is automatically implemented via Mixin and interface injection.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockLootTableGenerator
withConditions
(ConditionJsonProvider... conditions) Return a new generator that applies the specified conditions to any loot table it receives, and then forwards the loot tables to this generator.
-
Method Details
-
withConditions
Return a new generator that applies the specified conditions to any loot table it receives, and then forwards the loot tables to this generator.
-