Tool Trim DP

# More Tool Trim DP

Free and open-source datapack for Minecraft 1.21 and higher that adds tool customisation as with armor trim.

## Features

All types of swords, pickaxes, shovels, axes and hoes can be trimmed.

Bow, crossbow, trident and mace will be supported in a future version.

This datapack requires the installation of the Tool Trim resourcepack.

Tom’s New Painting Textures

# New Textures (Paintings)

This texture pack **replaces** the latent **Minecraft paintings** with new ones **or simply increases the resolution of the existing** paintings. If the modpack is not available in one version, try the next or previous version; perhaps they are compatible.

# Important:
If you want to use the texture pack for your modpacks, feel free to do so, but please write the following in the description below:
**Important: _Contains the resource pack [Tom’s New Painting Textures] by [GuSchu Gaming], licensed under CC BY 4.0._**

Tommy’s Custom music

This is to add my own custom music to minecraft, if you know coding, you can edit the resurce pack too! added music that fits a calm theme, took some music that i have no idea of they are copyrighted, if so, please dm me on my discord server!

Tokenized

# Tokenized
Tokenized is a Datapack/Mod that adds a hourly token system to the game. Comes with a shop for items
## Command
/trigger shop_(item of choice)

Items and Prices

| Item | Amount | Price (tokens) |
| ——————– | —— | ————– |
| Iron Ingot | 32 | **5** |
| Coal | 32 | **5** |
| Bread | 16 | **5** |
| Diamond | 4 | **12** |
| Ender Pearl | 8 | **12** |
| Name Tag | 1 | **10** |
| Bottle o’ Enchanting | 16 | **1** |
| Diamond Pack | 16 | **25** |
| Blaze Rod | 8 | **16** |
| Trident | 1 | **50** |
| Elytra | 1 | **85** |
| Totem of Undying | 1 | **38** |
| Shulker Shell | 2 | **40** |
| Beacon | 1 | **125** |
| Shulker Box | 1 | **25** |
| Netherite Ingot | 1 | **50** |

# Why I made this
I made this datapack for my minecraft server (JSS) so if you want you can join it
“`
play.jacobssillyserver.com
“`

# Compatible Mods

Compatible Mods with Instructions

– Melius Commands
use with this custom command below

Shop.json

“`
{
“id”: “shop”,
“literals”: [
{
“id”: “balance”,
“executes”: [
{
“command”: “trigger balance set 1”
}
]
},
{
“id”: “iron_ingot”,
“executes”: [
{
“command”: “trigger shop_iron_ingot set 1”
}
]
},
{
“id”: “coal”,
“executes”: [
{
“command”: “trigger shop_coal set 1”
}
]
},
{
“id”: “bread”,
“executes”: [
{
“command”: “trigger shop_bread set 1”
}
]
},
{
“id”: “diamond”,
“executes”: [
{
“command”: “trigger shop_diamond set 1”
}
]
},
{
“id”: “ender_pearl”,
“executes”: [
{
“command”: “trigger shop_ender_pearl set 1”
}
]
},
{
“id”: “saddle”,
“executes”: [
{
“command”: “trigger shop_saddle set 1”
}
]
},
{
“id”: “name_tag”,
“executes”: [
{
“command”: “trigger shop_name_tag set 1”
}
]
},
{
“id”: “exp_bottle”,
“executes”: [
{
“command”: “trigger shop_exp_bottle set 1”
}
]
},
{
“id”: “diamond_pack”,
“executes”: [
{
“command”: “trigger shop_diamond_pack set 1”
}
]
},
{
“id”: “netherite_scrap”,
“executes”: [
{
“command”: “trigger shop_netherite_scrap set 1”
}
]
},
{
“id”: “blaze_rod”,
“executes”: [
{
“command”: “trigger shop_blaze_rod set 1”
}
]
},
{
“id”: “trident”,
“executes”: [
{
“command”: “trigger shop_trident set 1”
}
]
},
{
“id”: “elytra”,
“executes”: [
{
“command”: “trigger shop_elytra set 1”
}
]
},
{
“id”: “totem”,
“executes”: [
{
“command”: “trigger shop_totem set 1”
}
]
},
{
“id”: “shulker_shell”,
“executes”: [
{
“command”: “trigger shop_shulker_shell set 1”
}
]
},
{
“id”: “beacon”,
“executes”: [
{
“command”: “trigger shop_beacon set 1”
}
]
},
{
“id”: “shulker_box”,
“executes”: [
{
“command”: “trigger shop_shulker_box set 1”
}
]
},
{
“id”: “netherite_ingot”,
“executes”: [
{
“command”: “trigger shop_netherite_ingot set 1”
}
]
},
{
“id”: “dragon_egg”,
“executes”: [
{
“command”: “trigger shop_dragon_egg set 1”
}
]
}
]
}
“`

– Custom Chest Menus
use this menu

Token_Shop.json

