VineryJS
No reviews yet
Introduces two events that can be called to create or modify wines used in Let's Do: Vinery!
Focuses on cooking, recipes, and food-related mechanics.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
The mod simply allows you to register new wine items and modify existing ones!
Modifying existing wines:
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
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?
})
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources