Skip to main contentModule weathering_block
Source - WeatheringCopper
- Composable helper for copper weathering/oxidation logic.
- WeatheringCopperFullBlock
- Block behavior for
WeatheringCopperFullBlock
- WeatherState
- Oxidation stages for copper blocks, matching vanilla’s
WeatheringCopper.WeatherState.
- BASE_CHANCE 🔒
- Base probability per random tick that a copper block even attempts to oxidize.
Vanilla:
0.05688889F — roughly once per in-game day per block. - SCAN_DISTANCE 🔒
- Scan radius for neighbor copper blocks (Manhattan distance).