build: 26H10版本
This commit is contained in:
parent
6561ab393a
commit
7a7eee8abf
|
|
@ -44,7 +44,7 @@ mod_name=Erotic Dungeon Game
|
||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=Apache 2.0, CC BY-NC-SA 4.0
|
mod_license=Apache 2.0, CC BY-NC-SA 4.0
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=26H9
|
mod_version=26H10
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||||
# This should match the base package used for the mod sources.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ import top.r3944realms.lib39.core.sync.NBTEntitySyncData;
|
||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
//todo: 使用方块坐标代替UUID(保存一致性)
|
|
||||||
public sealed abstract class AbstractPlayerDungeonData extends NBTEntitySyncData implements IPlayerDungeonData permits PlayerDungeonData {
|
public sealed abstract class AbstractPlayerDungeonData extends NBTEntitySyncData implements IPlayerDungeonData permits PlayerDungeonData {
|
||||||
protected AbstractPlayerDungeonData(ResourceLocation id) {
|
protected AbstractPlayerDungeonData(ResourceLocation id) {
|
||||||
super(id);
|
super(id);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user