

	#======================
	#	Dungeon_tactics
	#======================
	
	#	Bad_el_Jamso
	
	print("---------------Dungeon_tactics Start------------------");
	
	val goldPlate = <primal:gold_plate>;
	val ironPlate = <primal:iron_plate>;
	val cutLeather = <betterwithmods:material:32>;
	val ironRing = <primal:iron_ring>;
	val ironPin = <primal:iron_pin>;
	val iron = <minecraft:iron_ingot>;
	val haft = <betterwithmods:material:36>;
	val stick = <ore:stickWood>;
	val diamond = <betterwithmods:material:45>;
	val diamondPlate = <primal:diamond_plate>;
	val steel = <betterwithmods:material:14>;
	val plateArmor = <betterwithmods:material:42>;
	val ironNug = <minecraft:iron_nugget>;
	val ironChain = <dungeontactics:ironlinks>;
	
	#hide unused ores
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_ore>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_ore>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stonequartz_ore>);
	
	#hide raw metals
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_block>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_block>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_block>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_nugget>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_ingot>);	
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_nugget>);	
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_ingot>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_nugget>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_ingot>);
		mods.jei.JEI.removeAndHide(<dungeontactics:osmium_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:titanium_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:tungsten_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:platinum_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:lead_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:nickel_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:aluminium_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:copper_cluster>);
		mods.jei.JEI.removeAndHide(<dungeontactics:tin_cluster>);
	
	#bone tools_and_armor
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_hammer>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_battleaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_glaive>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_sword>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_cutlass>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_knife>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_cestus>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_shield>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_helmet>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_chestplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_leggings>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_pickaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_shovel>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_axe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:bone_hoe>);
		
	#silver tools_and_armor
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_hammer>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_battleaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_glaive>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_sword>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_cutlass>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_knife>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_cestus>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_shield>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_hoe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_axe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_shovel>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_plate_faceplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_plate_chestpiece>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_plate_greaves>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_plate_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_helmet>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_chestplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_leggings>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:silver_pickaxe>);
		
	#mithril tools_and_armor
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_hammer>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_battleaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_glaive>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_sword>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_cutlass>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_knife>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_cestus>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_shield>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_plate_faceplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_hoe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_axe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_shovel>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_pickaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_leggings>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_chestplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_helmet>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_plate_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_plate_greaves>);
		mods.jei.JEI.removeAndHide(<dungeontactics:mithril_plate_chestpiece>);
		
	#Steel tools_and_armor
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_helmet>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_chestplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_leggings>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_pickaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_shovel>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_axe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_hoe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_shield>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_sword>);
		mods.jei.JEI.removeAndHide(<dungeontactics:steel_battleaxe>);

			#steel_hammer
				recipes.removeByRecipeName("dungeontactics:weapons/steel_hammer_right");
				recipes.removeByRecipeName("dungeontactics:weapons/steel_hammer_left");
				<dungeontactics:steel_hammer>.displayName = "Refined Hammer";
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_hammer>, [
						[steel, steel, null, null],
						[steel, haft, haft, haft],
						[steel, steel, null, null],
						[null, null, null, null]]);

			#steel_glaive
				recipes.removeByRecipeName("dungeontactics:weapons/steel_glaive");
				<dungeontactics:steel_glaive>.displayName = "Refined glaive";		
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_glaive>, [
						[null, ironPin, null, null],
						[<dungeontactics:steel_knife>, haft, haft, haft],
						[null, ironPin, null, null],
						[null, null, null, null]]);
		
			#steel_cutlass
				recipes.removeByRecipeName("dungeontactics:weapons/steel_cutlass_right");
				recipes.removeByRecipeName("dungeontactics:weapons/steel_cutlass_left");
				<dungeontactics:steel_cutlass>.displayName = "Refined cutlass";		
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_cutlass>, [
						[null, null, null, null],
						[steel, steel, steel, haft],
						[null, null, null, ironRing],
						[null, null, null, null]]);

			#steel_knife	
				recipes.removeByRecipeName("dungeontactics:weapons/steel_knife");
				<dungeontactics:steel_knife>.displayName = "Refined knife";		
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_knife>, [
						[null, steel, steel, haft],
						[null, null, null, ironRing],
						[null, null, null, null],
						[null, null, null, null]]);
				
			#steel_cestus	
				recipes.removeByRecipeName("dungeontactics:weapons/steel_cestus");
				<dungeontactics:steel_cestus>.displayName = "Refined cestus";	
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_cestus>, [
						[<betterwithmods:material:30>, haft, <betterwithmods:material:30>, null],
						[<betterwithmods:material:30>, steel, <betterwithmods:material:30>, null],
						[null, null, null, null],
						[null, null, null, null]]);

			#steel_plate	
				recipes.removeByRecipeName("dungeontactics:armour/steel_plate_faceplate");
				<dungeontactics:steel_plate_faceplate>.displayName = "Refined faceplate";	
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_plate_faceplate>, [
						[null, null, plateArmor, steel],
						[null, null, null, steel],
						[null, null, null, steel],
						[null, null, plateArmor, steel]]);
							
				recipes.removeByRecipeName("dungeontactics:armour/steel_plate_chestpiece");
				<dungeontactics:steel_plate_chestpiece>.displayName = "Refined plate chestpiece";	
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_plate_chestpiece>, [
						[null, plateArmor, plateArmor, steel],
						[null, null, steel, steel],
						[null, null, steel, steel],
						[null, plateArmor, plateArmor, steel]]);
				
				recipes.removeByRecipeName("dungeontactics:armour/steel_plate_boots");
				<dungeontactics:steel_plate_boots>.displayName = "Refined plate boots";		
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_plate_boots>, [
						[null, plateArmor, steel, steel],
						[null, null, null, null],
						[null, null, null, null],
						[null, plateArmor, steel, steel]]);

						
				recipes.removeByRecipeName("dungeontactics:armour/steel_plate_greaves");
				<dungeontactics:steel_plate_greaves>.displayName = "Refined plate greaves";		
					mods.betterwithmods.Anvil.addShaped(<dungeontactics:steel_plate_greaves>, [
						[null, plateArmor, steel, steel],
						[null, plateArmor, null, null],
						[null, plateArmor, null, null],
						[null, plateArmor, steel, steel]]);
	
	#wood tools_and_armor
		mods.jei.JEI.removeAndHide(<dungeontactics:wooden_battleaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:wooden_glaive>);
		mods.jei.JEI.removeAndHide(<dungeontactics:wooden_cutlass>);
		mods.jei.JEI.removeAndHide(<dungeontactics:wooden_knife>);
		mods.jei.JEI.removeAndHide(<dungeontactics:wooden_cestus>);
		mods.jei.JEI.removeAndHide(<dungeontactics:wooden_shield>);
		
		#wooden_hammer
			<dungeontactics:wooden_hammer>.displayName = "Wooden Maul";
			recipes.removeByRecipeName("dungeontactics:weapons/wooden_hammer_right");
			#recipes.removeByRecipeName("dungeontactics:weapons/wooden_hammer_left");
		
	#stone tools_and_armor	
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_battleaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_glaive>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_cutlass>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_cestus>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_shield>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_plate_faceplate>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_plate_chestpiece>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_plate_greaves>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_plate_boots>);
		mods.jei.JEI.removeAndHide(<dungeontactics:stone_knife>);
		
		#stone_hammer
			recipes.removeByRecipeName("dungeontactics:weapons/stone_hammer_right");
		
	#gold tools_and_armor	
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_hammer>);
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_battleaxe>);
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_glaive>);
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_cutlass>);
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_knife>);
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_cestus>);
		mods.jei.JEI.removeAndHide(<dungeontactics:golden_shield>);
		mods.jei.JEI.removeAndHide(<dungeontactics:gold_cluster>);
		
		#golden_plate
			recipes.removeByRecipeName("dungeontacticsarmour/:golden_plate_faceplate");
				recipes.addShaped("ct_golden_plate_faceplate",<dungeontactics:golden_plate_faceplate>,	[
					[ironRing, null, ironRing],
					[cutLeather, null, cutLeather],
					[goldPlate, goldPlate, goldPlate]]);
						
			recipes.removeByRecipeName("dungeontactics:armour/golden_plate_chestpiece");
				recipes.addShaped("ct_golden_plate_chestpiece",<dungeontactics:golden_plate_chestpiece>,	[
					[cutLeather, null, cutLeather],
					[cutLeather, goldPlate, cutLeather],
					[goldPlate, goldPlate, goldPlate]]);
			
			recipes.removeByRecipeName("dungeontactics:armour/golden_plate_boots");
				recipes.addShaped("ct_golden_plate_boots",<dungeontactics:golden_plate_boots>,	[
					[null, null, null],
					[cutLeather, null, cutLeather],
					[goldPlate, null, goldPlate]]);
					
			recipes.removeByRecipeName("dungeontactics:armour/golden_plate_greaves");
				recipes.addShaped("ct_golden_plate_greaves",<dungeontactics:golden_plate_greaves>,	[
					[null, null, null],
					[cutLeather, cutLeather, cutLeather],
					[goldPlate, null, goldPlate]]);
		
		#iron tools_and_armor
			mods.jei.JEI.removeAndHide(<dungeontactics:iron_shield>);
			#iron_hammer
				recipes.removeByRecipeName("dungeontactics:weapons/iron_hammer_right");
				recipes.removeByRecipeName("dungeontactics:weapons/iron_hammer_left");
				recipes.addShaped("ct_iron_hammer",<dungeontactics:iron_hammer>,	[
					[null, iron, iron],
					[null, haft, iron],
					[haft, null, null]]);
		
			#iron_battleaxe
				recipes.removeByRecipeName("dungeontactics:weapons/iron_battleaxe_right");
				recipes.removeByRecipeName("dungeontactics:weapons/iron_battleaxe_left");
				recipes.addShaped("ct_iron_battleaxe",<dungeontactics:iron_battleaxe>,	[
					[null, iron, haft],
					[null, haft, iron],
					[haft, null, null]]);

			#iron_glaive
				recipes.removeByRecipeName("dungeontactics:weapons/iron_glaive");
				recipes.addShaped("ct_iron_glaive",<dungeontactics:iron_glaive>,	[
					[ironPin, <dungeontactics:iron_knife>, ironPin],
					[null, haft, null],
					[null, haft, null]]);
		
			#iron_cutlass
				recipes.removeByRecipeName("dungeontactics:weapons/iron_cutlass_right");
				
			#iron_knife	
				recipes.removeByRecipeName("dungeontactics:weapons/iron_knife");
				recipes.addShaped("ct_iron_knife",<dungeontactics:iron_knife>,	[
					[null, iron, null],
					[null, ironRing, null],
					[null, stick, null]]);
				
			#iron_cestus	
				recipes.removeByRecipeName("dungeontactics:weapons/iron_cestus");
				recipes.addShaped("ct_iron_cestus",<dungeontactics:iron_cestus>,	[
					[<minecraft:iron_nugget>, ironPin, null],
					[iron, stick, null],
					[<minecraft:iron_nugget>, ironPin, null]]);
				
			#iron_plate	
				recipes.removeByRecipeName("dungeontactics:armour/iron_plate_faceplate");
					recipes.addShaped("ct_iron_plate_faceplate",<dungeontactics:iron_plate_faceplate>,	[
						[ironRing, null, ironRing],
						[cutLeather, null, cutLeather],
						[ironPlate, ironPlate, ironPlate]]);
							
				recipes.removeByRecipeName("dungeontactics:armour/iron_plate_chestpiece");
					recipes.addShaped("ct_iron_plate_chestpiece",<dungeontactics:iron_plate_chestpiece>,	[
						[cutLeather, null, cutLeather],
						[cutLeather, ironPlate, cutLeather],
						[ironPlate, ironPlate, ironPlate]]);
				
				recipes.removeByRecipeName("dungeontactics:armour/iron_plate_boots");
					recipes.addShaped("ct_iron_plate_boots",<dungeontactics:iron_plate_boots>,	[
						[null, null, null],
						[cutLeather, null, cutLeather],
						[ironPlate, null, ironPlate]]);
						
				recipes.removeByRecipeName("dungeontactics:armour/iron_plate_greaves");
					recipes.addShaped("ct_iron_plate_greaves",<dungeontactics:iron_plate_greaves>,	[
						[null, null, null],
						[cutLeather, cutLeather, cutLeather],
						[ironPlate, null, ironPlate]]);
				
	#diamond tools_and_armor			
		mods.jei.JEI.removeAndHide(<dungeontactics:diamond_shield>);
			#diamond_hammer
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_hammer_right");
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_hammer_left");
				recipes.addShaped("ct_diamond_hammer",<dungeontactics:diamond_hammer>,	[
					[null, diamond, diamond],
					[null, haft, diamond],
					[haft, null, null]]);
		
			#diamond_battleaxe
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_battleaxe_right");
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_battleaxe_left");
				recipes.addShaped("ct_diamond_battleaxe",<dungeontactics:diamond_battleaxe>,	[
					[null, diamond, haft],
					[null, haft, diamond],
					[haft, null, null]]);

			#diamond_glaive
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_glaive");
				recipes.addShaped("ct_diamond_glaive",<dungeontactics:diamond_glaive>,	[
					[ironPin, <dungeontactics:diamond_knife>, ironPin],
					[null, haft, null],
					[null, haft, null]]);
		
			#diamond_cutlass
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_cutlass_right");
				
			#diamond_knife	
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_knife");
				recipes.addShaped("ct_diamond_knife",<dungeontactics:diamond_knife>,	[
					[null, diamond, null],
					[null, ironRing, null],
					[null, stick, null]]);
				
			#diamond_cestus	
				recipes.removeByRecipeName("dungeontactics:weapons/diamond_cestus");
				recipes.addShaped("ct_",<dungeontactics:diamond_cestus>,	[
					[<betterwithmods:material:46>, ironPin, null],
					[diamond, stick, null],
					[<betterwithmods:material:46>, ironPin, null]]);
				
			#diamond_plate	
				recipes.removeByRecipeName("dungeontactics:armour/diamond_plate_faceplate");
					recipes.addShaped("ct_diamond_plate_faceplate",<dungeontactics:diamond_plate_faceplate>,	[
						[ironRing, null, ironRing],
						[cutLeather, null, cutLeather],
						[diamondPlate, diamondPlate, diamondPlate]]);
							
				recipes.removeByRecipeName("dungeontactics:armour/diamond_plate_chestpiece");
					recipes.addShaped("ct_diamond_plate_chestpiece",<dungeontactics:diamond_plate_chestpiece>,	[
						[cutLeather, null, cutLeather],
						[cutLeather, diamondPlate, cutLeather],
						[diamondPlate, diamondPlate, diamondPlate]]);
				
				recipes.removeByRecipeName("dungeontactics:armour/diamond_plate_boots");
					recipes.addShaped("ct_diamond_plate_boots",<dungeontactics:diamond_plate_boots>,	[
						[null, null, null],
						[cutLeather, null, cutLeather],
						[diamondPlate, null, diamondPlate]]);
						
				recipes.removeByRecipeName("dungeontactics:armour/diamond_plate_greaves");
					recipes.addShaped("ct_diamond_plate_greaves",<dungeontactics:diamond_plate_greaves>,	[
						[null, null, null],
						[cutLeather, cutLeather, cutLeather],
						[diamondPlate, null, diamondPlate]]);
	
	#seasonal	
		mods.jei.JEI.removeAndHide(<dungeontactics:mince_pie>);
		mods.jei.JEI.removeAndHide(<dungeontactics:solstice_gift>);
		mods.jei.JEI.removeAndHide(<dungeontactics:trickortreat_bag>);
		
	#potion fish?	
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_swift>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_swift_cooked>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_flying>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_flying_cooked>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_lava>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_lava_cooked>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_muscle>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_muscle_cooked>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_lung>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_tunnel_cooked>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_tunnel>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_obsidian_cooked>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_obsidian>);
		mods.jei.JEI.removeAndHide(<dungeontactics:fish_lung_cooked>);
	
	#DT flour
		mods.jei.JEI.removeAndHide(<dungeontactics:flour>);
		
	#rations and eye soup
		recipes.removeByRecipeName("dungeontactics:misc/ration_standard");
		recipes.removeByRecipeName("dungeontactics:misc/ration_iron");
		recipes.removeByRecipeName("dungeontactics:misc/ration_gold");
		recipes.removeByRecipeName("dungeontactics:misc/spidereye_soup");
	
	#fire_starter
		recipes.removeByRecipeName("dungeontactics:tools/fire_starter");
		recipes.addShapeless("ct_fire_starter",<dungeontactics:fire_starter>,	
		[stick, stick, <ore:tinder>]);
	
	#leather
		recipes.removeByRecipeName("dungeontactics:armour/studded_helmet");
		<dungeontactics:studded_helmet>.displayName = "Studded Leather Cap";
			recipes.addShaped("ct_studded_helmet",<dungeontactics:studded_helmet>,	[
				[ironNug, ironNug, ironNug],
				[ironChain, <minecraft:leather_helmet>, ironChain],
				[ironNug, ironNug, ironNug]]);		
		
		recipes.removeByRecipeName("dungeontactics:armour/studded_chestplate");
		<dungeontactics:studded_chestplate>.displayName = "Studded Leather Brigandine";
			recipes.addShaped("ct_studded_chestplate",<dungeontactics:studded_chestplate>,	[
				[ironNug, ironNug, ironNug],
				[ironChain, <minecraft:leather_chestplate>, ironChain],
				[ironNug, ironNug, ironNug]]);		
		
		recipes.removeByRecipeName("dungeontactics:armour/studded_leggings");
		<dungeontactics:studded_leggings>.displayName = "Studded Leather Pants";
			recipes.addShaped("ct_studded_leggings",<dungeontactics:studded_leggings>,	[
				[ironNug, ironNug, ironNug],
				[ironChain, <minecraft:leather_leggings>, ironChain],
				[ironNug, ironNug, ironNug]]);		

		recipes.removeByRecipeName("dungeontactics:armour/studded_boots");
			recipes.addShaped("ct_studded_boots",<dungeontactics:studded_boots>,	[
				[ironNug, ironNug, ironNug],
				[ironChain, <minecraft:leather_boots>, ironChain],
				[ironNug, ironNug, ironNug]]);		
	
	print("---------------Dungeon_tactics Fin------------------");