diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-05 15:45:00 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-05 15:45:00 +0200 |
commit | d397dd263f121340ef4633904e3c01419786856c (patch) | |
tree | addea805f20127475b5a632efdddf1d3adb3d2f1 /source/World.h | |
parent | Fixed personal crafting grid not being tossed on inventory close. (diff) | |
download | cuberite-d397dd263f121340ef4633904e3c01419786856c.tar cuberite-d397dd263f121340ef4633904e3c01419786856c.tar.gz cuberite-d397dd263f121340ef4633904e3c01419786856c.tar.bz2 cuberite-d397dd263f121340ef4633904e3c01419786856c.tar.lz cuberite-d397dd263f121340ef4633904e3c01419786856c.tar.xz cuberite-d397dd263f121340ef4633904e3c01419786856c.tar.zst cuberite-d397dd263f121340ef4633904e3c01419786856c.zip |
Diffstat (limited to '')
-rw-r--r-- | source/World.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/World.h b/source/World.h index 5eab923b7..74dc3b9e8 100644 --- a/source/World.h +++ b/source/World.h @@ -524,15 +524,17 @@ private: int m_MaxCactusHeight; int m_MaxSugarcaneHeight; + bool m_IsCactusBonemealable; + bool m_IsCarrotsBonemealable; bool m_IsCropsBonemealable; bool m_IsGrassBonemealable; - bool m_IsSaplingBonemealable; bool m_IsMelonStemBonemealable; bool m_IsMelonBonemealable; + bool m_IsPotatoesBonemealable; bool m_IsPumpkinStemBonemealable; bool m_IsPumpkinBonemealable; + bool m_IsSaplingBonemealable; bool m_IsSugarcaneBonemealable; - bool m_IsCactusBonemealable; cEntityList m_RemoveEntityQueue; cEntityList m_AllEntities; |