Compare commits

...

2 commits

Author SHA1 Message Date
68e295d325 Add IBE Editor
Item editor for fabric
allows to edit any item in creative mode (also on vanilla servers)
also allows to edit mobs but only on singleplayer or server with a mod
2022-06-23 01:36:04 +02:00
5044e9f65e Change keybinds
Remove Iris keybinds
Change wolrdedit selection view keybind to shift+j
2022-06-23 00:57:10 +02:00
6 changed files with 43 additions and 5 deletions

View file

@ -0,0 +1,5 @@
{
"version": 0,
"permissionLevel": 2,
"creativeOnly": false
}

View file

@ -0,0 +1,2 @@
key_ibeeditor.key.vault:0,0,1
key_modifiers_key.worldeditcui.toggle:0,0,1

View file

@ -111,7 +111,7 @@ key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.worldeditcui.toggle:key.keyboard.n
key_key.worldeditcui.toggle:key.keyboard.j
key_key.worldeditcui.clear:key.keyboard.j
key_key.worldeditcui.chunk:key.keyboard.unknown
key_key.amecs.alternative_escape:key.keyboard.unknown
@ -152,10 +152,15 @@ 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
key_iris.keybind.toggleShaders:key.keyboard.k
key_iris.keybind.shaderPackSelection:key.keyboard.o
key_iris.keybind.toggleShaders:key.keyboard.unknown
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
soundCategory_master:0.8
soundCategory_music:0.03
soundCategory_record:0.5

View file

@ -80,9 +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 = "a1815ae4792b1aa54f72e1f63761b6d3dee25494172ca937c17e6f769049380e"
[[files]]
file = "config/yosbr/options.txt"
hash = "72721bea8e2d66f5406f98992cf259ab8e5660cb43cd4f12bdfc141b82ddb102"
hash = "fdff229d61a41f0da4df6a2e2d6d8f8cafa440f7fb8a78e2ba363f842f729c30"
[[files]]
file = "mods/accurate-block-placement.pw.toml"
@ -133,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"

13
mods/ibe-editor.pw.toml Normal file
View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c6f5190914b28b49f3a838a86a6d320ab71db61f3c07698a76795f67700a060c"
hash = "25575b9c94b96a29db467ca58f7847f20f26a4962e127f01620bc4d08a4a6ab1"
[versions]
minecraft = "1.19"