mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-21 07:59:19 +00:00
0.0.61.2
This commit is contained in:
@@ -31,7 +31,7 @@ public final class DefaultSectionSerializer {
|
|||||||
ReadableContainer.Serialized<ImmutableBlockState> serialized = section.statesContainer().serialize(null, PalettedContainer.PaletteProvider.CUSTOM_BLOCK_STATE);
|
ReadableContainer.Serialized<ImmutableBlockState> serialized = section.statesContainer().serialize(null, PalettedContainer.PaletteProvider.CUSTOM_BLOCK_STATE);
|
||||||
ListTag palettes = new ListTag();
|
ListTag palettes = new ListTag();
|
||||||
List<ImmutableBlockState> states = serialized.paletteEntries();
|
List<ImmutableBlockState> states = serialized.paletteEntries();
|
||||||
if (states.size() == 1 && states.get(0) == EmptyBlock.STATE) {
|
if (states.size() == 1 && states.getFirst() == EmptyBlock.STATE) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
CompoundTag sectionNbt = new CompoundTag();
|
CompoundTag sectionNbt = new CompoundTag();
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
# Project settings
|
# Project settings
|
||||||
# Rule: [major update].[feature update].[bug fix]
|
# Rule: [major update].[feature update].[bug fix]
|
||||||
project_version=0.0.61
|
project_version=0.0.61.2
|
||||||
config_version=43
|
config_version=43
|
||||||
lang_version=23
|
lang_version=23
|
||||||
project_group=net.momirealms
|
project_group=net.momirealms
|
||||||
|
|||||||
Reference in New Issue
Block a user