From e447c4558dab5fbc0c47a485ce928efb59f91111 Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Wed, 24 Jun 2020 05:10:55 -0400 Subject: [PATCH] Fix spacing of 'blockstate' in ModifiableWorld#setBlockState docs (#1497) --- mappings/net/minecraft/world/ModifiableWorld.mapping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/world/ModifiableWorld.mapping b/mappings/net/minecraft/world/ModifiableWorld.mapping index 2419ad10fb..1d00675130 100644 --- a/mappings/net/minecraft/world/ModifiableWorld.mapping +++ b/mappings/net/minecraft/world/ModifiableWorld.mapping @@ -17,7 +17,7 @@ CLASS net/minecraft/class_1945 net/minecraft/world/ModifiableWorld COMMENT
  • 0b0000010 // 2 - NOTIFY_LISTENERS - Notifies listeners and clients who need to react when the block changes
  • COMMENT
  • 0b0000100 // 4 - NO_REDRAW - Used in conjunction with NOTIFY_LISTENERS to suppress the render pass on clients.
  • COMMENT
  • 0b0001000 // 8 - REDRAW_ON_MAIN_THREAD - Forces a synchronous redraw on clients.
  • - COMMENT
  • 0b0010000 // 16 - FORCE_STATE - Bypass virtual blockstate changes and forces the passed state to be stored as-is.
  • + COMMENT
  • 0b0010000 // 16 - FORCE_STATE - Bypass virtual block state changes and forces the passed state to be stored as-is.
  • COMMENT
  • 0b0100000 // 32 - SKIP_DROPS - Prevents the previous block (container) from dropping items when destroyed.
  • COMMENT
  • 0b1000000 // 64 - MOVED - Signals that the current block is being moved to a different location, usually because of a piston.
  • COMMENT @@ -52,7 +52,7 @@ CLASS net/minecraft/class_1945 net/minecraft/world/ModifiableWorld COMMENT
  • 0b0000010 // 2 - NOTIFY_LISTENERS - Notifies listeners and clients who need to react when the block changes
  • COMMENT
  • 0b0000100 // 4 - NO_REDRAW - Used in conjunction with NOTIFY_LISTENERS to suppress the render pass on clients.
  • COMMENT
  • 0b0001000 // 8 - REDRAW_ON_MAIN_THREAD - Forces a synchronous redraw on clients.
  • - COMMENT
  • 0b0010000 // 16 - FORCE_STATE - Bypass virtual blockstate changes and forces the passed state to be stored as-is.
  • + COMMENT
  • 0b0010000 // 16 - FORCE_STATE - Bypass virtual block state changes and forces the passed state to be stored as-is.
  • COMMENT
  • 0b0100000 // 32 - SKIP_DROPS - Prevents the previous block (container) from dropping items when destroyed.
  • COMMENT
  • 0b1000000 // 64 - MOVED - Signals that the current block is being moved to a different location, usually because of a piston.
  • COMMENT