- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Badges
No badges earned
Activity overview
Latest activity by Andon J-
Andon J commented,
sheild = prismarine stairs
-
Andon J commented,
As of today, I have found four errors (left is item/block being spawned, right is what gets spawned)dolphin egg = normal eggany damaged anvil = normal anvil salmon egg = normal eggtropical fish egg...
-
Andon J commented,
I have about 792 more Items to test on monday
-
Andon J commented,
So far, I am in the 12th row in both sections, and I've only found one weird thing so far. On the 12th row there is something called stone slab and double stone slab, but they do the same thing and...
-
Andon J commented,
I'm gonna try this tomorrow, I am gonna test every single item and block to see if it gives you the proper thing. I'll report anything I find wrong with the code. Also, I have a question, how can I...
-
Andon J commented,
Thank you!
-
Andon J commented,
I can't record because I am on a school computer. But just copy and paste the code I made into java script for the first option when you open code builder.
-
Andon J created a post,
Error with code
When I run code to give myself a shield, I get prismarine stairs instead. Test this code I made to see my issue: player.onChat("Test", function () {mobs.give(mobs.target(LOCAL_PLAYER),SHIELD,1)})
-
Andon J commented,
Here is what it's doing.
-
Andon J commented,
This is a part of a code where it picks a random number, and you get a random item, and there are no block things, and I was able to find out that the shield was the problem. I am gonna show an eas...