• 1 Post
  • 6 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • Unfortunately, it does not work. Bonemealing grass blocks just creates foliage (short grass, flowers, etc.) around the block. Moss blocks on the other hand convert natural blocks around them to moss when bonemealing them.

    Best thing to do is, if you have silk touch, get a couple of grass blocks and dot them around the dirt to encourage spread from multiple locations.


  • Odin is quite a fun new language I just started learning. It is meant as a C replacement and comes with a decent standard library and third party library so there is a lot already built that you can use. It also is fully compatible with C and can use C libraries.

    Just be warned that documentation is lacking and you will have to read the source code of the standard library from time to time or seek help from their discord.