Skip to content

Commit d2f1076

Browse files
committed
Update to 1.21.6
1 parent 3b6385e commit d2f1076

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ dependencies {
4040
// Fabric API. This is technically optional, but you probably want it anyway.
4141
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
4242

43-
modImplementation "maven.modrinth:extended-drawers:4.1.0+mc.1.21.5"
43+
modImplementation "maven.modrinth:extended-drawers:4.2.0+mc.1.21.6"
4444
modImplementation "com.kneelawk.graphlib:graphlib-core-fabric:2.0.3-beta.1+1.21.5"
4545
modImplementation "com.github.mattidragon:ConfigToolkit:1.1.2"
46-
modImplementation "dev.isxander:yet-another-config-lib:3.6.6+1.21.5-fabric"
47-
48-
modImplementation include('eu.pb4:factorytools:0.6.0+1.21.5')
49-
modImplementation include('eu.pb4:sgui:1.9.0+1.21.5')
50-
modImplementation 'eu.pb4:polymer-core:0.12.2+1.21.5'
51-
modImplementation 'eu.pb4:polymer-resource-pack:0.12.2+1.21.5'
52-
modImplementation 'eu.pb4:polymer-resource-pack-extras:0.12.2+1.21.5'
53-
modImplementation 'eu.pb4:polymer-autohost:0.12.2+1.21.5'
54-
modImplementation 'eu.pb4:polymer-virtual-entity:0.12.2+1.21.5'
46+
modImplementation "dev.isxander:yet-another-config-lib:3.7.0+1.21.6-fabric"
47+
48+
modImplementation include('eu.pb4:factorytools:0.7.0+1.21.6')
49+
modImplementation include('eu.pb4:sgui:1.10.0+1.21.6')
50+
modImplementation 'eu.pb4:polymer-core:0.13.1+1.21.6'
51+
modImplementation 'eu.pb4:polymer-resource-pack:0.13.1+1.21.6'
52+
modImplementation 'eu.pb4:polymer-resource-pack-extras:0.13.1+1.21.6'
53+
modImplementation 'eu.pb4:polymer-autohost:0.13.1+1.21.6'
54+
modImplementation 'eu.pb4:polymer-virtual-entity:0.13.1+1.21.6'
5555

5656
// Uncomment the following line to enable the deprecated Fabric API modules.
5757
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.

gradle.properties

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.5
8-
yarn_mappings=1.21.5+build.1
9-
loader_version=0.16.11
7+
minecraft_version=1.21.6
8+
yarn_mappings=1.21.6+build.1
9+
loader_version=0.16.14
10+
loom_version=1.10-SNAPSHOT
11+
12+
# Fabric API
13+
fabric_version=0.127.0+1.21.6
1014

1115
# Mod Properties
12-
mod_version=4.1.0.0+1.21.5
16+
mod_version=4.2.0.0+1.21.6
1317
maven_group=eu.pb4
1418
archives_base_name=extended-drawers-polymer-patch
15-
16-
# Dependencies
17-
fabric_version=0.119.6+1.21.5

0 commit comments

Comments
 (0)