diff --git a/Blocktest/Content/Graphics/Blocks/copper.png b/Blocktest/Content/Graphics/Blocks/copper.png
new file mode 100644
index 0000000..1bbc66f
Binary files /dev/null and b/Blocktest/Content/Graphics/Blocks/copper.png differ
diff --git a/Blocktest/Content/Graphics/Blocks/gold.png b/Blocktest/Content/Graphics/Blocks/gold.png
new file mode 100644
index 0000000..4762d42
Binary files /dev/null and b/Blocktest/Content/Graphics/Blocks/gold.png differ
diff --git a/Blocktest/Content/Graphics/Blocks/iron.png b/Blocktest/Content/Graphics/Blocks/iron.png
new file mode 100644
index 0000000..3088e5d
Binary files /dev/null and b/Blocktest/Content/Graphics/Blocks/iron.png differ
diff --git a/Blocktest/Content/Graphics/Blocks/silver.png b/Blocktest/Content/Graphics/Blocks/silver.png
new file mode 100644
index 0000000..01fb840
Binary files /dev/null and b/Blocktest/Content/Graphics/Blocks/silver.png differ
diff --git a/Blocktest/Icon.bmp b/Blocktest/Icon.bmp
index 936fd42..fb6f8a4 100644
Binary files a/Blocktest/Icon.bmp and b/Blocktest/Icon.bmp differ
diff --git a/Shared/Content/Blocks/Copper.yml b/Shared/Content/Blocks/Copper.yml
new file mode 100644
index 0000000..83ea1e8
--- /dev/null
+++ b/Shared/Content/Blocks/Copper.yml
@@ -0,0 +1,2 @@
+BlockName: Copper
+BlockSmoothing: true
\ No newline at end of file
diff --git a/Shared/Content/Blocks/Gold.yml b/Shared/Content/Blocks/Gold.yml
new file mode 100644
index 0000000..eae9e3e
--- /dev/null
+++ b/Shared/Content/Blocks/Gold.yml
@@ -0,0 +1,2 @@
+BlockName: Gold
+BlockSmoothing: true
\ No newline at end of file
diff --git a/Shared/Content/Blocks/Iron.yml b/Shared/Content/Blocks/Iron.yml
new file mode 100644
index 0000000..f0eafe0
--- /dev/null
+++ b/Shared/Content/Blocks/Iron.yml
@@ -0,0 +1,2 @@
+BlockName: Iron
+BlockSmoothing: true
\ No newline at end of file
diff --git a/Shared/Content/Blocks/Silver.yml b/Shared/Content/Blocks/Silver.yml
new file mode 100644
index 0000000..a0467ca
--- /dev/null
+++ b/Shared/Content/Blocks/Silver.yml
@@ -0,0 +1,2 @@
+BlockName: Silver
+BlockSmoothing: true
\ No newline at end of file
diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj
index 091f9f9..0eaa47b 100644
--- a/Shared/Shared.csproj
+++ b/Shared/Shared.csproj
@@ -4,12 +4,18 @@
enable
-
-
+
+
+
+
+
+
+
+