Added tags to search result, search no long matches the project tags (the ones used for filtering) and implemented author page that show up on search.

This commit is contained in:
天クマ 2025-10-25 19:51:28 -03:00
commit e54f2336db
27 changed files with 244 additions and 89 deletions

View file

@ -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"

View file

@ -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.

View file

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -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"

View file

@ -0,0 +1,7 @@
---
name: "HangGlideRE"
subtitle: ""
author: "tenkuma"
downloadLink: "https://modrinth.com/plugin/aboukkit/versions"
tags: plugin
---

1
projects/projects.json Normal file
View file

@ -0,0 +1 @@
{ "layout": "project.njk" }

View file

@ -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 written in Minecraft-like font in purple.](https://cdn.modrinth.com/data/cached_images/0aaabfb51609876ece6de83e62b9641a4635fad9_0.webp)
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.

BIN
projects/tefreezer/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -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"
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

View file

@ -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```

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B