1. Animals
  2. Abilities
  3. Conditions
  4. Tool/Weapon
  5. Weapon Mods
  6. Orb
  7. Equipped
  8. Food/Medicine
  9. Furniture/Construction
  10. Color/Pattern
  11. Items
  12. Attributes
  13. Creatures
  14. Blocks
  15. Props
  16. API Types
  17. API Functions

LT_zone_ready

boolean LT_zone_ready(blockpos location)

blockposlocation Location to test

Returns true if the zone containing a location is ready, that it can be modified. Before attempting to modify the world's blocks or props, you should check to see if the zone containing the location you're modifying is ready. If the zone is not ready, calls to modify the world there will be ignored. If you're modifying the world around the player in the middle of the game (not during loading or transitions), its generally safe to modify the world.