“`
{
“$schema”: “https://raw.githubusercontent.com/MagnusHJensen/custom-chest-menus/refs/heads/main/docs/v1.schema.json”,
“format_version”: 1,
“id”: “token_shop”,
“name”: “Token Shop”,
“size”: “single”,
“filler”: {
“slot”: 0,
“item”: “minecraft:light_gray_stained_glass_pane”,
“name”: ” ”
},
“pages”: [
{
“title”: “Token Shop”,
“items”: [
{
“name”: “Iron Ingot x32”,
“slot”: 0,
“item”: “minecraft:iron_ingot”,
“action”: {
“type”: “command”,
“command”: “trigger shop_iron_ingot set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 5 tokens”
]
},
{
“name”: “Coal x32”,
“slot”: 1,
“item”: “minecraft:coal”,
“action”: {
“type”: “command”,
“command”: “trigger shop_coal set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 5 tokens”
]
},
{
“name”: “Bread x16”,
“slot”: 2,
“item”: “minecraft:bread”,
“action”: {
“type”: “command”,
“command”: “trigger shop_bread set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 5 tokens”
]
},
{
“name”: “Diamond x4”,
“slot”: 3,
“item”: “minecraft:diamond”,
“action”: {
“type”: “command”,
“command”: “trigger shop_diamond set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 12 tokens”
]
},
{
“name”: “Ender Pearl x8”,
“slot”: 4,
“item”: “minecraft:ender_pearl”,
“action”: {
“type”: “command”,
“command”: “trigger shop_ender_pearl set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 12 tokens”
]
},
{
“name”: “Name Tag x1”,
“slot”: 5,
“item”: “minecraft:name_tag”,
“action”: {
“type”: “command”,
“command”: “trigger shop_name_tag set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 10 tokens”
]
},
{
“name”: “Experience Bottle x4”,
“slot”: 6,
“item”: “minecraft:experience_bottle”,
“action”: {
“type”: “command”,
“command”: “trigger shop_exp_bottle set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 1 token”
]
},
{
“name”: “Diamond Pack x16”,
“slot”: 7,
“item”: “minecraft:diamond”,
“action”: {
“type”: “command”,
“command”: “trigger shop_diamond_pack set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 25 tokens”
]
},
{
“name”: “Blaze Rod x8”,
“slot”: 8,
“item”: “minecraft:blaze_rod”,
“action”: {
“type”: “command”,
“command”: “trigger shop_blaze_rod set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 16 tokens”
]
},
{
“name”: “Trident x1”,
“slot”: 9,
“item”: “minecraft:trident”,
“action”: {
“type”: “command”,
“command”: “trigger shop_trident set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 50 tokens”
]
},
{
“name”: “Elytra x1”,
“slot”: 10,
“item”: “minecraft:elytra”,
“action”: {
“type”: “command”,
“command”: “trigger shop_elytra set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 85 tokens”
]
},
{
“name”: “Totem of Undying x1”,
“slot”: 11,
“item”: “minecraft:totem_of_undying”,
“action”: {
“type”: “command”,
“command”: “trigger shop_totem set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 38 tokens”
]
},
{
“name”: “Shulker Shell x2”,
“slot”: 12,
“item”: “minecraft:shulker_shell”,
“action”: {
“type”: “command”,
“command”: “trigger shop_shulker_shell set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 40 tokens”
]
},
{
“name”: “Beacon x1”,
“slot”: 13,
“item”: “minecraft:beacon”,
“action”: {
“type”: “command”,
“command”: “trigger shop_beacon set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 125 tokens”
]
},
{
“name”: “Shulker Box x1”,
“slot”: 14,
“item”: “minecraft:shulker_box”,
“action”: {
“type”: “command”,
“command”: “trigger shop_shulker_box set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 25 tokens”
]
},
{
“name”: “Netherite Ingot x1”,
“slot”: 15,
“item”: “minecraft:netherite_ingot”,
“action”: {
“type”: “command”,
“command”: “trigger shop_netherite_ingot set 1”,
“run_as_player”: true
},
“lore”: [
“Cost: 50 tokens”
]
},
{
“name”: “Close Menu”,
“slot”: 26,
“item”: “minecraft:barrier”,
“action”: {
“type”: “close”
},
“lore”: []
}
]
}
]
}
“`

### Possible future things I may add
– an easily adjustable shop (prices and items) (will be hard to implement)
### Additions in next update

TofuCraftReload

