- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
Badges
No badges earned
Activity overview
Latest activity by Peter Januarius-
Peter Januarius created a post,
Why do function callbacks do this weird thing?
Why does this work: def testfn(): pass player.on_chat("tfn", testfn) But then if I do this below... def testfn2(): testfn() Suddenly the callback doesn't work in line 3 above an...
-
Peter Januarius commented,
I'll take the zero response as it is ok
-
Peter Januarius created a post,
Not a technical problem
Hey - sorry this is a general question. I asked a few of my students to signup to the forum as we are doing a minecraft module where they are creating a world from scratch in Python. Hope thats ok ...
-
Peter Januarius created a post,
Coordinate issue
Hi, I was under the impression that the ground (grass) block in the basic grass world was at Y=3. This worked for me initially as I am generating my world using python. However, I just created a ne...
-
Peter Januarius commented,
Hi Debbie, I worked out the rotational block thing. It appears you use the data property
-
Peter Januarius commented,
We can do it! Using the block data is the trick!
-
Peter Januarius commented,
Yep, after trying everything I also tried this and it worked. One weird thing is when the agent climbs one step and moves forward by one, it looks like it is trying to move forward about 10 times a...
-
Peter Januarius commented,
Just to follow up - this is really about being able to reverse a stair block and position it upside down...etc. Tried all different ways and still can't do it !
-
Peter Januarius commented,
Hi Debbie, No it isn't. It just more about calling functions from functions. Its seems that we always have this three "num" parameter constraint. Actually - I'm not too concerned about this one - m...
-
Peter Januarius commented,
Maybe I'm late to the party but the world.set(...) solution above does not work. I just get the following: can't find called function.....=> Position:set In other worlds there is no such function o...