TheGreyGhost / MinecraftByExample

Working sample code for the basic concepts in Minecraft and Forge.
Other
1.24k stars 187 forks source link

Simple processing machine example #70

Open rlnt opened 3 years ago

rlnt commented 3 years ago

Hello! Thanks for the repository with all these useful code examples!

I would like to see an example for a simple processing machine. Maybe a machine converting a cobblestone into sand by using power. I would like to see the recipe builder for it and maybe some CraftTweaker integration so you can also add custom recipes to it.

Minecraft version 1.16.5

TheGreyGhost commented 3 years ago

Hi No worries you're welcome, glad you found it useful That's an interesting idea, I will have a look at the next update and perhaps modify an existing example or add a new one. Cheers TGG