File Details
veinminer-fabric-2.0.0-mc1.19.jar
- R
- Aug 8, 2022
- 68.98 KB
- 10.5K
- 1.19.2+2
- Fabric
File Name
veinminer-fabric-2.0.0-mc1.19.jar
Supported Versions
- 1.19.2
- 1.19.1
- 1.19
Curse Maven Snippet
This version is for Minecraft 1.19.x
Changes
- The client-sided mod has been renamed from
veinminer4bukkittoveinminer-companionand relocated on CurseForge accordingly - Blocks to be vein mined will now be outlined with a wireframe while the activation button is pressed.

-
Added new key binds to change vein mining patterns
]: Moves to the next pattern[: Moves to the previous pattern- Press the keys once to see which pattern is currently enabled. Press again while the patterns are visible (in the top left) to switch to a new pattern.

-
~~The vein miner icon will no longer appear on your crosshair if on a server that does not have vein miner installed, or in single player~~
- NOTE: This will be a feature in a later version of VeinMiner. Due to legacy support, this feature is not yet available and will still display even when VeinMiner is not installed
- Fixed VeinMiner allowing to be loaded on the server but erroring on startup. It will no longer attempt to load on the server at all
Changes (Developers)
- The Fabric development environment now uses official Mojang mappings
While there is no great VeinMiner Companion API yet, the .jar can still be depended on in the public Choco repository.
```groovy repositories { // See Maven configuration above for snapshot releases maven { url "" rel="noopener nofollow" target="_blank">http://repo.choco.wtf/releases"; allowInsecureProtocol = true } // Gradle requires "allowInsecureProtocol" for http URLs. This repo will be secured with SSL in the future }
dependencies { compileOnly "wtf.choco:veinminer-fabric:2.0.0" } ```