//////
//
//THIS IS A FILE TO COPY / PASTA 
//
//////




primal:flint_workblade


roots:spellcraft_book
roots:herblore_book


antiqueatlas:empty_antique_atlas


primal_tech:stone_grill
progressiontweaks:flat_bread


astikoor:wheel
astikoor:cargocart


minecraft:leather
minecraft:lead
minecraft:saddle

betterwithaddons:bowl
primal:salt_void_dust
primal:salt_fire_dust
primal:salt_netjry_dust
primal:salt_halite_dust
betterwithaddons:pond_base

primal_tech:fluid_bladder

minecraft:leather


minecraft:lead


tcomplement:porcelain_melter


progressiontweaks:spear
progressiontweaks:tomahawk
horsepower:chopper
horsepower:grindstone
horsepower:press

criteria2.setEntityType("jaff:cod")
criteria3.setEntityType("jaff:pufferfish")
criteria4.setEntityType("jaff:salmon")



immcraft:furnace

prospectors:prospector_lowest







minecraft:chest
minecraft:furnace
geolosys:ore:2
geolosys:ore:3
geolosys:ore:4
geolosys:ore:5


primal_tech:stone_anvil

dungpipe:dung_pipe
dungpipe:sewer_pipe

minecraft:stone_button
minecraft:wooden_button
abyssalcraft:dsbutton
abyssalcraft:dltbutton
abyssalcraft:abybutton
abyssalcraft:cstonebutton
natura:nether_button
natura:maple_button
natura:silverbell_button
natura:amaranth_button
natura:tiger_button
natura:willow_button
natura:eucalyptus_button
natura:hopseed_button
natura:sakura_button
natura:redwood_button
natura:ghostwood_button
natura:bloodwood_button
natura:darkwood_button
natura:fusewood_button




0	Black			black
1	Dark Blue		dark_blue
2	Dark Green		dark_green
3	Dark Aqua		dark_aqua
4	Dark Red		dark_red
5	Dark Purple		dark_purple
6	Gold			gold
7	Gray			gray
8	Dark Gray		dark_gray	
9	Blue			blue
a	Green			green
b	Aqua			aqua
c	Red				red
d	Light Purple	light_purple
e	Yellow			yellow
f	White			white



Copper
Tin
Bronze


substratum:gear:3
substratum:gear:4
substratum:gear:5

substratum:plate:2
substratum:plate:3
substratum:plate:4

substratum:rod:2
substratum:rod:3
substratum:rod:4




contenttweaker:material_part:55
contenttweaker:material_part:65
contenttweaker:material_part:105




embers:ember_activator
embers:ember_emitter
embers:ember_receiver


<embers:pump>

chisel:blockbronze

<beneath:teleporterbeneath>



var aquamarine = MaterialSystem.getMaterialBuilder().setName("Aquamarine").setColor(8388564).build();
aquamarine.register("ore"); 
ore.addDataPiece("drop", "astralsorcery:aquamarine")



var ender = MaterialSystem.getMaterialBuilder().setName("Ender Pearl").setColor(2869678).build();
var enderFluid = ender.registerPart("molten");
var fluidEnderData = enderFluid.getData();
fluidEnderData.addDataValue("density", "4000");
fluidEnderData.addDataValue("viscosity", "3000");
fluidEnderData.addDataValue("resistance", "550");
fluidEnderData.addDataValue("vaporize", "false");


- 

var ender = MaterialSystem.getMaterialBuilder().setName("Ender Pearl").setColor(2869678).build();


var ender = variable name (Must be Unique, Duh)
-  MaterialSystem.getMaterialBuilder()   = Gets the Material Building Code
- .setName("Ender Pearl")                = Sets the Name of the Material Entry
- .setColor(2869678)                     = Sets the color value of the Material Entry
- .build();                              = Compiles(Builds) the Material Entry using the values given.

- 

var enderFluid = ender.registerPart("molten");


var enderFluid                           = Sets a variable for the creation of the part
ender.registerPart("molten");            = Registers the part type of "molten" to that material. 
                                                                         This creates the "Molten Ender Pearl" fluid block using the color and name data from the "ender" variable.
var fluidEnderData = enderFluid.getData();


var fluidEnderData                       = Sets a variable for the "Getting" & "Setting" of the Data of the material
enderFluid.getData();                    = Sets gets the data storage of the "enderFluid" variable which in this case is the "molten" part.


fluidEnderData.addDataValue("density", "4000");
fluidEnderData.addDataValue("viscosity", "3000");
fluidEnderData.addDataValue("temperature", "550");
fluidEnderData.addDataValue("vaporize", "false");


fluidEnderData                           = Variable
.addDataValue("density", "4000");         = Adds the datavalue for "density" to the molten part using an int value.
.addDataValue("viscosity", "3000");      = Adds the datavalue for "viscosity" to the molten part using an int value.
.addDataValue("temperature", "550");     = Adds the datavalue for "temperature" to the molten part using an int value.
.addDataValue("vaporize", "false");      = Adds the datavalue for "vaporize" to the molten part using an boolean value.

density                                  = "density" is an arbitrary value that decides if the fluid is "dense" or "light"
viscosity                                = "viscosity" is the value that decides how fast the fluid should "disperse" outwards.
temperature                              = "temperature" is the value that decides the temperature of the fluid(duh).
vaporize                                 = "vaporize" is the value that decides if the fluid should "vaporize" in the Nether.



Custom Colors for advancements
setUncompletedIconColor(1)
setCompletedIconColor(101)
setUncompletedTitleColor(1001)
setCompletedTitleColor(10001)



95 JSON files discovered.
C:\Temp\structures\aurora_boss\aurora_boss.json
C:\Temp\structures\aurora_cache\aurora_cache.json
 
C:\Temp\structures\aurora_cache\common.json
minecraft:stick
minecraft:coal
minecraft:arrow
twilightforest:maze_wafer
minecraft:ice
minecraft:packed_ice
twilightforest:ironwood_ingot
 
C:\Temp\structures\aurora_cache\rare.json
twilightforest:arctic_fur
twilightforest:ice_bow
twilightforest:ender_bow
twilightforest:ice_sword
 
C:\Temp\structures\aurora_cache\ultrarare.json
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
 
C:\Temp\structures\aurora_cache\uncommon.json
twilightforest:aurora_block
twilightforest:ironwood_ingot
twilightforest:firefly
twilightforest:charm_of_keeping_1
twilightforest:arctic_fur
 
C:\Temp\structures\aurora_room\aurora_room.json
 
C:\Temp\structures\aurora_room\common.json
minecraft:ice
minecraft:packed_ice
twilightforest:maze_wafer
twilightforest:ice_bomb
twilightforest:firefly
 
C:\Temp\structures\aurora_room\rare.json
twilightforest:ice_bow
twilightforest:ender_bow
twilightforest:ice_sword
twilightforest:glass_sword
 
C:\Temp\structures\aurora_room\uncommon.json
twilightforest:arctic_fur
twilightforest:arctic_leggings
twilightforest:arctic_chestplate
twilightforest:arctic_helmet
twilightforest:arctic_boots
twilightforest:knightmetal_chestplate
twilightforest:knightmetal_sword
twilightforest:charm_of_life_1
 
C:\Temp\structures\basement\basement.json
 
C:\Temp\structures\basement\common.json
minecraft:potion
minecraft:rotten_flesh
minecraft:poisonous_potato
minecraft:wheat
minecraft:potato
minecraft:carrot
minecraft:melon
minecraft:water_bucket
minecraft:torch
minecraft:mushroom_stew
minecraft:milk_bucket
minecraft:melon_seeds
 
C:\Temp\structures\basement\rare.json
minecraft:speckled_melon
minecraft:apple
minecraft:map
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\basement\ultrarare.json
minecraft:golden_apple
minecraft:golden_carrot
minecraft:cake
minecraft:boat
twilightforest:twilight_sapling
 
C:\Temp\structures\basement\uncommon.json
minecraft:bread
minecraft:cooked_beef
minecraft:cooked_porkchop
minecraft:baked_potato
minecraft:cooked_chicken
minecraft:cooked_fish
 
C:\Temp\structures\darktower_boss\common.json
twilightforest:carminite
 
C:\Temp\structures\darktower_boss\darktower_boss.json
 
C:\Temp\structures\darktower_boss\rare.json
twilightforest:trophy
 
C:\Temp\structures\darktower_boss\uncommon.json
twilightforest:fiery_tears
 
C:\Temp\structures\darktower_cache\common.json
minecraft:stick
minecraft:coal
minecraft:arrow
twilightforest:experiment_115
minecraft:wool
minecraft:redstone
 
