
The mod simply allows you to register new wine items and modify existing ones!
Modifying existing wines:
VineryJS.modifyWine(event => {
event.modify(
'vinery:mellohi_wine', // item id
'alexsmobs:poison_resistance', // effect id
2800, // duration in ticks
0, // amplifier
true // does it scale with age?
)
})
Registering new wines:
In a future update this will be fully working, however it is giving me issues. You may use it, however placing down wines crashes the game, so it is disabled by default. If you wish to mess with the placing of them, there is a config option to enable it, and you'd use ".allowPlacement()".
Some extra functions include: .itemTexture, .blockTexture, .itemParentModel, and .blockParentModel
VineryJS.registerWine(event => {
event.create('kubejs:test_wine')
.wineName('TEST') // display name
.effect('minecraft:strength', 3600, 1) // effect id, duration in ticks, amplifier
.bottleSize('big') // size of the bottle
.scaleWithAge() // does it scale with age?
})
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as vineryjs-1.0.0.jar — drop this file into the mods folder
- Download size: 71 KB
- Download link checked 10 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
