Skip to content

Instantly share code, notes, and snippets.

/*
SortTable
version 2
7th April 2007
Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
Instructions:
Download this file
Add <script src="sorttable.js"></script> to your HTML
Add class="sortable" to any table you'd like to make sortable
@GirafiStudios
GirafiStudios / BiomeDictionary.java
Created September 10, 2020 18:08
BiomeDictionary 1.16.1
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package net.minecraftforge.common;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableList;
import java.util.ArrayDeque;
{
"parent": "minecraft:husbandry/fishy_business",
"criteria": {
"atlantic_cod": {
"trigger": "minecraft:fishing_rod_hooked",
"conditions": {
"item": {
"item": "aquaculture:atlantic_cod"
}
}
package com.teammetallurgy.aquaculture.misc;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
Added:
Block.Properties#noDrops (Only Block.Properties method that is not public)
LootTables#register (No other way to register LootTables)
NoiseChunkGenerator#field_222571_r (To match other noise generators being set to non-final)
Removed:
public ChunkGeneratorType$Settings (Not a subclass anymore)
public Block#setResistance (Moved to Block.Properties)
public Block#setHardness (Moved to Block.Properties)
public Block#setLightOpacity (Moved to Block.Properties)