C:\Temp\structures\darktower_cache\darktower_cache.json
 
C:\Temp\structures\darktower_cache\rare.json
twilightforest:steeleaf_ingot
minecraft:diamond
 
C:\Temp\structures\darktower_cache\uncommon.json
minecraft:redstone_lamp
minecraft:iron_ingot
twilightforest:ironwood_ingot
twilightforest:firefly
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\darktower_key\common.json
minecraft:iron_ingot
twilightforest:experiment_115
minecraft:gunpowder
twilightforest:ironwood_ingot
twilightforest:firefly
minecraft:redstone
minecraft:glowstone_dust
 
C:\Temp\structures\darktower_key\darktower_key.json
twilightforest:tower_key
 
C:\Temp\structures\darktower_key\rare.json
twilightforest:charm_of_life_1
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
 
C:\Temp\structures\darktower_key\uncommon.json
twilightforest:steeleaf_ingot
twilightforest:steeleaf_leggings
twilightforest:steeleaf_chestplate
twilightforest:steeleaf_helmet
twilightforest:steeleaf_boots
twilightforest:steeleaf_pickaxe
twilightforest:ironwood_chestplate
twilightforest:ironwood_sword
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\hedge_maze\common.json
minecraft:planks
minecraft:brown_mushroom
minecraft:red_mushroom
minecraft:wheat
minecraft:string
minecraft:stick
 
C:\Temp\structures\hedge_maze\hedge_maze.json
 
C:\Temp\structures\hedge_maze\rare.json
minecraft:web
minecraft:shears
minecraft:saddle
minecraft:bow
minecraft:apple
 
C:\Temp\structures\hedge_maze\ultrarare.json
minecraft:diamond_hoe
minecraft:diamond
minecraft:mushroom_stew
minecraft:golden_apple
 
C:\Temp\structures\hedge_maze\uncommon.json
minecraft:melon
minecraft:melon_seeds
minecraft:pumpkin_seeds
minecraft:arrow
twilightforest:firefly
 
C:\Temp\structures\hill_1\common.json
minecraft:iron_ingot
minecraft:wheat
minecraft:string
minecraft:bucket
 
C:\Temp\structures\hill_1\hill_1.json
 
C:\Temp\structures\hill_1\rare.json
minecraft:gold_ingot
minecraft:iron_pickaxe
twilightforest:liveroot
 
C:\Temp\structures\hill_1\ultrarare.json
twilightforest:transformation_powder
minecraft:diamond
twilightforest:steeleaf_ingot
 
C:\Temp\structures\hill_1\uncommon.json
minecraft:bread
twilightforest:ore_magnet
minecraft:gunpowder
minecraft:arrow
minecraft:torch
 
C:\Temp\structures\hill_2\common.json
minecraft:iron_ingot
minecraft:carrot
minecraft:ladder
minecraft:bucket
 
C:\Temp\structures\hill_2\hill_2.json
 
C:\Temp\structures\hill_2\rare.json
twilightforest:naga_scale
twilightforest:uncrafting_table
twilightforest:transformation_powder
 
C:\Temp\structures\hill_2\ultrarare.json
twilightforest:peacock_fan
minecraft:emerald
minecraft:diamond
twilightforest:charm_of_life_1
 
C:\Temp\structures\hill_2\uncommon.json
minecraft:baked_potato
twilightforest:ore_magnet
twilightforest:ironwood_ingot
minecraft:arrow
minecraft:torch
 
C:\Temp\structures\hill_3\common.json
minecraft:gold_nugget
minecraft:potato
minecraft:fish
twilightforest:torchberries
 
C:\Temp\structures\hill_3\hill_3.json
 
C:\Temp\structures\hill_3\rare.json
twilightforest:naga_scale
twilightforest:ironwood_pickaxe
twilightforest:transformation_powder
 
C:\Temp\structures\hill_3\ultrarare.json
twilightforest:moonworm_queen
twilightforest:twilight_sapling
minecraft:diamond
twilightforest:charm_of_life_1
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\hill_3\uncommon.json
minecraft:pumpkin_pie
twilightforest:ore_magnet
minecraft:gunpowder
minecraft:arrow
minecraft:torch
twilightforest:steeleaf_ingot
 
