Started by
Lixon
on
Topic category: User side tutorials
Is it possible to create a block or item in Mcreator that (for example, in the inventory) will give a flight as in a creative or as a jetpack?
Topic category: User side tutorials
Is it possible to create a block or item in Mcreator that (for example, in the inventory) will give a flight as in a creative or as a jetpack?
there is a set flight procedure block?
No, this is why I want to find out if it is possible to do this and an example of the procedure.
Try to use a block "Allow ... to fly if (true|false) otherwise don't" or "Make ... fly if (true|false) otherwise don't" from section "Entity procedures" in a procedure.
Thank you very much, everything worked out
Painted the procedure like this, everything is going well:
if has .... in inventory (thing) , do Make .... fly if true otherwise don't
else if not Has .... in inventory (thing) , do Make .... fly if false otherwise don't
I hope everything is clear