Just Hotbar
# Just Hotbar
This texture pack changes the hearts and hotbar, making them simpler

# Just Hotbar
This texture pack changes the hearts and hotbar, making them simpler

Removes the Java Edition Text under The “Minecraft” Logo from the Title Screen!


Also works for with other resourcepacks!


This resource pack changes Minecraft title screen logo to unused official Japanese logo “マインクラフト”, the Japanese Katakana for “Minecraft”.
Originally sourced from the official website of a design company that created this logo for Mojang. but it was never officially used. For more information check the Minecraft Wiki logo page.
Version 1 replaces the main logo with “マインクラフト” and removes the subtitle.
Version 2 keeps the original main logo and changes the subtitle to “マインクラフト”.
Previews gallery
I do not own this.
日本語:
元は、Mojangのためにこのロゴをデザインしたデザイン会社の公式ウェブサイトからのものですが、公式には使用されませんでした。詳しくはMinecraft Wikiのロゴページをご覧ください。
バージョン1 は、メインロゴを「マインクラフト」に置き換え、サブタイトルを削除しています。
バージョン2 は、元のメインロゴを維持し、サブタイトルを「マインクラフト」に変更しています。
プレビューギャラリー
これは私の所有物ではありません。
Replace the main menu background with Jane Doe (Zenless Zone Zero).

**A simple resource pack that makes item frames invisible**.
—
## Need a Minecraft Server? (Sponsor)

Get **25% off your first month** with Sparked Host.
—
## Quick info
– **Versions:** 1.4+ (full invisibility from 1.8+)
– **Works with almost all mods (Sodium/Iris and OptiFine too)**
– **No mods or commands required**
– **Additional files for invisible glow item frames and invisible map frames**
– **Versions below 1.8 will only have the center of the frame invisible (view images below for more info)**
—
## Showcase
**1.8+**


—
**Can I use this with other packs?**
> Yes, but place this pack in a **higher priority (above other packs)**.
**How do I remove item frames?**
> Enable debug hitboxes using **F3 + B** and break the frame.
**Can I use this pack in my modpack or server?**
> Yes you are free to use it, as long as you don’t claim this pack as your own.
**Why is my map/glow item frame not invisible?**
> You have to install those separately. They are available under **additional files** or the buttons near the top of this page.
**Does this make the game slower?**
> This pack actually slightly **improves the client-side framerate** in scenes with lots of item frames.
—
## Additional Files
– Download Invisible Glow Item Frames
– Download Invisible Map Item Frames
—
## Need a Minecraft Server? (Sponsor)

Use code **MattyWalker** for 25% off your first month.
# InventoryTabs
### A new version of this mod is maintained over at Inventory Tabs 4.
Adds tabs to access nearby blocks without leaving your inventory. Completely client-side. Requires Cloth Config API.
|
 |
 |
Also has BigInv and PlayerEx support!
|
 |
 |
New in version 0.8.1, chest icons and hover text can be changed by nearby item frames!

New in 0.9.0: Entity support!
|
 |
 |
This 1.18 port is based on LiamMCW’s fork of the original mod by cakewhip. Full credits can be found at https://github.com/Andrew6rant/inventorytabs/graphs/contributors.
## Instant Respawn Always
Skip the death screen in each world, like in short videos, so you don’t have to waste time on settings.

## Dependencies
– Fabric loader requires Fabric API
**This resource pack changes your hearts and hunger bar icons to be circles.**
### Features:
– Round hearts
– Round hunger bar
– Changes all types of hearts (poison, freezing, hardcore…)
– Compatible with the AppleSkin mod
**♡ Make sure to follow!**
This client-side mod displays the statistics (health, speed, jump height) of horses in their inventory.
It’s kept simple to match the vanilla style.
HorseStatsVanilla requires the Fabric API.
If you want to change the config of this mod you need to install Modmenu.
# Homabric
Little yet powerful home management mod for Fabric
> ⚠️This mod is in early stage of development, you can use all functions that are listed below, but they may be changed in future. Code quality might be very poor sometimes and it will be improved in future.
### Features
– ⭐ Sharing homes with players.
– ⭐ Max home limits per group or player via permissions.
– ⭐ Using GUI for teleportation and viewing all home information.
– ⭐ Editing home icons for GUI with support for modded items.
– ⭐ Ability to easily configure the mod and view player locations.
– ⭐ Teleport timeout with ability to prevent teleportation if player moved or got damaged.
#### Planned features
– [ ] Ability to define teleport timeout using permissions.
– [ ] Ability to define `/home` command aliases in config.
– [ ] Rewrite code for better readability.
### Languages
– 🇬🇧 English
– 🇷🇺 Russian
– 🇨🇳 Chinese (@Neubulae)
## Commands
You can use `homabric.teleport.bypass` permission to bypass teleport timeout.
### Players
– /h **OR** /home `homabric.base.use`
– /h
– /h set
– /h remove
– /h p
– /h list `homabric.base.list`
– /h allow
– /h disallow
– /h setIcon
### Admins
You can access to admin commands by using `/homabric`.
– /homabric `homabric.admin.use`
– /homabric reload `homabric.admin.reload`
– /homabric teleport
– /homabric set
– /homabric remove
– /homabric list
### Classic Commands
You can disable these commands in configuration file by setting `enableClassicCommands` to `false`.
– /sethome
– /removehome
– /playerhome
– /listhome `homabric.base.list`
– /allowhome
– /disallowhome
## Configuration
I developed this mod with simplicity in mind, I decided to store home data inside the configuration file instead of NBT in Entity or World, this allows server owners fast migration between maps without loosing data and editing them which saves a lot of time.
> ⚠️ Starting from version 2.0.0 the configuration file are now split into two different ones.
### homabric.config.conf
This file stores Homabric settings.
“`shell
# Do not touch this value, it allows mod to
# check if config file is outdated or not.
configVersion=3
# This option enables alternative command variants like /sethome, /removehome and etc.
enableClassicCommands=true
# Sets the maximum amount of homes per player.
homesLimit=21
# You can define permissions that will override home limit for the players if they have them.
# Permission names are transformed to permissions like ‘homabric.homelimit.
# Example permission: vip: { max-homes=6 }
permissionsHomeLimit {}
# Sets the timeout in seconds before player will be teleported home.
# You can disable this feature by setting it to 0.
teleportCooldown=5
“`
### homabric.homes.conf
This file contains all homes that are created by players.
“`shell
players {
# Player nickname (not a DisplayName)
ExamplePlayer {
# List of player homes
homes {
# Name of the home
“village” {
# Players that can access this home
allowed-players=[]
# Icon must be an identifier, for example ‘minecraft:cobblestone’
icon=”minecraft:map”
# World where home is located
world=”minecraft:overworld”
# Coordinates, including head position
pitch=7.15
x=160.66
y=72.0
yaw=-51.45
z=-76.45
}
# Example of home with allowed player ‘Rogi27’
home {
allowed-players=[
Rogi27
]
icon=”minecraft:iron_shovel”
pitch=8.25
world=”minecraft:overworld”
x=1337.3
y=172.0
yaw=123.1
z=276.45
}
}
}
}
“`
### Migration from 1.x.x
Due to breaking changes in 2.0.0 you are required to manually edit your config file and move `players` section from original config to new one called `homabric.homes.conf`.