Jump to content

Agreenstopsign

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Agreenstopsign

  1. do you have a recommendation for what you think would work?
  2. I have found that the horses saddle slot is most likely 400, and armor slot is 401.. however I still cannot seem to add an itemstack, I have "mc.player.getRidingEntity().replaceItemInInventory(401, itemstack);" but still, in game nothing seems to happen I found out the info about the slot number in the file for the /ReplaceItem command,
  3. I have looked quite a bit.. and I have also tested 0 and 1, and it just creates the item stack in my hotbar slots 0 and 1. I also looked through a bit of code for horses, and whenever saddle slot was brought up, I would see either 3, or -18, however, once again neither work, -18 crashes the game, and 3 simply adds it to hotbar
  4. yes I know that, however, replaceItemInInventory asks or a number (which represents the slot), and then the itemstack, I do not know what the number for a horses saddle/horse armor slot is
  5. am I able to just add it? or do I have to use NBT? (I do not know how to do either..)
  6. simply, how do I add an itemstack to a horses saddle/horsearmor slot?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.