mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 06:59:22 +00:00
改进兼容性
This commit is contained in:
@@ -178,4 +178,12 @@ public class BukkitFurniture extends Furniture {
|
||||
public Entity getBukkitEntity() {
|
||||
return this.metaEntity.get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Use {@link #getBukkitEntity()} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public Entity baseEntity() {
|
||||
return getBukkitEntity();
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Project settings
|
||||
project_version=0.0.66.1
|
||||
project_version=0.0.66.2
|
||||
config_version=60
|
||||
lang_version=43
|
||||
project_group=net.momirealms
|
||||
|
||||
Reference in New Issue
Block a user