This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Commit c6d2b10 1 parent 499a948 commit c6d2b10 Copy full SHA for c6d2b10
File tree 7 files changed +11
-7
lines changed
common/src/main/java/com/github/franckyi/ibeeditor/client/screen/controller/entry/vault
forge/src/main/resources/META-INF
neoforge/src/main/resources/META-INF
7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
branches :
7
- - ' 1.20'
7
+ - ' 1.20.2 '
8
8
paths-ignore :
9
9
- ' README.md'
10
10
- ' LICENSE'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public void bind() {
26
26
view .getItemView ().itemProperty ().bind (model .itemStackProperty ());
27
27
view .getLabel ().labelProperty ().bind (model .itemStackProperty ().map (ItemStack ::getHoverName ));
28
28
view .getButtonBox ().getChildren ().remove (view .getResetButton ());
29
- view .getGiveItemButton ().setDisable (!Minecraft .getInstance ().player .isCreative () || ! ClientContext .isModInstalledOnServer ());
29
+ view .getGiveItemButton ().setDisable (!( Minecraft .getInstance ().player .isCreative () || ClientContext .isModInstalledOnServer () ));
30
30
view .getGiveItemButton ().onAction (() -> {
31
31
int slot = ClientUtil .findSlot (model .getItemStack ());
32
32
if (Minecraft .getInstance ().player .isCreative ()) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ logoFile = "logo.png"
8
8
modId = " ibeeditor"
9
9
version = " ${version}"
10
10
displayName = " IBE Editor"
11
- updateJSONURL = " https://raw.githubusercontent.com/skyecodes/IBE-Editor/1.20/forge_update.json"
11
+ updateJSONURL = " https://raw.githubusercontent.com/skyecodes/IBE-Editor/1.20.2 /forge_update.json"
12
12
displayURL = " https://www.curseforge.com/minecraft/mc-mods/ibe-editor"
13
13
credits = " Emex (logo)"
14
14
authors = " skyecodes"
Original file line number Diff line number Diff line change 5
5
"1.20-recommended" : " 2.2.3" ,
6
6
"1.20.1-latest" : " 2.2.3" ,
7
7
"1.20.1-recommended" : " 2.2.3" ,
8
- "1.20.2-latest" : " 2.2.6 " ,
9
- "1.20.2-recommended" : " 2.2.6 "
8
+ "1.20.2-latest" : " 2.2.8 " ,
9
+ "1.20.2-recommended" : " 2.2.8 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ org.gradle.daemon=false
4
4
# IBE Editor
5
5
minecraft_version =1.20.2
6
6
archives_base_name =IBEEditor
7
- mod_version =2.2.6
7
+ mod_version =2.2.8
8
8
maven_group =com.github.franckyi.ibeeditor
9
9
# Fabric https://fabricmc.net/develop/
10
10
fabric_loader_version =0.14.24
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ logoFile = "logo.png"
8
8
modId = " ibeeditor"
9
9
version = " ${version}"
10
10
displayName = " IBE Editor"
11
- updateJSONURL = " https://raw.githubusercontent.com/skyecodes/IBE-Editor/1.20/forge_update.json"
11
+ updateJSONURL = " https://raw.githubusercontent.com/skyecodes/IBE-Editor/1.20.2 /forge_update.json"
12
12
displayURL = " https://www.curseforge.com/minecraft/mc-mods/ibe-editor"
13
13
credits = " Emex (logo)"
14
14
authors = " skyecodes"
Original file line number Diff line number Diff line change 1
1
{
2
+ "2.2.8" : {
3
+ "type" : " release" ,
4
+ "changelog" : " * feat: added Armor Trims hide flag\n * fix: unremovable lore bug\n * fix: unable to give Vault item in multiplayer"
5
+ },
2
6
"2.2.6" : {
3
7
"type" : " release" ,
4
8
"changelog" : " * fix: potion effects not working on 1.20.2 (#88)"
You can’t perform that action at this time.
0 commit comments