mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-30 20:39:10 +00:00
纠正一些错误
This commit is contained in:
@@ -41,7 +41,7 @@ public abstract class AbstractCustomBlock implements CustomBlock {
|
||||
@NotNull Map<String, BlockStateVariant> variantMapper,
|
||||
@NotNull BlockSettings settings,
|
||||
@NotNull Map<EventTrigger, List<Function<PlayerOptionalContext>>> events,
|
||||
@NotNull List<Map<String, Object>> behaviorConfig,
|
||||
@Nullable List<Map<String, Object>> behaviorConfig,
|
||||
@Nullable LootTable<?> lootTable
|
||||
) {
|
||||
holder.bindValue(this);
|
||||
|
||||
Reference in New Issue
Block a user