- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Badges
No badges earned
Activity overview
Latest activity by René Lehmann-
René Lehmann created a post,
Problem with Cloud (Code lost) after changing Wifi
Hello everyone, I have the following problem: Several students are working in Minecraft Education and using the cloud. Now, it suddenly seems that there are issues when they switch Wi-Fi networks—t...
-
René Lehmann commented,
Hi there, I also no longer have access to the page. But it works as follows, if I remember correctly: On the command block use /tell @p letsgo(letsgo is just some random word you write in chat, t...
-
René Lehmann commented,
Thanks Debbie for your answer, it would, of course, be nice to have all the possibilities in MakeCode that are also available in Python notebooks, but on the other hand, it's not that bad. I always...
-
René Lehmann commented,
That's exactly what I'm trying to do (I'm in Makecode though). Does this work for you? On my end, this doesn't work in Makecode and neither in the Notebook environment.I also tried to set the langu...
-
René Lehmann created a post,
Placing Items through code
Hi there, is there a way to "place" items (diamond for example) directly at a specific position without any "workaround"? Something like blocks.place() (in python), but for items?We actually use s...
-
René Lehmann created a post,
Item interaction from Python
I would like to use items directly from python code. To make it clearer, here is an example: if I would like to use BONE_MEAL blocks.place(BONE_MEAL,world(0,0,0)) will throw an error, because B...
-
René Lehmann commented,
Sorry, i'm very late with my response, but this is exactly what I wanted. Thank you very, much!