diff --git a/main/extensions/penPlus/blocks/cubemapBlocks/createCubemap.svg b/main/extensions/penPlus/blocks/cubemapBlocks/createCubemap.svg
new file mode 100644
index 0000000..9b6196e
--- /dev/null
+++ b/main/extensions/penPlus/blocks/cubemapBlocks/createCubemap.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/main/extensions/penPlus/blocks/cubemapBlocks/cubemapExists.svg b/main/extensions/penPlus/blocks/cubemapBlocks/cubemapExists.svg
new file mode 100644
index 0000000..8203891
--- /dev/null
+++ b/main/extensions/penPlus/blocks/cubemapBlocks/cubemapExists.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/main/extensions/penPlus/blocks/cubemapBlocks/removeCubemap.svg b/main/extensions/penPlus/blocks/cubemapBlocks/removeCubemap.svg
new file mode 100644
index 0000000..43abfb0
--- /dev/null
+++ b/main/extensions/penPlus/blocks/cubemapBlocks/removeCubemap.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/main/extensions/penPlus/blocks/penProperties/stampSprite.svg b/main/extensions/penPlus/blocks/penProperties/stampSprite.svg
new file mode 100644
index 0000000..4721bd4
--- /dev/null
+++ b/main/extensions/penPlus/blocks/penProperties/stampSprite.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/main/extensions/penPlus/cubemapBlocks.html b/main/extensions/penPlus/cubemapBlocks.html
new file mode 100644
index 0000000..5a4942e
--- /dev/null
+++ b/main/extensions/penPlus/cubemapBlocks.html
@@ -0,0 +1,34 @@
+
+ Cubemaps are textures that are formed into the shape of a cube. They are sampled using a normal in a custom shader. Not much to say here. +
+ ++ Adds a cubemap with the 6 desired images to the cubemap library for Pen+ +
++ Returns whether a cubemap with the desired name exists. +
++ Deletes a cubemap from the cubemap library for Pen+ +
+Draws a line between the 2 desired points with the current pen attributes
+Stamps whatever sprite you want.