Skip to content

Commit

Permalink
Release v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikage0o0 committed Dec 19, 2022
1 parent d55d977 commit 60011b3
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 139 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"offhand_fallback": true,
"put_aside": true,
"drop_holding": true,
"backSlot_x": 0,
"backSlot_x": -35,
// Example: -18 on Y to move up one slot
"backSlot_y": 0,
"beltSlot_x": 0,
"beltSlot_y": 0,
"backslot_scale": 2.0,
"beltslot_scale": 2.0
"backSlot_y": -5,
"beltSlot_x": -35,
"beltSlot_y": -5,
"backslot_scaling": 1.0,
"beltslot_scaling": 1.0
}
2 changes: 1 addition & 1 deletion client-overrides/config/customwindowtitle-client.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title = "CreateOrigin-v4.3.3"
title = "CreateOrigin-v4.4.0"
icon16 = "customwindowtitle/icon16.png"
icon32 = "customwindowtitle/icon32.png"

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 6 additions & 7 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ hash = "7fffcce3f4ed60a994d0acc0c18ebcf87fa10778a13913ba23340847acbea581"
metafile = true

[[files]]
file = "mods/inventory-profiles-next.pw.toml"
hash = "0005fdb6353a966721159b411e9121f11343b1187cf3f9c70fc4fd1c871fefd2"
file = "mods/inventory-sorting.pw.toml"
hash = "9ec7fac40bbe6f5e496993422b10b9df982cbf9ad5f8631f1070476cbf20b5fe"
metafile = true

[[files]]
Expand Down Expand Up @@ -530,11 +530,6 @@ file = "mods/ledger.pw.toml"
hash = "cbd6b97dfc49090b18480f43eeef4401144006ed406110f32fb1126d47a21f11"
metafile = true

[[files]]
file = "mods/libipn.pw.toml"
hash = "8375f634df8513b4b5e481fc6188f3e4158f9208f47798c5adb337815c952dec"
metafile = true

[[files]]
file = "mods/litematica.pw.toml"
hash = "c9914628f328f6a137621cf27068aa0742e57cfdf1268a363c21c2aef63ab339"
Expand Down Expand Up @@ -850,6 +845,10 @@ file = "mods/yosbr.pw.toml"
hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12"
metafile = true

[[files]]
file = "openloader/data/CreateOriginModify/data/c/tags/fluids/plantoil.json"
hash = "5b972ac3a77c5fd9cd366b196e42666134fb81da5cfc403fd3f5a3f21c938e23"

[[files]]
file = "openloader/data/CreateOriginModify/data/chunk_loaders/functions/create_chunk_loader.mcfunction"
hash = "16b458dfe99f4323d7c403d0effd9b4934be6481234d9429f7d2582b28404242"
Expand Down
13 changes: 0 additions & 13 deletions mods/inventory-profiles-next.pw.toml

This file was deleted.

13 changes: 13 additions & 0 deletions mods/inventory-sorting.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Inventory Sorting"
filename = "InventorySorter-1.8.10-1.19.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/5ibSyLAz/versions/ZsKcCN1N/InventorySorter-1.8.10-1.19.jar"
hash-format = "sha1"
hash = "6ce11087da3555f0f48e18e067384abae3e5acc6"

[update]
[update.modrinth]
mod-id = "5ibSyLAz"
version = "ZsKcCN1N"
13 changes: 0 additions & 13 deletions mods/libipn.pw.toml

This file was deleted.

4 changes: 2 additions & 2 deletions pack.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "CreateOrigin"
author = "Chikage"
version = "v4.3.3"
version = "v4.4.0"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "a0c4df040cfd3a84bff916de562484b628256deaf52ae72d0342acc1f7da68ef"
hash = "f93588eab7f12f37ad80152bb0637c03c64eabde19cfa14a209ee39ca5bc9431"

[versions]
fabric = "0.14.11"
Expand Down
2 changes: 1 addition & 1 deletion server-overrides/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enable-query=false
generator-settings={}
enforce-secure-profile=true
level-name=world
motd=CreateOrigin v4.3.3
motd=CreateOrigin v4.4.0
query.port=25565
pvp=true
generate-structures=true
Expand Down

0 comments on commit 60011b3

Please sign in to comment.