diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2022-01-02 12:56:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 12:56:36 +0100 |
commit | c52f299e724bf893944553ac3aeedf7bf0a58241 (patch) | |
tree | 071ed4a45a7054231f60a9dd705dc4d69d10e6c6 /src/Items/CMakeLists.txt | |
parent | WriteBlockEntity: don't write position multiple times (#5373) (diff) | |
download | cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.gz cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.bz2 cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.lz cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.xz cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.zst cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Items/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Items/CMakeLists.txt b/src/Items/CMakeLists.txt index 1e3a05bd0..7b327e486 100644 --- a/src/Items/CMakeLists.txt +++ b/src/Items/CMakeLists.txt @@ -27,7 +27,7 @@ target_sources( ItemEnchantingTable.h ItemEndCrystal.h ItemEndPortalFrame.h - ItemEnderchest.h + ItemEnderChest.h ItemEyeOfEnder.h ItemFenceGate.h ItemFishingRod.h @@ -83,6 +83,6 @@ target_sources( ItemTorch.h ItemTrapdoor.h ItemTripwireHook.h - ItemVine.h + ItemVines.h SimplePlaceableItemHandler.h ) |