Перейти к содержимому
Mineforgian

Vivatech

Classic technologies rethought

5K загрузок7 подписчиковApache-2.0fabric

Обновлён 23 января 2026 г. · опубликован 21 июня 2021 г.

  • Wind turbines
  • Wires
  • Heaters
  • 1.14 Legacy Alpha

Wind turbines

Power grid

Fiddle with a realistic(-ish!) power grid! No energy storage to speak of; balance generation and demand to keep your devices functional or risk getting in trouble!

Wires

Wires are the core of your Grid! Use Wire to connect wire posts, and voila - it transfers electricity. But be mindful - you need way more than just one wire to connect far away points. And you can of course use pliers to cut connections.

Heaters

Heaters are nifty machines that allow you to save up on fuel, or even go full renewable :) Connect them to the grid and you can heat up nearby furnaces without any coal!

Probe

A probe is your best friend in troubleshooting the system, as well as preventing catastrophic failures. Use it to measure Voltage and Current on a Wire post and see if it matches your expectations

Wind turbines

To generate power you can use Wind turbines - place a Gearbox (You wouldn't want the veeery slow wind to cut your electricity supply, would you?), attach a Turbine, and behind the Gearbox place a Generator.

Wires Heaters

Acknowledgements

I want to say Thank You to all the contributors and players of the mod!

Historically the first (now 1.14 legacy) versions of this mod were developed with much help from Cotton team, especially: LemmaEOF, Falkreon, snakefangox, Pannoniae, shedaniel, and Bluberry-Kat

The current version has been built with the help of great people at the Fabric and Modfest Discord servers. Additionally, I have used assets, libraries and pieces of code by these wonderful people and projects:

buymeacoffee-singular

Legacy Alpha description

Legacy banner

Description

Vivatech is a technology mod for Fabric for Minecraft. It would help you to automate your routine tasks, it would multiply your resources and it would give you a lot of new cool abilities in making armor, tools and in farming.

Features

  • Ore doubling
  • Faster resources processing
  • Energy management
  • Multiple tiers of the machines
  • Nether ores

Contact

Credits

I want to say thank you to all of the contributors and players of the mod! Special thank you to the Cotton Team, who helped me the most with this mod!

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0.0-alpha.27Альфа26.1-snapshot-3, 26.1-snapshot-4fabric23 января 2026 г..jar (489 КБ)
1.0.0-alpha.26Альфа1.21.1fabric5 апреля 2025 г..jar (666 КБ)
1.0.0-alpha.25Альфа1.21.1fabric27 марта 2025 г..jar (666 КБ)
1.0.0-alpha.24Альфа1.21.1fabric23 марта 2025 г..jar (666 КБ)
1.0.0-alpha.23Альфа1.21.1fabric23 марта 2025 г..jar (666 КБ)
1.0.0-alpha.22Альфа1.21.1fabric16 марта 2025 г..jar (654 КБ)
1.0.0-alpha.21Альфа1.21.1fabric16 марта 2025 г..jar (651 КБ)
1.0.0-alpha.20Альфа1.21.1fabric15 марта 2025 г..jar (650 КБ)
1.0.0-alpha.19Альфа1.21.1fabric14 марта 2025 г..jar (648 КБ)
1.0.0-alpha.18Альфа1.21.1fabric14 марта 2025 г..jar (646 КБ)
1.0.0-alpha.17Альфа1.21.1fabric14 марта 2025 г..jar (646 КБ)
1.0.0-alpha.16Альфа1.21.1fabric11 марта 2025 г..jar (637 КБ)
1.0.0-alpha.15+1.14.4Альфа1.14.4fabric11 марта 2025 г..jar (1.0 МБ)
1.0.0-alpha.14+1.14.4Альфа1.14.4fabric11 марта 2025 г..jar (1.0 МБ)
1.0.0-alpha.13+1.14.4Альфа1.14.4fabric11 марта 2025 г..jar (1.0 МБ)

Показаны последние 15 из 27 версий. Все версии — на Modrinth.

Ченджлог

1.0.0-alpha.27Альфа26.1-snapshot-3, 26.1-snapshot-4 · 23 января 2026 г.
  • Update to 26.1 snapshots
  • Remove the decomposing corpse of Wizcraft from the code (Gadget and focuses are gone, as well as their supporting infrastructure)
  • Probe now shows if the grid is frozen
  • Wire types are now less hardcoded
  • Added a Russian translation
1.0.0-alpha.26Альфа1.21.1 · 5 апреля 2025 г.

Fixes and improvements

  • Removed client-only class references from common code, a silly mistake :crying:
1.0.0-alpha.25Альфа1.21.1 · 27 марта 2025 г.

Fixes and improvements

  • Increase the visibility range of Comet Warp beacons

Changes

  • Added compatibility with Anshar for Comet Warp focuses: shift-click a beacon while having a Comet Warp focus equipped to permanently bind it to the embedded state
  • Added persistent anchors to Comet Warp focuses:
    • shift-click on a Lodestone to permanently anchor the currently equipped Comet Warp focus to it;
    • use minecraft:can_place_on component to configure anchorable blocks
    • use vivatech:comet_warp_block_only_mode=true component to enable block-only mode: anchors can only be placed on anchorable blocks, but these persistent anchors can be set again and aren't permanently bound to the first clicked block
  • Added vivatech:infinite_charge optional component to Gadgets
1.0.0-alpha.24Альфа1.21.1 · 23 марта 2025 г.

Interal

  • Slighly expand Wire Rendering API
1.0.0-alpha.23Альфа1.21.1 · 23 марта 2025 г.

Fixes and improvements

  • Wires are now infinite in creative

Changes

  • Wire posts cannot be placed on some sides of appliances now, e.g. they cannot be placed on top of Chargers

Internal

  • Wire rendering is now significantly generified and supports customization based on wire type
1.0.0-alpha.22Альфа1.21.1 · 16 марта 2025 г.

Changes

  • Added Contactor
  • Added Screwdriver
1.0.0-alpha.21Альфа1.21.1 · 16 марта 2025 г.

Fixes and improvements

  • Enforced sidedness of tooltips
1.0.0-alpha.20Альфа1.21.1 · 15 марта 2025 г.

Fixes and improvements

  • Stop relying on TrackedData for Lightning focus in favor of Fabric Attachments API

Полная история изменений — на Modrinth.

Комментарии

Загружаем…