Skip to content

Instantly share code, notes, and snippets.

View TehNut's full-sized avatar
🤷‍♂️
why is github becoming a social platform

Nick Ignoffo TehNut

🤷‍♂️
why is github becoming a social platform
View GitHub Profile

As I am a very bored person who likes to take on more than he should, this is a list of all the things I plan to work on over the next few weeks. I'll probably be adding more.

I'd really like to hammer out as many of the currently reported issues as I can, but there's a few features and backend changes and optimizations that I would love to make.

The format for this list is "basic description - reason".

1.7.10 Todo:

  • Altar accepts any instanceof BlockBeacon - #459
  • Altar can accept other mod variants (looking at you, Chisel) of required blocks - #459
@TehNut
TehNut / ModObjects.java
Created April 25, 2016 23:13
Forge 1.9 Registry examples
// Block
Block myBlock = new Block(Materials.ROCK);
GameRegistry.register(myBlock.setRegistryName("myBlock"));
// Block with inventory Item
Block myBlock = new Block(Materials.ROCK);
GameRegistry.register(myBlock.setRegistryName("myBlock"));
GameRegistry.register(new ItemBlock(myBlock).setRegistryName(myBlock.getRegistryName());
@TehNut
TehNut / ModdingPortfolio.md
Created November 11, 2016 07:57
A list of current, past, and future Minecraft modding projects
// ==UserScript==
// @name Crunchyroll HTML5
// @namespace https://github.com/YePpHa/crunchyroll-html5
// @description A fully fledged HTML5 player for Crunchyroll.
// @version 0.14.4
// @author Jeppe Rune Mortensen <[email protected]>
// @match http://www.crunchyroll.com/*
// @match https://www.crunchyroll.com/*
// @source https://github.com/YePpHa/crunchyroll-html5.git
// @grant GM_xmlhttpRequest