DiamondFire Programming Project
For programming, I made an item generator in DiamondFire. DiamondFire is a Minecraft server which has users program their own games with a unique block-based programming language, as seen in the image. The item generator gives the player a random item which they can use to build or craft tools. The code runs when someone right clicks, and if they are holding the generator it randomizes the tier of their rewards. I used an if-then-else tree to determine what tier was generated, and I used the GiveRandItem function to determine the item they get. The higher the tier, the more useful the rewards. Later I will make single-use special boxes for more rewards.