diff --git a/favmods.html~ b/favmods.html~
index 750e5b2..4a4bafe 100644
--- a/favmods.html~
+++ b/favmods.html~
@@ -163,9 +163,6 @@ I will work on this later
Mods I LikeMy Server
-
-
@@ -90,6 +68,9 @@ and "content" containers, for the box effect. -->
This site focuses on my contributions to the minetest community. Click on the My Mods link to see the mods I have made.
You can also click on the Mods I like link to see mods from othe people that I think are amazing.
My server is not up at the moment but I will update the site when it is.
+
+
+All my work is free and opensource. Download it, use it, share it or modify it all you want. Just do not use it to make money.
@@ -99,7 +80,11 @@ My server is not up at the moment but I will update the site when it is.
My Latest Project
-I will put the latest project here!
+My latest project is mystreets. I have been slowly adding to it and making sure it has what is needed for to make nice streets.
+
+Next I am going to add machines to make asphalt and paint. I might add a machine for signs as well. I also need to add a streetname sign.
+
+You can download everything so far at mystreets
diff --git a/mybricks.html~ b/mybricks.html~
index 83e857d..bb44636 100644
--- a/mybricks.html~
+++ b/mybricks.html~
@@ -76,7 +76,6 @@ mybricks adds lines to many blocks to make them look like bricks. You make a bri
-
-
mycorners adds corners to many default blocks in minetest.
To use simply craft a corner machine. Then put in wood, stone or stone brick. Click Make. This gives you your corner items.
diff --git a/mydoors.html b/mydoors.html
index b9d1bdd..8deabb6 100644
--- a/mydoors.html
+++ b/mydoors.html
@@ -19,7 +19,7 @@
-
+mymeshnodes allows you to make a lot of different shapes in Minetest. They are nice smooth meshnodes. Most of the models were done by VanessaE or ExeterDad. These nodes make building more exciting.
+
+
+
+
Minetest Forum Link - mymeshnodes(not on forum yet)
+
+
To make the items you need to craft a machine.
Go into your inventory and add these items.
diff --git a/mymods.html b/mymods.html
index c69c3b5..2fce3d6 100644
--- a/mymods.html
+++ b/mymods.html
@@ -40,7 +40,7 @@ h1 {font-size:55px}
-
MyMods by Don
+
MyMods for
@@ -99,8 +99,8 @@ and "content" containers, for the box effect. -->
-
+mymulch allows you to use grass, sticks, leaves and other plants to make mulch. You can color the mulch and use it in your garden.
+Plants and trees will grow in it.
+
+
+
+
Minetest Forum Link - mymulch (Not yet on the forum)
-
+mymulch allows you to use grass, sticks, leaves and other plants to make mulch. You can color the mulch and use it in your garden.
+Plants and trees will grow in it.
+
+
+
+
Minetest Forum Link - mymulch (Not yet on the forum)
+worldedge is a mod that teleports the player to the other side of the world when they reach the edge.
+
+
+When the player walks past 30000 in any direction they will be teleported to the other side of the world as if they walked around the world.
+
+
+Krock has made it so when you teleport to the other side you will be at ground height.
+
+
+This mod was created by Amaz, modified by Krock And maintained by Don.
+
+
+
+
+
+You can open the init.lua file and edit the top to make the world smaller.
+
+Just change the 2 lines below. Please note that the newedge needs to be less then the edge. If they are the same then the player will get stuck in a teleport loop. If you want it smaller then change the 30000 and the 29995.
+
+
+At the top of the file you will see these lines. Do not edit the first one. Change the numbers in the second and third lines.
+
+
+
+local count = 0 --Do not change this
+
+local edge = 30000 --sets the edge of map
+
+local newedge = 29995 --sets the other side where player teleports to.
+
+
+
+Here is an example of a map that is only 10000 blocks wide instead of 60000. (the number you see in the file is half of the width of the map).
+
+
+
+local count = 0 --Do not change this
+
+local edge = 5000 --sets the edge of map
+
+local newedge = 4995 --sets the other side where player teleports to.
+
-
+mysponge is a fun little mod the allows you to craft a sponge. When you place the sponge in the water it soaks up the water. Put the sponge into the furnace and it will dry out the sponge. When it dries it will give you back a dry sponge and water.
+
+
+
+