Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 455 Bytes

README.MD

File metadata and controls

18 lines (15 loc) · 455 Bytes

Vanilla Tech

This mod adds missing pieces to Minecraft.

How to add to your development environment

Include following code into your build.gradle:

repositories { maven { name = "APengu Maven" url = "https://raw.githubusercontent.com/APengu/PenguLibs/gh-pages" } }

dependencies { deobfCompile "apengu:SolarFluxReborn:MCVERSION-VTVERSION:deobf" }

Where "MCVERSION" is Minecraft Version and "VTVERSION" is Vanilla Tech Version