Skip to content

Instantly share code, notes, and snippets.

@Iunius118
Last active January 12, 2025 17:17
Show Gist options
  • Save Iunius118/cccb46a90ce0d1a51824e30d817b080c to your computer and use it in GitHub Desktop.
Save Iunius118/cccb46a90ce0d1a51824e30d817b080c to your computer and use it in GitHub Desktop.
ToLaserBlade: laser blade display test

World Preset

  • minecraft:bedrock,63*minecraft:smooth_stone;minecraft:plains

Moving to Test Location

  • /tp @s 0.0 0 3.5 180 0

Testing Fixed Laser Blade

Test fixed.

  • /summon minecraft:item_frame 0 0 0 {Facing:1b,Item:{id:"tolaserblade:laser_blade",Count:1b}}

Testing Item Entity of Laser Blade

Test ground.

  • /summon minecraft:item 0.0 0 0.0 {Item:{id:"tolaserblade:laser_blade",Count:1b}}

Testing Equipped Laser Blades

Test firstperson_righthand, firstperson_lefthand, thirdperson_righthand, thirdperson_lefthand, gui, and head.

  • /summon minecraft:armor_stand 0.0 0 0.0 {ShowArms:1b}
  • /item replace entity @e weapon.mainhand with tolaserblade:laser_blade
  • /item replace entity @e weapon.offhand with tolaserblade:laser_blade
  • /item replace entity @e armor.head with tolaserblade:laser_blade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment