Skip to content

Instantly share code, notes, and snippets.

@kwpugh
Created June 20, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwpugh/a4e40ee1231ba6807d75071da593569d to your computer and use it in GitHub Desktop.
Save kwpugh/a4e40ee1231ba6807d75071da593569d to your computer and use it in GitHub Desktop.
My source code
package com.kwpugh.gobber2.lists;
import net.minecraft.item.Item;
public class ItemList
{
public static Item gobber2_ore;
public static Item gobber2_ore_nether;
public static Item gobber2_ore_end;
public static Item gobber2_ingot;
public static Item gobber2_rod;
public static Item gobber2_block;
public static Item gobber2_glob;
public static Item gobber2_sword;
public static Item gobber2_pickaxe;
public static Item gobber2_hammer;
public static Item gobber2_shovel;
public static Item gobber2_axe;
public static Item gobber2_hoe;
public static Item gobber2_helmet;
public static Item gobber2_chestplate;
public static Item gobber2_leggings;
public static Item gobber2_boots;
public static Item gobber2_goo;
public static Item gobber2_gooey_bread;
public static Item gobber2_foo;
public static Item gobber2_ring;
public static Item gobber2_ring_endermen;
public static Item gobber2_ring_miner;
public static Item gobber2_ring_lumberjack;
public static Item gobber2_ring_attraction;
public static Item gobber2_staff_stars;
public static Item gobber2_staff_sniper;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment