As a prerequisite, download and install PxPlus IBM VGA8 font.
Starting in 1.20, the Material class has completely disappeared and has been replaced with a series of properties that are chained to BlockBehavior.Properties.of
. This list exists so you can easily figure out which propeties to use to replace the old materials.
Every Material here gives its default MapColor (previously known as MaterialColor), regardless of if it had one or not. It also defines which properties to use to replicate the exact behavior used previously.
The very bottom of this file defines the more complicated replacements to certain material properties.
- AIR - No MapColor, replaceable
- STRUCTURAL_AIR - No MapColor, replaceable
- PORTAL - No MapColor, PushReaction.BLOCK
- CLOTH_DECORATION - MapColor.WOOL, ignitedByLava
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Discord all events! | |
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!) | |
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client | |
// Learn from this, do not just copy it mofo! | |
// | |
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584 | |
// Last Updated -> Halloween 2022 | |
/* |