Jump to content

Zdziszkee

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Zdziszkee's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello, I want to check if: slot.getStack().getItem() is equal to green wool. How to do this ?
  2. Hello, how to check if current screen is an container, loop through slots, and if item in slot is pumpkin move this pumpkin to player ? Now i am stuck on ClientTickEvent Forge v : 1.14.4
  3. Hello i want this code to the left equals to the green wool, but i dont know how what method to use to summon it, i just can't find it cont.getSlot(i).getStack().getItem()== BlockColored.
  4. Hello, i am learning to making mods in forge, and i gave myself a challenge to make mod checking if there is opened inventory and if Yes, its stealing pumpkin but i dont know how to check if inventory is opened, loop through slots and move item from other inventory to Player inv. Pls help here's my code : https://pastebin.com/9uPs7BTr
  5. I Will try to make it like you said later
  6. Hello, i am learning to making mods in forge, and i gave myself a challenge to make mod checking if there is opened inventory and if Yes, its stealing pumpkin but i dont know how to check if inventory is opened, loop through slots and move item from other inventory to Player inv. Pls help
×
×
  • Create New...

Important Information

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