diff options
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 |