+
+
\ No newline at end of file
diff --git a/_includes/project.njk b/_includes/project.njk
index c292a99..5bb3186 100644
--- a/_includes/project.njk
+++ b/_includes/project.njk
@@ -11,15 +11,17 @@
{% include "header.njk" %}
+ {% if logoName and logoExtension %}
+ {% endif %}
This is a project that aims to preserve Minecraft Beta mods and plugins through archives of documentation and JARs and showcase new plugins for beta.
featured projects
diff --git a/projects/aboukkit/index.md b/projects/aboukkit/index.md
index 28adc04..5335751 100644
--- a/projects/aboukkit/index.md
+++ b/projects/aboukkit/index.md
@@ -1,9 +1,8 @@
---
-layout: "project.njk"
-projectName: "Aboukkit"
-projectSubtitle: "A simple way to add custom commands with custom responses to your server."
-projectAuthor: "tenkuma"
-projectDownloadLink: "https://modrinth.com/plugin/aboukkit/versions"
+name: "Aboukkit"
+subtitle: "A simple way to add custom commands with custom responses to your server."
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/aboukkit/versions"
backgroundImageSize: "cover"
logoName: "logo"
logoExtension: "png"
diff --git a/projects/consolehud/index.md b/projects/consolehud/index.md
new file mode 100644
index 0000000..2660523
--- /dev/null
+++ b/projects/consolehud/index.md
@@ -0,0 +1,19 @@
+---
+name: "Console HUD"
+subtitle: "A simple way to add custom commands with custom responses to your server."
+author: "LO6AN"
+downloadLink: "https://archive.org/details/console-hud-v-1.1/12548478.png"
+tags: mod
+---
+## Description
+This mod is made to replicate the HUD given to you by the console version of the game. It shifts the hotbar upwards and reorients the way lighting is shown on the blocks to make it better match. The controls are not displayed on the bottom, nor are any other interface elements tweaked. This mod does not allow you to play with a controller, for that I recommend using AntiMicro.
+
+## Classes Edited
+- ```uq.class``` (GuiIngame.java)
+
+## Installation
+- Add files to Minecraft.jar
+
+For MultiMC, this means creating a Beta 1.7.3 Instance, clicking the "Add to Minecraft.jar" button within the Version Window, and selecting the zip for this mod
+
+For the Vanilla launcher, this means cramming the edited class files from this mod into your Beta 1.7.3 Jar.
\ No newline at end of file
diff --git a/projects/devilwithin/index.md b/projects/devilwithin/index.md
new file mode 100644
index 0000000..256aa19
--- /dev/null
+++ b/projects/devilwithin/index.md
@@ -0,0 +1,40 @@
+---
+name: "The Devil Within"
+subtitle: "Adds enchanting to Minecraft Beta. Supports balancing through curses."
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/devilwithin/versions"
+logoName: "logo"
+logoExtension: "png"
+tags: plugin
+---
+This plugin is a remake of [GoldEnchant](https://dev.bukkit.org/projects/goldenchant/).
+This plugin depends on [tenkumaLib](https://modrinth.com/plugin/tenkumalib).
+
+Have you ever wanted to have enchantments in your beta server? This is the plugin you want.
+
+## Enchanting
+To enchant a armor piece you need to interact to a diamond block with a diamond armor piece in your hand.
+
+## Enchantments and Curses
+All of those enchantments will not take effect if the damage exceeds the player's HP. An armor get cursed if it's durability is below 30%. Spooky bad stuff will happen if your armor is cursed :D
+
+### Helmet
+ - Prevents the player from drowning.
+ - The player cannot sleep. If the player try to sleep a entity will tell the player the text set in the config.
+
+### Chestplate
+ - Prevents fire damage. Does not prevent lava damage.
+ - Protects the player from fire damage only half of the time, also has a 25% chance to ignite the player every time it takes damage.
+
+### Leggings
+ - Nothing for now. Only useful for the full-set perks.
+ - Makes player run slower 50% of the time a PlayerMoveEvent happens. The speed is randomly generated.
+
+### Boots
+Prevents fall damage.
+
+### Full-set perks
+If the player has a full-set of enchanted armor the condition of the damage being taken if it's greater than the player's HP is ignored, also the player gets immune to contact damage (cactus), lava damage and lava damage.
+
+## Config
+Everything is explained in the config file's comments, in case it changes.
\ No newline at end of file
diff --git a/projects/devilwithin/logo.png b/projects/devilwithin/logo.png
new file mode 100644
index 0000000..c45713c
Binary files /dev/null and b/projects/devilwithin/logo.png differ
diff --git a/projects/ghostsandstuff/index.md b/projects/ghostsandstuff/index.md
index a714e9e..8451261 100644
--- a/projects/ghostsandstuff/index.md
+++ b/projects/ghostsandstuff/index.md
@@ -1,9 +1,8 @@
---
-layout: "project.njk"
-projectName: "Ghosts 'n Stuff"
-projectSubtitle: "Miscellaneous additions to your Minecraft server."
-projectAuthor: "tenkuma"
-projectDownloadLink: "https://modrinth.com/plugin/ghosts/versions"
+name: "Ghosts 'n Stuff"
+subtitle: "Miscellaneous additions to your Minecraft server."
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/ghosts/versions"
backgroundImageSize: "cover"
logoName: "logo"
logoExtension: "png"
diff --git a/projects/hangglidere/index.md b/projects/hangglidere/index.md
new file mode 100644
index 0000000..198b9e8
--- /dev/null
+++ b/projects/hangglidere/index.md
@@ -0,0 +1,7 @@
+---
+name: "HangGlideRE"
+subtitle: ""
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/aboukkit/versions"
+tags: plugin
+---
diff --git a/projects/projects.json b/projects/projects.json
new file mode 100644
index 0000000..4aa7873
--- /dev/null
+++ b/projects/projects.json
@@ -0,0 +1 @@
+{ "layout": "project.njk" }
\ No newline at end of file
diff --git a/projects/tefreezer/index.md b/projects/tefreezer/index.md
new file mode 100644
index 0000000..3d174c1
--- /dev/null
+++ b/projects/tefreezer/index.md
@@ -0,0 +1,24 @@
+---
+name: "teFreezer"
+subtitle: "Force your players to refrigerate their food by rotting food in unrefrigerated chests!"
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/freezer/versions"
+logoName: "logo"
+logoExtension: "png"
+tags: plugin
+---
+
+
+teFreezer is a fork of [Freezer by outadoc](https://dev.bukkit.org/projects/freezer), logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/food_pepper.png).
+
+This plugins purpose is to force people in your server to refrigerate their food by placing a cold block around their chest with the food. In case there is no cold block around the chest, it will turn the food into a rotted item.
+
+## Configuration
+In the ```config.yml``` you can set these values:
+- Cold blocks
+- Resulting itens
+- Itens that can rot
+- Message for when the user let food rot
+
+## Why fork?
+I have forked this plugin because I was really anoyed by the original plugin that broadcasts the message to the whole server once anyone let food rot and the lack of a configuration file.
\ No newline at end of file
diff --git a/projects/tefreezer/logo.png b/projects/tefreezer/logo.png
new file mode 100644
index 0000000..6f2ccc6
Binary files /dev/null and b/projects/tefreezer/logo.png differ
diff --git a/projects/tenkumalib/index.md b/projects/tenkumalib/index.md
new file mode 100644
index 0000000..b369eb3
--- /dev/null
+++ b/projects/tenkumalib/index.md
@@ -0,0 +1,9 @@
+---
+name: "tenkuma's Library"
+subtitle: "Library to support my other plugins. Does nothing on it's own."
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/tenkumalib/versions"
+logoName: "logo"
+logoExtension: "png"
+tags: "plugin"
+---
diff --git a/projects/tenkumalib/logo.png b/projects/tenkumalib/logo.png
new file mode 100644
index 0000000..312682a
Binary files /dev/null and b/projects/tenkumalib/logo.png differ
diff --git a/projects/timekeeper/index.md b/projects/timekeeper/index.md
new file mode 100644
index 0000000..01dbc6b
--- /dev/null
+++ b/projects/timekeeper/index.md
@@ -0,0 +1,21 @@
+---
+name: "TimeKeeper"
+subtitle: "Syncs real world time with your Minecraft server time."
+author: "tenkuma"
+downloadLink: "https://modrinth.com/plugin/timekeeper/versions"
+logoName: "logo"
+logoExtension: "png"
+tags: plugin
+---
+This is a plugin for Minecraft beta that syncs the real world time with your in-game time. Logo by [malcolmriley](https://github.com/malcolmriley/unused-textures/blob/master/items/).
+
+## How it works
+It will calculate and change the game time every second (that's 20 ticks and can be changed in the config), it will use your computer's timezone as default if the config `timezone` value does not exist.
+
+## Performance
+I am not sure if this plugin has any significant performance hit, it runs code every few ticks (you can in/decrease the frequency in the config) and that is not the best approach for doing this, but it's the only that works in beta. Using it with `ticksBetweenUpdate: 1` does not seem to change the performance in any way. The specifications for the computer used for the tests:
+
+```Host: 83AF IdeaPad 1 14IAU7
+CPU: 12th Gen Intel i5-1235U (12) @ 1.300GHz
+GPU: Intel Alder Lake-UP3 GT2 [Iris Xe Graphics]
+Memory: 10097MiB / 15709MiB```
\ No newline at end of file
diff --git a/projects/timekeeper/logo.png b/projects/timekeeper/logo.png
new file mode 100644
index 0000000..92cbfce
Binary files /dev/null and b/projects/timekeeper/logo.png differ
diff --git a/search.html b/search.html
index 46d003f..2a28417 100644
--- a/search.html
+++ b/search.html
@@ -13,11 +13,15 @@ layout: "base.njk"
}
+
Welcome to neoBeta's search, here you can search through our whole database of plugins, mods and authors. You may want to filter out the results using the dropdown menu below. The search is done on your device using elasticlunr.
+
-
\ No newline at end of file
+
\ No newline at end of file