MinecraftByExample icon indicating copy to clipboard operation
MinecraftByExample copied to clipboard

Working sample code for the basic concepts in Minecraft and Forge.

Results 10 MinecraftByExample issues
Sort by recently updated
recently updated
newest added

https://mcforge.readthedocs.io/en/1.18.x/ https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.18.2/

The [example](https://github.com/Cadiboo/WIPTech/blob/fb5883e9d76ef0361ec1ebbcb9c508611dd2ef6b/src/main/java/cadiboo/wiptech/client/ClientEventSubscriber.java#L189) given in [MBE81](https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe81_entity_projectile/StartupClientOnly.java#L78) for manually keeping track of .obj models is out of date. Some of the interfaces, classes and methods simply don't exist anymore and I couldn't...

When I try to compile the latest (1.16.4?) version in 1.16.5, I get serious errors such as Material.ROCK not found - it appears that only Material.STONE exists in the Material...

RunServer is not working. Why? It just return "An existing connection was forcibly closed by a remote host"

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

Hello. Please add an example of how you can open the interface of a workbench, furnance or something else by pressing a key on the keyboard. 🙏

I used the Item Inventory code from your tutorial as a base for Inventory Pets Chest and Feed Bag pets, but then ran into a nasty and unsolved issue: https://github.com/MinecraftForge/MinecraftForge/pull/4594...

I am currently attempting to add a custom modeled block into the game, but I came across an issue. Apparently, you cannot add in blocks larger than the 1x1x1 format...

Examples for developing mods with Architectury( a project that permit to do cross platform (fabric and forge) mods) would be very useful. https://www.curseforge.com/minecraft/mc-mods/architectury-forge

How to add new potion effects. There are a lot of examples of this being done in other mods but not really any tutorial resources on it, to my knowledge....