9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-30 20:39:10 +00:00

纠正一些错误

This commit is contained in:
XiaoMoMi
2025-06-28 20:16:17 +08:00
parent cb48025194
commit 5db64d24cc
7 changed files with 407 additions and 405 deletions

View File

@@ -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);