C:\Temp\structures\labyrinth_dead_end\common.json
minecraft:stick
minecraft:coal
minecraft:arrow
twilightforest:maze_wafer
minecraft:paper
minecraft:leather
minecraft:mushroom_stew
 
C:\Temp\structures\labyrinth_dead_end\labyrinth_dead_end.json
 
C:\Temp\structures\labyrinth_dead_end\rare.json
twilightforest:steeleaf_ingot
minecraft:golden_apple
minecraft:blaze_rod
 
C:\Temp\structures\labyrinth_dead_end\uncommon.json
minecraft:milk_bucket
minecraft:paper
minecraft:iron_ingot
twilightforest:ironwood_ingot
twilightforest:firefly
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\labyrinth_room\common.json
minecraft:iron_ingot
twilightforest:maze_wafer
minecraft:gunpowder
twilightforest:ironwood_ingot
twilightforest:firefly
minecraft:milk_bucket
 
C:\Temp\structures\labyrinth_room\labyrinth_room.json
 
C:\Temp\structures\labyrinth_room\rare.json
twilightforest:maze_map_focus
minecraft:tnt
minecraft:potion
 
C:\Temp\structures\labyrinth_room\uncommon.json
twilightforest:steeleaf_ingot
twilightforest:steeleaf_leggings
twilightforest:steeleaf_chestplate
twilightforest:steeleaf_helmet
twilightforest:steeleaf_boots
twilightforest:steeleaf_pickaxe
twilightforest:ironwood_chestplate
twilightforest:ironwood_sword
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\labyrinth_vault\common.json
minecraft:iron_ingot
minecraft:emerald
twilightforest:maze_wafer
twilightforest:ironwood_ingot
minecraft:potion
minecraft:potion
minecraft:potion
 
C:\Temp\structures\labyrinth_vault\labyrinth_vault.json
 
C:\Temp\structures\labyrinth_vault\rare.json
minecraft:emerald_block
minecraft:ender_chest
twilightforest:steeleaf_pickaxe
twilightforest:steeleaf_sword
twilightforest:steeleaf_sword
twilightforest:mazebreaker_pickaxe
 
C:\Temp\structures\labyrinth_vault\uncommon.json
minecraft:bow
minecraft:bow
twilightforest:steeleaf_shovel
twilightforest:steeleaf_axe
twilightforest:steeleaf_ingot
twilightforest:steeleaf_chestplate
twilightforest:steeleaf_leggings
twilightforest:steeleaf_boots
twilightforest:steeleaf_helmet
 
C:\Temp\structures\stronghold_boss\common.json
twilightforest:knightmetal_sword
twilightforest:knightmetal_pickaxe
twilightforest:knightmetal_axe
 
C:\Temp\structures\stronghold_boss\rare.json
twilightforest:phantom_helmet
twilightforest:phantom_chestplate
 
C:\Temp\structures\stronghold_boss\stronghold_boss.json
 
C:\Temp\structures\stronghold_boss\uncommon.json
twilightforest:phantom_helmet
twilightforest:phantom_chestplate
 
C:\Temp\structures\stronghold_cache\common.json
minecraft:stick
minecraft:coal
minecraft:arrow
twilightforest:maze_wafer
minecraft:wool
minecraft:iron_ingot
 
C:\Temp\structures\stronghold_cache\rare.json
twilightforest:knightmetal_ingot
minecraft:bow
minecraft:iron_sword
twilightforest:ironwood_sword
twilightforest:steeleaf_sword
 
C:\Temp\structures\stronghold_cache\stronghold_cache.json
 
C:\Temp\structures\stronghold_cache\ultrarare.json
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
minecraft:enchanted_book
 
C:\Temp\structures\stronghold_cache\uncommon.json
minecraft:bucket
minecraft:iron_ingot
twilightforest:ironwood_ingot
twilightforest:firefly
twilightforest:charm_of_keeping_1
twilightforest:armor_shard
 
C:\Temp\structures\stronghold_room\common.json
minecraft:iron_ingot
twilightforest:maze_wafer
minecraft:gunpowder
twilightforest:ironwood_ingot
twilightforest:firefly
minecraft:milk_bucket
 
C:\Temp\structures\stronghold_room\rare.json
twilightforest:maze_map_focus
minecraft:bow
minecraft:iron_sword
twilightforest:ironwood_sword
twilightforest:steeleaf_sword
minecraft:diamond_sword
 
C:\Temp\structures\stronghold_room\stronghold_room.json
 
