diff --git a/config/yosbr/ibeeditor-common.json b/config/yosbr/ibeeditor-common.json new file mode 100644 index 0000000..712d69e --- /dev/null +++ b/config/yosbr/ibeeditor-common.json @@ -0,0 +1,5 @@ +{ + "version": 0, + "permissionLevel": 2, + "creativeOnly": false +} \ No newline at end of file diff --git a/config/yosbr/options.amecsapi.txt b/config/yosbr/options.amecsapi.txt index b5bf847..4295150 100644 --- a/config/yosbr/options.amecsapi.txt +++ b/config/yosbr/options.amecsapi.txt @@ -1 +1,2 @@ +key_ibeeditor.key.vault:0,0,1 key_modifiers_key.worldeditcui.toggle:0,0,1 diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index d2506ce..701e681 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -152,6 +152,10 @@ key_gui.xaero_reverse_entity_radar:key.keyboard.unknown key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown key_gui.xaero_minimap_settings:key.keyboard.unknown key_net.clayborn.accurateblockplacement.togglevanillaplacement:key.keyboard.v +key_ibeeditor.key.editor:key.keyboard.y +key_ibeeditor.key.nbt_editor:key.keyboard.unknown +key_ibeeditor.key.snbt_editor:key.keyboard.unknown +key_ibeeditor.key.vault:key.keyboard.y key_presencefootsteps.settings.key:key.keyboard.unknown key_key.craftpresence.config_keycode.name:key.keyboard.unknown key_iris.keybind.reload:key.keyboard.unknown diff --git a/index.toml b/index.toml index 54237b1..f82c7e2 100644 --- a/index.toml +++ b/index.toml @@ -80,13 +80,17 @@ hash = "822ac34acc7e147cd20c0fd868b448af37b04b12d2a9701ed9d3d7420973804b" file = "config/yosbr/config/xaeroworldmap.txt" hash = "d21233a7086fb4388fa446fe090c9cc3262942fc9273275ccd6a0c1d0a412a16" +[[files]] +file = "config/yosbr/ibeeditor-common.json" +hash = "d1c8229edca827ea5e35e9a0a5aec1463930e77547e69a1a5dee617f42a2d338" + [[files]] file = "config/yosbr/options.amecsapi.txt" -hash = "309fc099b29ae0b7291b6d04c785d9aab17c4b8d2b224e981f97da091e9a8667" +hash = "a1815ae4792b1aa54f72e1f63761b6d3dee25494172ca937c17e6f769049380e" [[files]] file = "config/yosbr/options.txt" -hash = "2b3f1a931a3f595dac3b5b075641b89e4e5ecff00874f66d720a3aca8677dd11" +hash = "fdff229d61a41f0da4df6a2e2d6d8f8cafa440f7fb8a78e2ba363f842f729c30" [[files]] file = "mods/accurate-block-placement.pw.toml" @@ -137,6 +141,11 @@ metafile = true file = "mods/fix-alt-gr-1.0.0-mc1.19-metadata-fix.jar" hash = "92400d95790b50743bea4b9434a21fce1b2b735d01634bc9e46ec59a7518e9b8" +[[files]] +file = "mods/ibe-editor.pw.toml" +hash = "bbe8d4134b5caf47eb4a9d87b1f8840d2f2d8862bf7c4c612a32a1d73dc3b725" +metafile = true + [[files]] file = "mods/indium.pw.toml" hash = "bbbf79e3bc952411d58fb20119792dda0096b42784ff9398c5febd2a137153c4" diff --git a/mods/ibe-editor.pw.toml b/mods/ibe-editor.pw.toml new file mode 100644 index 0000000..48331de --- /dev/null +++ b/mods/ibe-editor.pw.toml @@ -0,0 +1,13 @@ +name = "IBE Editor" +filename = "IBEEditor-1.19-2.1.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E9sX1ncV/versions/2.1.1+1.19-fabric/IBEEditor-1.19-2.1.1-fabric.jar" +hash-format = "sha1" +hash = "174306ccc7789feebd64c4fc1fd7829929116846" + +[update] +[update.modrinth] +mod-id = "E9sX1ncV" +version = "oADpDiPw" diff --git a/pack.toml b/pack.toml index fe2421e..d0edbc3 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "eadd80dd80f272aa1824726dbdcae6b17a5ed7cfb8e107b4a14ee15b7971fc20" +hash = "25575b9c94b96a29db467ca58f7847f20f26a4962e127f01620bc4d08a4a6ab1" [versions] minecraft = "1.19"