How to create a shield in 1.15.2

Started by Matatak974 on

Topic category: Help with MCreator software

Active 2 years ago
Joined Jan 2020
Points:
664

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How to create a shield in 1.15.2

Hi i want to create a shield but i don't know how to create can someone help me pls ?

Active 1 year ago
Joined May 2019
Points:
679

User statistics:

  • Modifications: 1
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
Make a tool called shield…
Sun, 10/11/2020 - 19:36

Make a tool called shield set the type of tool to special and set everything else in visual to 0, go in triggers and make a new procedure in the when tool in hand tick trigger and after that make this script: while item in hand of target / entity = shield do add potion with level (Number) duration (0.5) type resistance

Active 1 year ago
Joined May 2019
Points:
679

User statistics:

  • Modifications: 1
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
Oh and when I said "while…
Sun, 10/11/2020 - 19:37

Oh and when I said "while item in hand of target / entity" I meant you could use off hand or main hand.

Active 1 year ago
Joined May 2019
Points:
679

User statistics:

  • Modifications: 1
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
You can also use item…
Sun, 10/11/2020 - 19:38

You can also use item instead of tool.

Active 3 weeks ago
Joined Mar 2020
Points:
725

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
How do you make it like a…
Wed, 10/14/2020 - 15:13

How do you make it like a normal minecraft shield? (As in the blocking)