C:\Temp\structures\stronghold_room\uncommon.json
twilightforest:steeleaf_ingot
twilightforest:steeleaf_leggings
twilightforest:steeleaf_chestplate
twilightforest:steeleaf_helmet
twilightforest:steeleaf_boots
twilightforest:steeleaf_pickaxe
twilightforest:ironwood_chestplate
twilightforest:ironwood_sword
twilightforest:charm_of_life_1
 
C:\Temp\structures\tower_library\common.json
minecraft:glass_bottle
minecraft:potion
minecraft:ladder
minecraft:paper
minecraft:bone
minecraft:gold_nugget
minecraft:clay_ball
 
C:\Temp\structures\tower_library\rare.json
minecraft:bow
minecraft:stone_sword
minecraft:wooden_sword
minecraft:splash_potion
minecraft:potion
minecraft:potion
minecraft:potion
 
C:\Temp\structures\tower_library\tower_library.json
 
C:\Temp\structures\tower_library\ultrarare.json
minecraft:golden_pickaxe
minecraft:iron_sword
minecraft:bow
minecraft:bookshelf
minecraft:ender_pearl
minecraft:experience_bottle
 
C:\Temp\structures\tower_library\uncommon.json
minecraft:iron_leggings
minecraft:fire_charge
minecraft:book
minecraft:map
minecraft:potion
minecraft:potion
minecraft:potion
 
C:\Temp\structures\tower_room\common.json
minecraft:glass_bottle
minecraft:potion
minecraft:sugar
minecraft:spider_eye
minecraft:ghast_tear
minecraft:magma_cream
minecraft:fermented_spider_eye
minecraft:speckled_melon
minecraft:blaze_powder
minecraft:paper
 
C:\Temp\structures\tower_room\rare.json
minecraft:golden_helmet
minecraft:potion
minecraft:potion
minecraft:splash_potion
minecraft:splash_potion
twilightforest:transformation_powder
twilightforest:charm_of_life_1
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\tower_room\tower_room.json
 
C:\Temp\structures\tower_room\ultrarare.json
minecraft:golden_axe
minecraft:ender_pearl
minecraft:obsidian
minecraft:diamond
twilightforest:moonworm_queen
twilightforest:peacock_fan
 
C:\Temp\structures\tower_room\uncommon.json
minecraft:golden_sword
minecraft:golden_sword
minecraft:potion
minecraft:potion
minecraft:potion
minecraft:potion
 
C:\Temp\structures\tree_cache\common.json
minecraft:poisonous_potato
minecraft:wheat
minecraft:potato
minecraft:carrot
minecraft:melon
minecraft:water_bucket
minecraft:milk_bucket
minecraft:melon_seeds
 
C:\Temp\structures\tree_cache\rare.json
minecraft:pumpkin_pie
minecraft:apple
twilightforest:charm_of_life_1
twilightforest:charm_of_keeping_1
 
C:\Temp\structures\tree_cache\tree_cache.json
 
C:\Temp\structures\tree_cache\ultrarare.json
twilightforest:twilight_sapling
twilightforest:twilight_sapling
twilightforest:twilight_sapling
twilightforest:twilight_sapling
twilightforest:twilight_sapling
 
C:\Temp\structures\tree_cache\uncommon.json
twilightforest:firefly
twilightforest:twilight_sapling
twilightforest:twilight_sapling
twilightforest:twilight_sapling
twilightforest:twilight_sapling
 
C:\Temp\structures\troll_garden\common.json
minecraft:red_mushroom
minecraft:brown_mushroom
minecraft:wheat_seeds
minecraft:carrot
minecraft:potato
minecraft:melon_seeds
minecraft:dye
 
C:\Temp\structures\troll_garden\rare.json
twilightforest:magic_beans
 
C:\Temp\structures\troll_garden\troll_garden.json
 
C:\Temp\structures\troll_garden\uncommon.json
twilightforest:uberous_soil
 
C:\Temp\structures\troll_vault\common.json
minecraft:coal
twilightforest:torchberries
minecraft:emerald
 
C:\Temp\structures\troll_vault\rare.json
twilightforest:lamp_of_cinders
 
C:\Temp\structures\troll_vault\troll_vault.json
 
C:\Temp\structures\troll_vault\uncommon.json
twilightforest:trollsteinn
minecraft:obsidian
 
95 files run through