I need help with custom pickaxe

Started by Nydex on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Mar 2020
Points:
654

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
I need help with custom pickaxe

how can i made custom pickaxe with auto-smelt ? pls help

Active 3 years ago
Joined Jun 2017
Points:
762

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
Well, I guess "When the…
Wed, 04/01/2020 - 10:03

Well, I guess "When the block is broken with this tool" you enter a procedure where the block is checked, and the desired loot falls from it...I don't know how to do this for all blocks, i.e. for ores...

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
get smelting result…
Wed, 04/01/2020 - 11:47

get smelting result procedure block

Active 4 years ago
Joined Mar 2020
Points:
654

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
ok i will try it thanks :)
Wed, 04/01/2020 - 17:16

ok i will try it thanks :)

Active 5 months ago
Joined May 2014
Points:
1035

User statistics:

  • Modifications: 3
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 330
Be warned, though. I think…
Thu, 04/02/2020 - 02:36

Be warned, though. I think if you put the procedure in the Break Block trigger, it might return with nothing because I'm pretty sure the procedure would be called after the block is already gone, so the procedure would just see air and not give you anything.

Active 4 years ago
Joined Mar 2020
Points:
654

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
ok then can i do something…
Thu, 04/02/2020 - 06:12

ok then can i do something like i would had Iron ore , gold ore ... in my off hand  and in my inventory i would have coal i would right click in the air and it would smelt that ore that i have in off-hand can i do that somehow ?

 

Active 3 years ago
Joined Jun 2017
Points:
762

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
Do I understand correctly…
Fri, 04/03/2020 - 10:39

Do I understand correctly that holding coal in the main hand and ore in the second, and clicking coal on something, the ore will melt?

Active 3 years ago
Joined Jun 2017
Points:
762

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
If I understand correctly,…
Fri, 04/03/2020 - 10:44

If I understand correctly, you can try to do this: https://b.radikal.ru/b27/2004/7a/9c45c4120a01.png

Active 4 years ago
Joined Jan 2020
Points:
674

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
how do you get the blocks:…
Fri, 04/17/2020 - 00:54

how do you get the blocks: AND as well as OR?

Active 3 years ago
Joined Jun 2017
Points:
762

User statistics:

  • Modifications: 1
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
Logical operations > select…
Fri, 04/17/2020 - 14:05

Logical operations > select the first element there > Right-Click on the "= " icon.

 

Active 2 years ago
Joined Apr 2015
Points:
977

User statistics:

  • Modifications: 3
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 106
So this won't work if the…
Tue, 04/28/2020 - 22:02

So this won't work if the player breaks the block normally?