Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v4.2.4-1.19.2-Fabric
Release
[FABRIC] [1.19.2] VisualWorkbench-v4.2.43 years ago 415.9K
Compatibility
Minecraft: Java Edition
1.19.1–1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.2.4-1.19.2] - 2023-03-24
Fixed
- Implemented an alternative fix for the Tetra issue addressed in the last version so that no compatibility with certain crafting table mods (such as Variant Crafting Tables) needs to be sacrificed
[v4.2.3-1.19.2] - 2023-02-25
Fixed
- Fixed an issue with the Tetra mod where their workbench block couldn't be created by clicking on a crafting table with a hammer
[v4.2.2-1.19.2] - 2023-02-10
Changed
- Minor refactors and clean-ups
Fixed
- Fixed empty item stacks being serialized occasionally leading to huge nbt tags
- Fixed rendering calculations running on the server, too, which is unnecessary
[v4.2.1-1.19.2] - 2023-01-06
Fixed
- Fixed crafting tables ignoring the player sneaking when clicked upon (the menu would open regardless and prevent placing any blocks against the crafting table)
[v4.2.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
[v4.1.1-1.19.1] - 2022-08-14
Changed
- Modded crafting tables are now fully supported on Fabric yay!
- Added default compat for crafting tables from a few more mods
[v4.1.0-1.19.1] - 2022-08-01
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
[v4.0.0-1.19] - 2022-07-19
- Ported to Minecraft 1.19
- Split into multi-loader project
Added
- Added JEI support on Fabric
Changed
- Modded crafting tables that override opening the crafting menu can now be supported when added to the config (e.g. from the VariantCraftingTables mod)
Fixed
- Fixed the result preview showing a wrong item when said item has nbt data
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| VisualWorkbench-v4.2.4-1.19.2-Fabric-sources.jar | Unknown | 31.3 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:kfqD1JRw:h5Ifh4lN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kfqD1JRw:h5Ifh4lN"
}

