F Fghj240 Active member Joined Jun 5, 2021 Messages 54 Reaction score 8 Jun 5, 2021 #1 I want to either make them not spawn or kill them every tick.
Solution General_Mudkip Jun 6, 2021 There are two ways; Player Event: Drop Item > Game Action: Cancel Event Which prevents players from dropping items with Q, and: Player Action: Disable Death Drops Which prevents players from dropping items when they die.
There are two ways; Player Event: Drop Item > Game Action: Cancel Event Which prevents players from dropping items with Q, and: Player Action: Disable Death Drops Which prevents players from dropping items when they die.
ARMcPro Forum adept Overlord Joined Oct 20, 2020 Messages 1,260 Reaction score 506 Jun 6, 2021 #2 Fghj240 said: I want to either make them not spawn or kill them every tick. Click to expand... Player Drop Item Event -> Entity Action: Remove if that doesn't work add a Control: Wait (1 tick) before the Entity Action Upvote 1 Downvote
Fghj240 said: I want to either make them not spawn or kill them every tick. Click to expand... Player Drop Item Event -> Entity Action: Remove if that doesn't work add a Control: Wait (1 tick) before the Entity Action
General_Mudkip Retired Moderator Overlord Joined Sep 6, 2020 Messages 362 Reaction score 95 Jun 6, 2021 #3 There are two ways; Player Event: Drop Item > Game Action: Cancel Event Which prevents players from dropping items with Q, and: Player Action: Disable Death Drops Which prevents players from dropping items when they die. Upvote 1 Downvote Solution
There are two ways; Player Event: Drop Item > Game Action: Cancel Event Which prevents players from dropping items with Q, and: Player Action: Disable Death Drops Which prevents players from dropping items when they die.
F Fghj240 Active member Joined Jun 5, 2021 Messages 54 Reaction score 8 Jun 6, 2021 #4 What about from mobs? I found a block that says setdeathdropsenabled in entity actions, I assume I put it after spawnmob but what's #1 tag and how do I get it? Upvote 0 Downvote
What about from mobs? I found a block that says setdeathdropsenabled in entity actions, I assume I put it after spawnmob but what's #1 tag and how do I get it?