Skip to content

Commit

Permalink
Update to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Aug 25, 2022
1 parent 2ab79c6 commit 7c54e84
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mc_version=1.19
forge_version=41.0.99
ccl_version=4.2.2.+
mc_version=1.19.2
forge_version=43.1.1
ccl_version=4.3.0.+
ccl_version_max=5.0.0
jei_version=11.0.0.222
mod_version=2.10.0
jei_version=11.2.0.246
mod_version=2.10.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19 2022-07-18T14:06:30.26837892 EnderStorage Item models
// 1.19.2 2022-08-25T19:11:42.399211076 EnderStorage Item models
a163c9ce1e63e428f3fa804b66e491b455f18540 assets/enderstorage/models/item/ender_chest.json
a163c9ce1e63e428f3fa804b66e491b455f18540 assets/enderstorage/models/item/ender_pouch.json
a163c9ce1e63e428f3fa804b66e491b455f18540 assets/enderstorage/models/item/ender_tank.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19 2022-07-18T14:06:30.266321842 EnderStorage BlockStates
// 1.19.2 2022-08-25T19:11:42.398014174 EnderStorage BlockStates
31ae921e4029b7a18bfc63f7cee5e5bf4ce92828 assets/enderstorage/blockstates/ender_chest.json
31ae921e4029b7a18bfc63f7cee5e5bf4ce92828 assets/enderstorage/blockstates/ender_tank.json
f105c225def5c2a406cab5c02f6b08774a37e9de assets/enderstorage/models/block/dummy.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.19 2022-07-18T14:06:30.268126447 Tags for minecraft:block
// 1.19.2 2022-08-25T19:11:42.399052525 Tags for minecraft:block
5b2130f55986594660c630dadb50eede58d67c12 data/minecraft/tags/blocks/mineable/pickaxe.json
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Stores your stuff in the END!
[[dependencies.enderstorage]]
modId="minecraft"
mandatory=true
versionRange="[1.19]"
versionRange="[1.19.2]"
ordering="NONE"
side="BOTH"
[[dependencies.enderstorage]]
Expand Down

0 comments on commit 7c54e84

Please sign in to comment.