Silk touch didnt work

Started by Rono's Creations on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined May 2019
Points:
775

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 44
Silk touch didnt work

I have a problem, I tried to replace the drop of stone to drop the rock and everything worked, only with the silk touch did not drop anything, do someone knows how to fix that?

Active 2 years ago
Joined Aug 2020
Points:
662

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 73
Use the loot table and make…
Sun, 03/28/2021 - 15:34

Use the loot table and make it ignore silk touch.

Active 1 year ago
Joined May 2019
Points:
775

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 44
yes i know, but i need to…
Sun, 03/28/2021 - 17:36

yes i know, but i need to drop rock without silk touch and with silk touch normal stone

can i do this somehow?

 

Active 3 hours ago
Joined Apr 2020
Points:
796

User statistics:

  • Modifications: 4
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 100
Hello MysakM in your block…
Mon, 03/29/2021 - 03:54

Hello MysakM in your block settings in the "Triggers" tab, make a procedure in the "When Player Destroys This Block" section and put > This < ...In the Spawn Gem part put your custom Rock item, now this procedure will run everytime you break your custom block and it will determine if you have silk touch or not, if you do not have it it will spawn your Rock, and if you have silk touch it will give you the block. Also make sure in the "Properties" you don't have the block dropping itself, that will conflict with the procedure.

Active 10 hours ago
Joined Jul 2020
Points:
931

User statistics:

  • Modifications: 0
  • Forum topics: 38
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 243
Maybe I'm just stupid, but I…
Mon, 03/29/2021 - 05:54

Maybe I'm just stupid, but I don't understand how to add loot table to a block (luckily I don't need it tho).

Active 3 years ago
Joined Feb 2021
Points:
619

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Try it like this, I had this…
Sat, 04/03/2021 - 19:44

Try it like this, I had this problem too, but then I managed

 Procedure!!

Don't forget to leave it with "Air Block", because if you put your "Normal Stone" it will be dropped twice

I hope I helped you! <3

Active 3 years ago
Joined Feb 2021
Points:
619

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Try it like this, I had this…
Sat, 04/03/2021 - 19:48

Try it like this, I had this problem too, but then I managed

Procedure!! ----- Image Link http://prntscr.com/113e80h

Don't forget to leave it with "Air Block", because if you put your "Normal Stone" it will be dropped twice --- Image Link http://prntscr.com/113e9dc

I hope I helped you! <3