(Minecraft Win 10 Add-On) how do I find the relevant code for Auto-PickupHow to share worlds between platforms with Minecraft Better TogetherMinecraft Bedrock Command block selecting a target with coordinates syntax help?How do I set up Minecraft Cross Play in Same House / Same Wifi?Will armor protection enchantments stack in minecraftHow do I fix this chunk lighting glitch in Minecraft Bedrock EditionHow to clear a minimum amount of items from a player's inventory in Minecraft Bedrock EditionWhy does this rising-edge detector fail when connected to this t flip-flop?

How to determine car loan length as a function of how long I plan to keep a car

What is the difference between "Grippe" and "Männergrippe"?

Did anyone try to find the little box that held Professor Moriarty and his wife after the Enterprise D crashed?

Do they have Supervillain(s)?

Is “I am getting married with my sister” ambiguous?

How can I unambiguously ask for a new user's "Display Name"?

Nothing like a good ol' game of ModTen

Why are non-collision-resistant hash functions considered insecure for signing self-generated information

Why did MS-DOS applications built using Turbo Pascal fail to start with a division by zero error on faster systems?

How many US airports have 4 or more parallel runways?

Why does The Ancient One think differently about Doctor Strange in Endgame than the film Doctor Strange?

How to respectfully refuse to assist co-workers with IT issues?

Disambiguation of "nobis vobis" and "nobis nobis"

In the MCU, why does Mjölnir retain its enchantments after Ragnarok?

Does norwegian.no airline overbook flights?

Non-visual Computers - thoughts?

How do I get a decreased-by-one x in a foreach loop?

Anatomically Correct Whomping Willow

Are there any elected officials in the U.S. who are not legislators, judges, or constitutional officers?

Why would an IIS hosted site prompt for AD account credential if accessed through a hostname or IP, but not through servername?

Why doesn't 'd /= d' throw a division by zero exception?

SQL Server Management Studio - Why is Dark Theme Disabled by Default?

Did the British navy fail to take into account the ballistics correction due to Coriolis force during WW1 Falkland Islands battle?

How would you identify when an object in a Lissajous orbit needs station keeping?



(Minecraft Win 10 Add-On) how do I find the relevant code for Auto-Pickup


How to share worlds between platforms with Minecraft Better TogetherMinecraft Bedrock Command block selecting a target with coordinates syntax help?How do I set up Minecraft Cross Play in Same House / Same Wifi?Will armor protection enchantments stack in minecraftHow do I fix this chunk lighting glitch in Minecraft Bedrock EditionHow to clear a minimum amount of items from a player's inventory in Minecraft Bedrock EditionWhy does this rising-edge detector fail when connected to this t flip-flop?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















this is my first time asking a question here so I apologise if I do something wrong.



I want to make an add-on compatible with the Win 10 (Bedrock) edition of Minecraft that works as an auto-pickup. So instead of the item drop falling on the ground or being sucked into the inventory (when you're lucky) it appears in the player's inventory immediately. However, I'm so incredibly new to Minecraft modding that I have no idea how to even start the code! I don't know where to find the code that controls this stuff or how to access any references for this kind of thing. I've searched long and hard but only found this one Java add-on and some guy who made something similar using command blocks (though it didn't allow for the randomised drops needed for Fortune and lapis etc.). Both of which are from 2014-2015 and for the Java edition. I don't even know the differences between the code for Java and Bedrock so I can't even check the Java mod's code to see how to do it.



So I guess what I'm asking is how do I start this? Where do I find the code I need to modify? And does anyone have suggestions on how this could be approached?



Thank you ^^ (Again sorry if I did something wrong with this post, hopefully everything is cool).










share|improve this question







New contributor



Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    this is my first time asking a question here so I apologise if I do something wrong.



    I want to make an add-on compatible with the Win 10 (Bedrock) edition of Minecraft that works as an auto-pickup. So instead of the item drop falling on the ground or being sucked into the inventory (when you're lucky) it appears in the player's inventory immediately. However, I'm so incredibly new to Minecraft modding that I have no idea how to even start the code! I don't know where to find the code that controls this stuff or how to access any references for this kind of thing. I've searched long and hard but only found this one Java add-on and some guy who made something similar using command blocks (though it didn't allow for the randomised drops needed for Fortune and lapis etc.). Both of which are from 2014-2015 and for the Java edition. I don't even know the differences between the code for Java and Bedrock so I can't even check the Java mod's code to see how to do it.



    So I guess what I'm asking is how do I start this? Where do I find the code I need to modify? And does anyone have suggestions on how this could be approached?



    Thank you ^^ (Again sorry if I did something wrong with this post, hopefully everything is cool).










    share|improve this question







    New contributor



    Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      this is my first time asking a question here so I apologise if I do something wrong.



      I want to make an add-on compatible with the Win 10 (Bedrock) edition of Minecraft that works as an auto-pickup. So instead of the item drop falling on the ground or being sucked into the inventory (when you're lucky) it appears in the player's inventory immediately. However, I'm so incredibly new to Minecraft modding that I have no idea how to even start the code! I don't know where to find the code that controls this stuff or how to access any references for this kind of thing. I've searched long and hard but only found this one Java add-on and some guy who made something similar using command blocks (though it didn't allow for the randomised drops needed for Fortune and lapis etc.). Both of which are from 2014-2015 and for the Java edition. I don't even know the differences between the code for Java and Bedrock so I can't even check the Java mod's code to see how to do it.



      So I guess what I'm asking is how do I start this? Where do I find the code I need to modify? And does anyone have suggestions on how this could be approached?



      Thank you ^^ (Again sorry if I did something wrong with this post, hopefully everything is cool).










      share|improve this question







      New contributor



      Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      this is my first time asking a question here so I apologise if I do something wrong.



      I want to make an add-on compatible with the Win 10 (Bedrock) edition of Minecraft that works as an auto-pickup. So instead of the item drop falling on the ground or being sucked into the inventory (when you're lucky) it appears in the player's inventory immediately. However, I'm so incredibly new to Minecraft modding that I have no idea how to even start the code! I don't know where to find the code that controls this stuff or how to access any references for this kind of thing. I've searched long and hard but only found this one Java add-on and some guy who made something similar using command blocks (though it didn't allow for the randomised drops needed for Fortune and lapis etc.). Both of which are from 2014-2015 and for the Java edition. I don't even know the differences between the code for Java and Bedrock so I can't even check the Java mod's code to see how to do it.



      So I guess what I'm asking is how do I start this? Where do I find the code I need to modify? And does anyone have suggestions on how this could be approached?



      Thank you ^^ (Again sorry if I did something wrong with this post, hopefully everything is cool).







      mods minecraft-bedrock-edition






      share|improve this question







      New contributor



      Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question







      New contributor



      Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question






      New contributor



      Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 29 mins ago









      VulpeluxVulpelux

      1




      1




      New contributor



      Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Vulpelux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "41"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Vulpelux is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f356637%2fminecraft-win-10-add-on-how-do-i-find-the-relevant-code-for-auto-pickup%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Vulpelux is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Vulpelux is a new contributor. Be nice, and check out our Code of Conduct.












          Vulpelux is a new contributor. Be nice, and check out our Code of Conduct.











          Vulpelux is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Arqade!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f356637%2fminecraft-win-10-add-on-how-do-i-find-the-relevant-code-for-auto-pickup%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

          Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

          19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу