User Avatar
René Lehmann
Last activity
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Badges

No badges earned

Posts

Recent activity by René Lehmann Recent activity Votes
  • User Avatar Picture

    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...

  • User Avatar Picture

    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...