Creating a special fishing rod

Started by EvanLikesJuiceBoxes on

Topic category: Help with MCreator software

Active 3 years ago
Joined Jul 2019
Points:
651

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Creating a special fishing rod

I want to make a fishing rod that can fish in lava, but I can't figure out how to even make the fishing rod.

Active 3 years ago
Joined Mar 2020
Points:
1264

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
If: [Is MATERIAL type at x,…
Sat, 05/09/2020 - 12:45

If: [Is MATERIAL type at x, y+1, z,: lava]

   Do: have some random procedure blocks that give items to the player.

Active 3 years ago
Joined Mar 2020
Points:
1264

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
That has a procedure trigger…
Sat, 05/09/2020 - 12:46

That has a procedure trigger of on block right click btw. (On your fishing rod)

Active 2 years ago
Joined Oct 2019
Points:
797

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 210
In order to render a string…
Sun, 06/13/2021 - 09:55

In order to render a string on the fishing rod,

you have to use custom code instead.