Skip to content

Instantly share code, notes, and snippets.

@TheSilkMiner
TheSilkMiner / MyCapability.java
Last active February 15, 2022 12:36
Getting Started with Capabilities: a practical example
public interface MyCapability extends INBTSerializable<CompoundNBT> {
int getValue();
void setValue(int value);
}
@TheSilkMiner
TheSilkMiner / d13.ica
Created December 13, 2019 14:34
Advent of Code 2019 - Day 13 IntCode program, converted into readable, assembly-like instructions
ADD
[380]
[379]
[385]
EQL
[2319]
769929
[381]
JMT
[381]