bathkillo.blogg.se

Code chicken core 1.7.10 skins broken
Code chicken core 1.7.10 skins broken






You can also substitute named expressions from inside the SmileCore folder. <= - Compare if one number is less than or equal to another (0 <= 1) = - Compare if one number is greater than or equal to another (1 >= 1) > - Compare if one number is greater than another (1 > 0) != - Compare if two numbers are not equal (1 != 2 will be 1, 1 != 1 will be 0) = - Compare if two numbers are equal (1 = 1 will be 1, 1 = 3 will be 0) Sinh - Get the hyperbolic sine of a number (sinh(4))Ĭosh - Get the hyperbolic cosine of a number (sinh(4)) Tan - Get the tangent of a number (tanpi)Īsin - Get the arcsine of a number (asin$2)Īcos - Get the arccosine of a number (acos0.45)Ītan - Get the arctangent of a number (atan1) This is a content pack I made for Armourers Workshop 1.12.2 Overview: Ever wanted to create the naruto world in minecraft well now you can with this content pack that adds characters from the show.

code chicken core 1.7.10 skins broken

Sqrt - Get the square root of a number (sqrt4)Ĭbrt - Get the cube root of a number (cbrt(8))Ĭos - Get the cosine of a number (cos(2*pi)) Log - Get the natural logarithm of a number (log(e)) Rand - Generate a random number between 0 and the specified upper bound (rand4) Round - Rounds a number to the nearest integer (round1.5, round(2.3))Ĭeil - Rounds a number up to the nearest integer (ceil1.05)įloor - Rounds a number down to the nearest integer (floor0.95) % - Take the modulus, or division remainder, of one number with another (7 % 4)Ībs - Take the absolute value of a number (abs$1, abs-1) ^ - Raise one number to the power of another (3^3) Subtract two numbers, or negate one (3-2, -(4+2)) () - Create a parenthetical expression which will be evaluated first (3 * (4 + 1))








Code chicken core 1.7.10 skins broken