mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-04 11:39:39 +00:00 
			
		
		
		
	Gjallarhorn: Changelog state tracker should use global air block.
This commit is contained in:
		@ -11,7 +11,7 @@ class BlockLogTracker(private val mode: BlockTrackMode = BlockTrackMode.RemoveOn
 | 
			
		||||
 | 
			
		||||
  fun delete(position: BlockCoordinate) {
 | 
			
		||||
    if (mode == BlockTrackMode.AirOnDelete) {
 | 
			
		||||
      blocks[position] = BlockState("minecraft:air")
 | 
			
		||||
      blocks[position] = BlockState.AirBlock
 | 
			
		||||
    } else {
 | 
			
		||||
      blocks.remove(position)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user