How do I make ,that fooditem is removed from inventory on survival and placed as block?

Started by rDonutowiec on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make ,that fooditem is removed from inventory on survival and placed as block?

Can you help me plz?
Im trying to make custom berries and cant make procedure to remove berries-item on survival and place block.

I can't make procedure bc when procedure dont use entity procedures then it uses block's x y z and block is placed in right place,
but when it use some kind of entity procedures then if use entity x y z.

How do I fix it?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I could help you, but could…
Sat, 11/13/2021 - 16:11

I could help you, but could you explain yourself more clearly?

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when i dont use entity in…
Mon, 11/15/2021 - 09:57

when i dont use entity in procedure then it uses block position but when i use entity in procedure then it uses hand location.

 

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and what's the problem ?
Mon, 11/15/2021 - 17:20

and what's the problem ?

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I cant plant berries bush…
Wed, 11/17/2021 - 23:34

I cant plant berries bush when i have item-removing procedure.

That's the whole problem.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
uh I still don't know what…
Thu, 11/18/2021 - 00:14

uh I still don't know what you mean. if you place a block with procedures it should work, sorry I still don't know what you mean 

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the block wont place when i…
Thu, 11/18/2021 - 17:26

the block wont place when i use entity in procedure

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
huh? block placing with…
Thu, 11/18/2021 - 18:17

huh? block placing with procedures has nothing to do with entities, unless if you don't specify the entity position

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Idk, procedure was working…
Fri, 11/19/2021 - 11:17

Idk, procedure was working until i added procedure to remove item form players inventory 

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could you send screenshot so…
Fri, 11/19/2021 - 16:06

could you send screenshot so I can understand better?

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i want it to place plant …
Fri, 11/19/2021 - 21:54

i want it to place plant ,but as soon as I add this then it doesnt work.
how do I fix it.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
on what trigger is that put…
Fri, 11/19/2021 - 22:21

on what trigger is that put on

also that doesn't remove items, that sets your slot to 1 item only

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No it shrinks it by 1 and it…
Fri, 11/19/2021 - 23:03

No it shrinks it by 1 and it worked before.

It was in Right Clicked On Block trigger.