# TofuCraftReload
![EveryThingOfTofu](https://cdn.modrinth.com/data/69rMY8bC/images/461b509b3e21b52c34479f67dea113b9c69771f2.png)

## Summary

A farming mod that starts with soybeans and allows you to cook and build with tofu.

soy food is make good your health for survival

There are even armor and weapons made from solidified tofu!

There is also the world of tofu and industries that use tofu!

大豆から始まり、料理をしつつ豆腐で建築もできちゃう農業mod

大豆からできた食品は、あなたのサバイバルの手助けになるでしょう

さらには豆腐を固めて作る防具や武器まで!

そして豆腐ワールドや豆腐を使った工業も!?

If you want Discussion about this mod? join that discord!

## Discord

If you want Discussion about this mod? join that discord!

このmodについて話し合いたい?ディスコードでディスカッションしよう!

https://discordapp.com/invite/BMy4CX5

 

## Supported Mod:

Farmer’s delight (Add More Food)

Patchouli

Create(Suppport Automation)

 

### Credit:

The Aether Team. who made original Music Manager Source Code (https://www.curseforge.com/minecraft/mc-mods/aether)

iduki and turtton helping Revamped Content

46mofu for add new texture.

@siu_lab helping translation and making showcase

Rutl-Tri made tofu world music! (https://twitter.com/RoundDelta)

@MajinThorin753 make classic texture!

@uind_w helped Texture too!

RizaSTAR helped new items!

azzy helped new mob!

moromorochan allowed me to use some renderings from his secret project!

Timer for Speedrun

## Description
Datapack or mod adds an automatic timer for speedrunning.

![preview](https://cdn.modrinth.com/data/cached_images/d9867732532fa9b826e20b799046590c3eb9973a.jpeg)

## How to use
The timer is activated automatically when you enter the world. The timer stops when you enter the end portal.

## Dependencies
– Fabric loader requires Fabric API

Third Person Control

# speclib/thirdpersoncontrol!
– This datapack allows players to control entities in THIRD PERSON via WASD, Jump and Sneak INPUTS!
– This datapack only works in **1.21.4 and above**!
### Modules:
– Camera Interpolate

# How to Use:
### Third Person Control:

The Third Person Control is a part/main module of the datapack which allows players to control entities with WASD. It takes player input via the new Player Input predicates and calculates and applies Motion Vector into the Motion NBT of the entity. The datapack also allows players to spectate entities (in third person). The camera positions are initialized in `tpc:gb/load`. All entities seen in that function file are controllable with WASD, jump and sneak. Some entities have special controls, like the entities which can fly can gain altitude with holding down jump.
– Spawn Entity and Control In Third Person: `/function tpc:summon {entity:”armor_stand”}`
– Spectate an Entity with a Specific Tag: `/function tpc:spectate {tag:”temp_tag”}`
– Spectate a Random Entity with a Specific Tag: `/function tpc:spectate_random {sub_tag:”temp_tag”}`
– Unspectate Entities: `/function tpc:remove`
### Camera Interpolate (Module):
The Camera Interpolate Module allows users to interpolate to a specific ‘X’ and ‘Y’ rotation, with a particular ‘SPEED’ value. When the command is ran, the player camera will find the shortest path to the given rotation coordinates and interpolate and the provided speed. The Module also allows players to switch from Controlling the Entity to Spectating It. When Spectating the Entity, their Camera will randomly interpolate to a random direction every 10 seconds.
– Interpolate Camera: `/function camera:interpolate {“x”:10,”y”:30,”speed”:200} // Greater the Speed Value, Slower the Interpolation.`
– Interpolate to a Random Direction: `/function camera:interpolate_random`
– Toggle from Entity Controller → Entity Spectator (and vice versa): `/function camera:toggle_control`

Thigh Highs

# Thigh Highs
This is a resource pack that adds thigh-highs in black, blue, pink, red, and yellow instead of armor.

![screenshot](https://cdn.modrinth.com/data/cached_images/e813603319d88b9effba9518ba2cd4acdacf8a4f.png)

Theburntpeanut Totem of Undying

EN: **Theburntpeanut** is a popular Twitch streamer who gained popularity due to his comical pea appearance, which earned him the Streamer Awards 2025 for Best Twitch Streamer. This resource pack replaces the immortality totem with his meme photo

RU: **Theburntpeanut** это популярный твич стример витубер, который обрел популярность за счет своей несуразной внешности арахиса, за счет чего и отлечился и витуб-сообществе своей мемностью и даже выиграл награду The Streamer Awards 2025 как лучший витубер. Данный ресурспак заменяет тотем бесмертия на его мемное фото

Check collection with all memes + streamers Totems

theBestHeight

这个数据包可以让你的世界高度范围变得更大,对于建筑与服务器很实用,特别是生电玩家,更高的高度能让你造出更大型的机器。我准备后续让世界生成范围也变得更大。欢迎下载我的数据包!
This data pack allows you to expand the height limit of your world, making it highly practical for building projects and servers. It is especially useful for technical players, as a greater height range enables the construction of larger-scale machines. I plan to further extend the world generation boundary in future updates. Feel free to download my data pack!
注意:使用此数据包时,须使用实验性设置!如果数据包没有效果,请尝试重启存档。
Note: When using this data pack, you must enable experimental settings!If the data pack doesn’t work, try restarting the save file.