Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Multiplychance" divides by height instead of multiplying by it #27

Closed
zuel122 opened this issue Dec 27, 2020 · 0 comments
Closed

"Multiplychance" divides by height instead of multiplying by it #27

zuel122 opened this issue Dec 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@zuel122
Copy link

zuel122 commented Dec 27, 2020

Currently running minecraft 1.12.2 version, the setting that "Multiplies the block removal chance by the block's y-value" instead divides by the y-value.

Steps to reproduce the behavior:
(there are probably easier ways, but this is how I figured out what the behavior was)

  1. in the config file while the game is closed, set multiplychance to true and set replacepercent to 40 (which you cannot do through opening the config from Mod List, and it won't update if the game is open and you edit the config file) and have it replace gravel with sand in the ocean and deep_ocean biomes (I replaced gravel with sand from only y=30 to y=53 but I doubt this is necessary to replicate it)
  2. then go to deep ocean and ocean and notice how everything below y=40 is sand (because 40 divided by any number less than it is over 100%) while gravel will have an increasing gradient upward.
  3. setting replacepercent to values 1 or less can also be seen to result in almost never any of the ocean gravel being converted to sand, since it'd have a likelihood around 1/32 at the lowest deep ocean points and 1/53 at the highest gravel points if it's set to 1 for 100%
  • Minecraft: 1.12.2
  • Mod Version: 2.2.0
  • Forge: 14.23.5.2854

sorry if this reads like garbage, I've never done one of these before

@zuel122 zuel122 added the bug Something isn't working label Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant