Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
[Let's Do] Vinery

[Let's Do] Vinery

Let's do Wine!

2.78M
1,191
Decoration
Food
Utility
AboutGalleryChangelogVersions

[Let's Do] Vinery 1.4.40

by satisfyu on Aug 6, 2025
Download

[Let's Do] Vinery 1.4.40

by satisfyu on Aug 6, 2025
Download

[1.4.40]

Added

  • Tooltips for all wine bottles now indicate their size (small or big).
  • Wine bottle storage blocks now display tooltips specifying compatible bottle sizes (small or all sizes).
  • Japanese translation (Thanks to PExPE3)
  • Bushy Leaves resourcepack is now bundled and supplied by default for forge as well
  • Grapevine Leaves are now available again! They will grow near Grapevine Stems with Red Grape or White Grapes

Changed

  • Added template models for most Vinery specific Blocks (e.g. Wine Racks, Wines) - this should reduce loading times
  • Increased the Completionist Banner effect duration from 40 to 200
  • Updated the Overgrown Lattices advancement description for better clarity
  • Replace VineryIdentifier with Vinery.identifier - this should resolve Issues with Xaeros Map Mob Icons
  • Completely reworked Apple & Dark Cherry Trees - new Features, Textures and better functionality
  • Wine aging now uses getGameTime() instead of getDayTime() to prevent aging reset when using /time set
  • Wine age and upgrade progress calculation now use day-based precision instead of year rounding (Thanks to AverageChaos)
  • Stackable logs now provide 1000 smelting value, previously 300
  • Jungle Grapevine Blocks now use biome foliage tint

Fixed

  • Resolved an issue where Apple Leaves were not properly registered as flammable
  • Completionist Wall Banner not having a Loottable
  • Fixed a crash when opening the Vinery creative tab caused by ItemStack entries with a count greater than 1
  • Fixed a startup crash with Easy NPC caused by parallel modification of the strippables map during setup

[Let's Do] Vinery 1.4.39

by satisfyu on Mar 4, 2025
Download

[Let's Do] Vinery 1.4.39

by satisfyu on Mar 4, 2025
Download

[1.4.39] - 2025.03.04

Added

  • Added Cherry Leaves, Apple Leaves and Grapevine Leaves to the ´hoe´ mineable tag.

Changed

  • Reworked Wine Aging Logic - /set time won't affect Wine Aging anymore. If you want to manually age your Wine use /time add.
  • Changed the apple_mashing honey_comb recipe output count from "9" to "4"

Fixed

  • Config should now load & generate properly on Forge
  • Wine Years values do are now properly update
  • CreeperCrush not showing a DeathMessage and dropping the players lot
  • ExperienceEffect not giving the correct amount of additional experience

[Let's Do] Vinery 1.4.38

by satisfyu on Jan 25, 2025
Download

[Let's Do] Vinery 1.4.38

by satisfyu on Jan 25, 2025
Download

Vinery 1.4.38

Fixed Issues

  • Issue #454

Changed / New Features

  • Added MapColor to DarkCherrySlabs

Modrinth Curseforge

[Let's Do] Vinery 1.4.37.1

by satisfyu on Jan 19, 2025
Download

Vinery 1.4.37.1 - Forge only

Fixed Issues

  • Issue #436
  • Issue #437
  • Issue #438
  • Issue #443

[Let's Do] Vinery 1.4.37

by satisfyu on Jan 18, 2025
Download

Vinery 1.4.37

Fixed Issues

  • Issue #436
  • Issue #437
  • Issue #438

[Let's Do] Vinery 1.4.36

by satisfyu on Jan 11, 2025
Download

[Let's Do] Vinery 1.4.36

by satisfyu on Jan 11, 2025
Download

Vinery - Version 1.4.36

## Fixed Issues 
- Issue #424

[Let's Do] Vinery 1.4.35

by satisfyu on Jan 10, 2025
Download

[Let's Do] Vinery 1.4.35

by satisfyu on Jan 10, 2025
Download

Vinery - Version 1.4.35

## Fixed Issues 
- Issue #418

  • Issue #414

Changed / New Features

  • Added JEI support for Apple Press Fermenting & Mashing

[Let's Do] Vinery 1.4.34

by satisfyu on Dec 15, 2024
Download

[Let's Do] Vinery 1.4.34

by satisfyu on Dec 15, 2024
Download

Vinery - Version 1.4.34

Fixes

  • Issue #397: Wines not consumed when drank in survival

Changed / New Features

Summary

When drinking wine in survival mode, it is now consumed correctly.

Download on Modrinth
Download on CurseForge

[Let's Do] Vinery 1.4.33

by satisfyu on Dec 14, 2024
Download

Vinery - Version 1.4.33

Fixed Issues

  • Issue #388: Wine Aging not working

Changed / New Features

  • Fixed Wine Aging Effects not getting the correct Amplifier & Duration

  • Fixed MellohiWineRecipe

  • Fixed Red / White Grape Tag

  • Added missing Lang entries

  • Added Hopper support for all BlockEntities

[Let's Do] Vinery 1.4.33

by satisfyu on Dec 13, 2024
Download

Vinery - Version 1.4.33

Fixed Issues

  • Issue #388: Wine Aging not working

Changed / New Features

  • Fixed Wine Aging Effects not getting the correct Amplifier & Duration
  • Fixed MellohiWineRecipe
  • Fixed Red / White Grape Tag
  • Added missing Lang entries
  • Added Hopper support for all BlockEntities
  • Added Additional Nullchecks for the WanderingWinemaker

Summary

  • The finishUsingItem method of the WineBottles class did not call the WineYears class, resulting in mismatched tooltip duration and amplifier values with the actual effect. This has now been fixed.
  • The MellohiWineRecipe has been adjusted to be more logical and fully functional.
  • Correct IDs have been added to the Red/White Grape tag.
  • Missing FermentationBarrel language entries for juices have been added.
  • All block entities in Vinery now have full hopper support and can be automated via Create.
  • Potential NPE sources in the WanderingWinemaker class have been resolved by adding additional null checks.

[Let's Do] Vinery 1.4.32

by satisfyu on Dec 7, 2024
Download

[Let's Do] Vinery 1.4.32

by satisfyu on Dec 7, 2024
Download

Vinery - Version 1.4.32

Fixed Issues

  • Issue #382: Vinery causes crash when using bone meal - #2 Attempt

Changed / New Features

  • Moved client-only logic to ArmorRegistryClient with proper @Environment(EnvType.CLIENT) annotations.
  • Separated server-safe methods to prevent crashes and updated mixin handling.
  • Wine Bottles (and soon Whiskey bottles too) are now stackable.
  • Adjusted FermentationBarrel BlockModel for a more consistent Minecraft visual style.

Summary

  • The crash issue when using bone meal is resolved - Vinery now runs smoothly again on servers.
  • Wine bottles are stackable now - with a easy to do integration for other mods
  • The FermentationBarrel looks more in line with Minecraft's overall design.

[Let's Do] Vinery 1.4.31

by satisfyu on Dec 6, 2024
Download

[Let's Do] Vinery 1.4.31

by satisfyu on Dec 6, 2024
Download

Vinery - Version 1.4.31

Fixed Issues

  • Issue #382: Vinery causes crash when using bone meal

Changed / New Features

  • Added checks to prevent null errors and removed reliance on missing class_3879.

Summary

  • Fixed crashes and improved item handling with bone meal.

Modrinth
Curseforge

1
2
5

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@58dac27

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.