https://github.com/quackster/villagerviewer
VillagerViewer is a simple Minecraft Fabric mod that allows players to view and interact with a villager's inventory by sneaking and right-clicking on them.
https://github.com/quackster/villagerviewer
Last synced: 12 months ago
JSON representation
VillagerViewer is a simple Minecraft Fabric mod that allows players to view and interact with a villager's inventory by sneaking and right-clicking on them.
- Host: GitHub
- URL: https://github.com/quackster/villagerviewer
- Owner: Quackster
- License: gpl-3.0
- Created: 2025-07-30T06:34:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-30T06:52:09.000Z (12 months ago)
- Last Synced: 2025-07-30T08:45:10.411Z (12 months ago)
- Language: Java
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VillagerViewer
VillagerViewer is a simple Minecraft Fabric mod that allows players to view and interact with a villager's inventory by sneaking and right-clicking on them. A stick can be configured as an extra step to access the villager's inventory.

## Features
* Open a villager's inventory by sneaking and right-clicking.
* Optional requirement to hold a stick when interacting.
* Configurable behavior through a properties file.
## Configuration
The mod automatically creates a configuration file at:
```
config/villagerviewer.properties
```
### Options
* `requireStick` (default: `true`) - When enabled, players must hold a stick to access a villager's inventory.
## Usage
1. Sneak and right-click on a villager while holding a stick (if `requireStick=true`).
2. The villager inventory screen will open for inspection or interaction.
## Build & Installation
1. Clone this repository.
2. Build with a compatible modding toolchain (e.g. Fabric Loom).
3. Place the compiled `.jar` file in your Minecraft `mods` folder.
## Requirements
* Minecraft version compatible with the APIs used
* Fabric API
* Java 17+
## License
This mod is open-source. See `LICENSE` for details.