Started by
ArsenicC
on
Topic category: Help with MCreator software
I'm new member of MCreator. And wanna make my new mod called Technaira or Technairla. And, i have actually alot problems what i can't solve. Help me please.
P.S. Sorry for too many questions.
1. How to make chance of procedure. Example:
"Something" will explode on chance 40% (else don't do procedure.)
2. How to make "Procedure Radius". Example:
"Something" will effect give effect to "Someone" Poison III for 5 Seconds on radius 5 Blocks (center of procedure radius is an "Something")
PLEASE HELP ME, WITHOUT IT MY MOD WILL BE SERIOUSLY UNFINISHED.
Thanks! -Arsen
Edited by ArsenicC on Wed, 11/21/2018 - 10:25
Make a Procedure Go to template Library and pull out 70 percent change and change 0.7 to 0.4
(If your on lateist version)
Thank you so much!
I do not expected there are so kind community.
But i still need procedure radius. Anyways, Thanks!
The radius procedure is not possible yet, unfortunately. You can open a support ticket and we will consider implementing this in the next updates.
I can help get a command procedure block and type
effect @e[type=!player,r=5] poison 3 5