tardisgallifrey / smileblock

A basic minecraft block mod learned from Luke Graham

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tardisgallifrey's base Forge/Minecraft Mod

Blocks and Block Items

This mod contains the minimal that is necessary to create a 1.19 Minecraft mod from Forge. The mod will create and place a smiley block from the Luke Graham tutorial for 1.19.2.

It will also create and place a block called `sad_block` that uses effects such as `plantable` and `explosion` from Vanilla Blocks.

This mod is in accordance with Mojang, Microsoft, and Forge licensing as well as my own use of the MIT license.

Use at your own risk.

Information left from original README

Mapping Names:

By default, the MDK is configured to use the official mapping names from Mojang for methods and fields in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this license, if you do not agree with it you can change your mapping names to other crowdsourced names in your build.gradle. For the latest license text, refer to the mapping file itself, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md

Additional Resources:

Community Documentation: https://mcforge.readthedocs.io/en/latest/gettingstarted/
LexManos' Install Video: https://www.youtube.com/watch?v=8VEdtQLuLO0
Forge Forum: https://forums.minecraftforge.net/
Forge Discord: https://discord.gg/UvedJ9m

About

A basic minecraft block mod learned from Luke Graham

License:Other


Languages

Language:Java 100.0%