Skip to content

Commit

Permalink
Update dependencies, bump version and fix patchouli on 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Jun 25, 2023
1 parent cf14c7d commit 0b61e5d
Show file tree
Hide file tree
Showing 32 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Dependencies
include modImplementation("com.github.mattidragon:mconfig:$mconfig_version")
include modImplementation("com.kneelawk:graphlib:$graphlib_version")
//modImplementation "vazkii.patchouli:Patchouli:$patchouli_version"
modImplementation "vazkii.patchouli:Patchouli:$patchouli_version"

// Mixin Extras
include implementation("com.github.LlamaLad7:MixinExtras:$mixinextras_version")
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ org.gradle.jvmargs=-Xmx1G

minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
loader_version=0.14.21

mod_version=1.4.1
mod_version=1.4.2
maven_group=io.github.mattidragon
archives_base_name=ExtendedDrawers

fabric_version=0.77.0+1.19.4
fabric_version=0.84.0+1.19.4
mconfig_version=1.2.0-1.19-temp-patch.3
graphlib_version=0.5.2+1.19.4
patchouli_version=1.19.3-78-FABRIC
graphlib_version=0.5.3+1.19.4
patchouli_version=1.19.4-79-FABRIC
mixinextras_version=0.1.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Schubladen Netzwerk",
"description": "Dieser Eintrag zeigt dir wie ein Schubladen Netzwerk funktioniert und wie man eins selber aufbaut. $(br2)Er zeigt dir auch wie man das Netzwerk mit anderen Mods kompatibel macht.",
"icon": "extended_drawers:access_point",
"sortnum": 1
{
"name": "Schubladen Netzwerk",
"description": "Dieser Eintrag zeigt dir wie ein Schubladen Netzwerk funktioniert und wie man eins selber aufbaut. $(br2)Er zeigt dir auch wie man das Netzwerk mit anderen Mods kompatibel macht.",
"icon": "extended_drawers:access_point",
"sortnum": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"subtitle": "book.extended_drawers.guide.subtitle",
"version": "0",
"book_texture": "patchouli:textures/gui/book_blue.png",
"creative_tab": "extended_drawers.main",
"creative_tab": "extended_drawers:main",
"show_progress": false,
"use_resource_pack": true,
"nameplate_color": "dddddd",
"model": "extended_drawers:guide_book",
"macros": {
Expand Down

0 comments on commit 0b61e5d

Please sign in to comment.