diff options
author | Spongecade <spongecade.129@gmail.com> | 2023-09-27 20:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 20:07:42 +0200 |
commit | ebeb164d2be6754908a9c562850e585f18f70b88 (patch) | |
tree | f0396dc592063fab48a622049ac43e35a8bc9f66 /src/Blocks/BlockStems.h | |
parent | Only enable werror for debug (#5501) (diff) | |
download | cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.tar cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.tar.gz cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.tar.bz2 cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.tar.lz cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.tar.xz cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.tar.zst cuberite-ebeb164d2be6754908a9c562850e585f18f70b88.zip |
Diffstat (limited to 'src/Blocks/BlockStems.h')
-rw-r--r-- | src/Blocks/BlockStems.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Blocks/BlockStems.h b/src/Blocks/BlockStems.h index f6686b25a..11cd83967 100644 --- a/src/Blocks/BlockStems.h +++ b/src/Blocks/BlockStems.h @@ -26,8 +26,8 @@ private: { /* Use correct percent: - https://minecraft.gamepedia.com/Melon_Seeds#Breaking - https://minecraft.gamepedia.com/Pumpkin_Seeds#Breaking + https://minecraft.wiki/w/Melon_Seeds#Breaking + https://minecraft.wiki/w/Pumpkin_Seeds#Breaking */ // Age > 7 (Impossible) @@ -171,8 +171,8 @@ private: private: - // https://minecraft.gamepedia.com/Pumpkin_Seeds#Breaking - // https://minecraft.gamepedia.com/Melon_Seeds#Breaking + // https://minecraft.wiki/w/Pumpkin_Seeds#Breaking + // https://minecraft.wiki/w/Melon_Seeds#Breaking /** The array describes how many seed may be dropped at which age. The inner arrays describe the probability to drop 0, 1, 2, 3 seeds. The outer describes the age of the stem. */ static constexpr std::array<std::array<double, 4>, 8> m_AgeSeedDropProbability |