Skip to content

Instantly share code, notes, and snippets.

@UltrusBot
UltrusBot / colors.json
Last active August 10, 2023 01:16
Special colors in missing wilds for firefly jars.
[
{
"name": "ultrus",
"colors": [
[ 204, 34, 244 ]
]
},
{
"name": "raylo",
"colors": [
@UltrusBot
UltrusBot / Useful Modding Resources.md
Last active June 12, 2022 03:00
A bunch of useful resources for modding

Minecraft Dev is an IntelliJ plugin that helps by providing better Mixin Support while developing, JSON Schemas for common files, and even template projects to get started.

Gradle plugin that optimizes the built jar of your mod. This works well, and can grealy reduce your built mod jars.

Cheatsheet for mixins. Includes explanations of many of the mixin injectors, and examples to go along with them.

@UltrusBot
UltrusBot / readme.md
Created March 19, 2022 02:44
Test MD

Removals

  • Removed villagers from the game
  • Removed mending
  • Removed the elytra

Additions

  • Added a new dimension, called "Apple Tree Dimension"
  • Added a new tier of tools: Clay.

Changes