Skip to main content

Module weathering_block

Module weathering_block 

Source

Structs§

WeatheringCopper
Composable helper for copper weathering/oxidation logic.
WeatheringCopperFullBlock
Block behavior for WeatheringCopperFullBlock

Enums§

WeatherState
Oxidation stages for copper blocks, matching vanilla’s WeatheringCopper.WeatherState.

Constants§

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).